forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In starlark_doc_extract, apply symbol_names filter to qualified names…
…, not just globals In other words, if symbol_names = ["foo.bar"], it means: * if "foo.bar" is the qualified name of an exported function / provider / rule / aspect - we want to document it; * if "foo.bar" is the qualified name of an exported struct - we want to document documentable entities (transitively) embedded in it This matches legacy Stardoc behavior. PiperOrigin-RevId: 542970711 Change-Id: I1b31e6a2be9929473a3c1c1c90e599c114980df1
- Loading branch information
1 parent
5f518bd
commit 5a02197
Showing
2 changed files
with
110 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters