bazelbuild/bazel

Documentation Issue: FeatureConfiguration docs should cover construction

Open

#14,774 创建于 2022年2月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

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

贡献者指南