bazelbuild/bazel

Documentation Issue: FeatureConfiguration docs should cover construction

Open

#14,774 opened on Feb 9, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (4,465 forks)batch import
P3help wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)

Repository metrics

Stars
 (25,384 stars)
PR merge metrics
 (Avg merge 22d 20h) (77 merged PRs in 30d)

Description

Some cc_common APIs require a FeatureConfiguration, but the docs for this type have no info about how those are created

https://docs.bazel.build/versions/main/skylark/lib/FeatureConfiguration.html

Even though the creation isn't done by this type directly it would be useful if the docs linked to the relevant docs for creating these such as

https://docs.bazel.build/versions/main/skylark/lib/cc_common.html#configure_features

Contributor guide