Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ not themselves have any visibility protection.</p>
<li>As above, but with a trailing <code>/...</code>. For example, <code>
//foo/...</code> specifies the set of <code>//foo</code> and all its
subpackages. <code>//...</code> specifies all packages in the current
repository.
repository. <code>//</code> is used to denote the root package.

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