aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2018-05-14 10:22:23 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-14 10:24:02 -0700
commitb5f13a3bceba6a760023e75e137f1b104c60cc16 (patch)
tree8e20a893f5e0b8a6966734b627358f259166ffc0 /src/main/java/com/google/devtools
parenta1ef999612dc16e243cf113f575c77d6ba516bed (diff)
Fix broken HTML
RELNOTES: None. PiperOrigin-RevId: 196527806
Diffstat (limited to 'src/main/java/com/google/devtools')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/TemplateVariableInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/TemplateVariableInfo.java b/src/main/java/com/google/devtools/build/lib/analysis/TemplateVariableInfo.java
index 0e093a08c3..9c4307e03d 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/TemplateVariableInfo.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/TemplateVariableInfo.java
@@ -33,7 +33,7 @@ import java.util.Map;
/** Provides access to make variables from the current fragments. */
@SkylarkModule(
name = "TemplateVariableInfo",
- doc = "<b>WARNING: The constructor of this provider is experimental and may go away at any "
+ doc = "<b>WARNING</b>: The constructor of this provider is experimental and may go away at any "
+ "time."
+ "<p>Encapsulates template variables, that is, variables that can be referenced by "
+ "strings like <code>$(VARIABLE)</code> in BUILD files and expanded by "