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

2.5 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 first my_rule doc string 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 third other_rule doc string 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

top_fun

top_fun(a, b, c)

PARAMETERS

Name Description Default Value
a

-

none
b

-

none
c

-

none