Skip to content

Commit 3260e60

Browse files
keithcopybara-github
authored andcommitted
Add // to package_group docs
It isn't clear from the other docs how to do the root package, which is `//` Closes #27853. PiperOrigin-RevId: 840841095 Change-Id: I887b4bd2de375bbed1732edc284f4239fc16b196
1 parent be8e6d3 commit 3260e60

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/google/devtools/build/docgen/templates/be

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ not themselves have any visibility protection.</p>
203203
<li>As above, but with a trailing <code>/...</code>. For example, <code>
204204
//foo/...</code> specifies the set of <code>//foo</code> and all its
205205
subpackages. <code>//...</code> specifies all packages in the current
206-
repository.
206+
repository. <code>//</code> is used to denote the root package.
207207

208208
<li>The strings <code>public</code> or <code>private</code>, which
209209
respectively specify every package or no package. (This form requires

0 commit comments

Comments
 (0)