Skip to content

Commit

Permalink
Small doc fixes for BazelActionListenerRule.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=137682796
  • Loading branch information
ulfjack authored and laszlocsomor committed Oct 31, 2016
1 parent 8fc795a commit b83d3a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public Metadata getMetadata() {
</p>
<p>
By specifying the option <a href="../bazel-user-manual.html#flag--experimental_action_listener">
By specifying the option <a href="${link user-manual.html#flag--experimental_action_listener}">
<code>--experimental_action_listener=&lt;label&gt;</code></a>,
the build will use the specified <code>action_listener</code> to insert
<a href="${link extra_action}"><code>extra_action</code></a>s into the build graph.
Expand All @@ -99,6 +99,7 @@ public Metadata getMetadata() {
mnemonics = [
"Javac",
"CppCompile",
"Python",
],
extra_actions = [":indexer"],
)
Expand Down

0 comments on commit b83d3a7

Please sign in to comment.