android13/external/stardoc/test/testdata/multiple_rules_test/golden.md

2.3 KiB
Executable File

my_rule

my_rule(name, first, second)

This is my rule. It does stuff.

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required
first - Label required
second - Dictionary: String -> String required

other_rule

other_rule(name, fourth, third)

This is another rule.

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required
fourth - Dictionary: String -> String required
third - Label required

yet_another_rule

yet_another_rule(name, fifth)

This is yet another rule

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required
fifth - Label required

my_rule_impl

my_rule_impl(ctx)

PARAMETERS

Name Description Default Value
ctx

-

none