bazelbuild/bazel

Documentation Issue: FeatureConfiguration docs should cover construction

Open

#14 774 ouverte le 9 févr. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (4 465 forks)batch import
P3help wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)

Métriques du dépôt

Stars
 (25 384 stars)
Métriques de merge PR
 (Merge moyen 22j 20h) (77 PRs mergées en 30 j)

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

Guide contributeur