Skip to content

Commit

Permalink
Regenerate docs wih review comments made and rebase to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkress committed Feb 11, 2022
1 parent 3eed637 commit 472c212
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/subpackages_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ The returned list contains all subpackages, but not subpackages of subpackages.
Example:
Assuming the following BUILD files exist:

BUILD
foo/BUILD
foo/sub/BUILD
bar/BUILD
baz/deep/dir/BUILD
BUILD
foo/BUILD
foo/sub/BUILD
bar/BUILD
baz/deep/dir/BUILD

If the current package is 'BUILD' all() will return ['//foo', '//bar',
If the current package is '//' all() will return ['//foo', '//bar',
'//baz/deep/dir']. //foo/sub is not included because it is a direct
subpackage of '//foo' not '//'

Expand Down

0 comments on commit 472c212

Please sign in to comment.