aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-06-17 19:02:07 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-20 09:34:52 +0000
commit146f256341455f6a31f5af59fa5755912b1b7da4 (patch)
tree3b402001e5687d9888b7dd979962c3cd4d7df1e2 /src/main
parent1d8ccbbf0f7c176071e012862fcb910e1532d3b9 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=125188645
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/common/visibility.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/visibility.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/visibility.html
index d31021f49e..60198d123a 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/visibility.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/visibility.html
@@ -79,7 +79,8 @@ cc_library(
],
)
-# See package group "//frobber:friends" (below) for who can access this rule.
+# See package group "//frobber:friends" (below) for who can
+# access this rule.
cc_library(
name = thingy,
visibility = ["//frobber:friends"],
@@ -89,9 +90,11 @@ cc_library(
File <code>//frobber/BUILD</code>:
</p>
<pre class="code">
-# This is the package group declaration to which rule //frobber/bin:thingy refers.
+# This is the package group declaration to which rule
+# //frobber/bin:thingy refers.
#
-# Our friends are packages //frobber, //fribber and any subpackage of //fribber.
+# Our friends are packages //frobber, //fribber and any
+# subpackage of //fribber.
package_group(
name = "friends",
packages = [