From 952076b5490f211143e48e6521650b9af30a27e0 Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 25 Jan 2016 11:18:47 +0000 Subject: 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 --- .../devtools/build/lib/rules/repository/LocalRepositoryRule.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryRule.java') diff --git a/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryRule.java b/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryRule.java index fcfb9b0a55..fbeb36f179 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryRule.java +++ b/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryRule.java @@ -57,14 +57,10 @@ public class LocalRepositoryRule implements RuleDefinition { } /* -${ATTRIBUTE_SIGNATURE} -

Allows targets from a local directory to be bound. This means that the current repository can use targets defined in this other directory. See the bind section for more details.

-${ATTRIBUTE_DEFINITION} -

Examples

Suppose the current repository is a chat client, rooted at the directory ~/chat-app. It -- cgit v1.2.3