Skip to content

Commit

Permalink
Mark repository_rule implementation parameter as intentionally keywor…
Browse files Browse the repository at this point in the history
…d-specifiable

Progress toward #5010.

RELNOTES: None.
PiperOrigin-RevId: 244211187
  • Loading branch information
c-parsons authored and copybara-github committed Apr 18, 2019
1 parent 2b27ec8 commit c7d430f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface RepositoryModuleApi {
@Param(
name = "implementation",
type = BaseFunction.class,
legacyNamed = true,
named = true,
doc =
"the function implementing this rule, has to have exactly one parameter: "
+ "<code><a href=\"repository_ctx.html\">repository_ctx</a></code>. The function "
Expand Down

0 comments on commit c7d430f

Please sign in to comment.