aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java b/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java
index 3036d9fe81..58275f034f 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfigRule.java
@@ -42,7 +42,6 @@ public class XcodeConfigRule implements RuleDefinition {
"this rule refines configuration variables and does not build actual content")
/* <!-- #BLAZE_RULE(proto_library).ATTRIBUTE(version) -->
The default official version of xcode to use.
- ${SYNOPSIS}
The version specified by the provided <code>xcode_version</code> target is to be used if
no <code>xcode_version</code> build flag is specified.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
@@ -51,7 +50,6 @@ public class XcodeConfigRule implements RuleDefinition {
.allowedFileTypes())
/* <!-- #BLAZE_RULE(proto_library).ATTRIBUTE(version) -->
Accepted <code>xcode_version<code> targets that may be used.
- ${SYNOPSIS}
If the value of the <code>xcode_version</code> build flag matches one of the aliases
or version number of any of the given <code>xcode_version</code> targets, the matching
target will be used.
@@ -61,7 +59,6 @@ public class XcodeConfigRule implements RuleDefinition {
.allowedFileTypes())
/* <!-- #BLAZE_RULE(proto_library).ATTRIBUTE(version) -->
Whether to require the build's xcode version match one of the declared targets.
- ${SYNOPSIS}
If true, this will raise an error if either the <code>xcode_version</code> flag value
or <code>default</code> attribute value do not match one of the versions declared
among <code>xcode_verison</code> targets.