From 260f6b2542ad99ca832d7edb11f81ea798ef7a7c Mon Sep 17 00:00:00 2001 From: brandjon Date: Sat, 10 Mar 2018 20:37:31 -0800 Subject: Fix broken links and formatting RELNOTES: None PiperOrigin-RevId: 188625855 --- .../build/lib/analysis/skylark/SkylarkRuleClassFunctions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/analysis/skylark') diff --git a/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleClassFunctions.java b/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleClassFunctions.java index 3c5210b140..c689435365 100644 --- a/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleClassFunctions.java +++ b/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleClassFunctions.java @@ -237,7 +237,7 @@ public class SkylarkRuleClassFunctions { + "File object representing the file that should " + "be executed to run the target. By default it is the predeclared output " + "ctx.outputs.executable." - + "
  • files: A depset of " + + "
  • files: A depset of " + "File objects representing the default outputs " + "to build when this target is specified on the blaze command line. By default it is " + "all predeclared outputs." @@ -414,7 +414,7 @@ public class SkylarkRuleClassFunctions { doc = "A schema for defining predeclared outputs. Unlike " + "output and output_list" - + "attributes, the user does not specify the labels for these files. See the " + + " attributes, the user does not specify the labels for these files. See the " + "Rules page for more on predeclared " + "outputs." + "

    The value of this argument is either a dictionary or a callback function " -- cgit v1.2.3