aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-08-29 00:13:59 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-29 13:33:00 +0200
commita4c0e1a84029b2bad2310f7259ba6757fe706ac2 (patch)
tree23db8b8d52bd2006a09bbf4c0e76c5a7b31ac3be /src/main/java/com/google/devtools/build/lib/rules/proto
parent94ac72395971e1421bbb5c5c0e3d29bec2955838 (diff)
Missing link in docs of proto_library
RELNOTES: none PiperOrigin-RevId: 166764640
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/proto')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
index f88824f9e4..26c7b751de 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
@@ -93,9 +93,12 @@ public final class BazelProtoLibraryRule implements RuleDefinition {
</p>
<p>When compiled on the command-line, a <code>proto_library</code> creates a file named
-<code>foo-descriptor-set.proto.bin</code>, which is the descriptor set for the
-messages the rule srcs. The file is a serialized <code>FileDescriptorSet</code>, which is described
-in https://developers.google.com/protocol-buffers/docs/techniques#self-description.</p>
+ <code>foo-descriptor-set.proto.bin</code>, which is the descriptor set for the
+ messages the rule srcs. The file is a serialized <code>FileDescriptorSet</code>, which is
+ described in
+ <a href="https://developers.google.com/protocol-buffers/docs/techniques#self-description">
+ https://developers.google.com/protocol-buffers/docs/techniques#self-description</a>.
+</p>
<p>It only contains information about the <code>.proto</code> files directly mentioned by a
<code>proto_library</code> rule; the collection of transitive descriptor sets is available through