aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-01-25 11:18:47 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-01-25 16:52:14 +0000
commit952076b5490f211143e48e6521650b9af30a27e0 (patch)
tree7227054c9bbacd66a4c777d405c6cf3d89dad1c1 /src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java
parentbaeb945e1a9937a47df666db6ed17211c394842b (diff)
Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables from
Bazel native rule inline documentation. These variables are no longer used because the docgen templates now directly generate the table of attributes instead of using ATTRIBUTE_DEFINITION and call RuleDocumentation.getAttributeSignature() instead of using ATTRIBUTE_SIGNATURE. RuleDocumentation.getHtmlDocumentation() currently resolves both of these variables to the empty string. -- MOS_MIGRATED_REVID=112933659
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java
index bf2b066692..bead926ac6 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java
@@ -87,8 +87,6 @@ public class IosApplicationRule implements RuleDefinition {
/*<!-- #BLAZE_RULE (NAME = ios_application, TYPE = BINARY, FAMILY = Objective-C) -->
-${ATTRIBUTE_SIGNATURE}
-
<p>This rule produces an application bundle for iOS.</p>
<p>When running an iOS application using the <code>run</code> command, environment variables that
are prefixed with <code>IOS_</code> will be passed to the launched application, with the prefix
@@ -97,6 +95,4 @@ passed to the application.</p>
${IMPLICIT_OUTPUTS}
-${ATTRIBUTE_DEFINITION}
-
<!-- #END_BLAZE_RULE -->*/