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

25 lines
1.0 KiB
Markdown
Executable File

<!-- Generated with Stardoc: http://skydoc.bazel.build -->
<a name="#my_rule"></a>
## my_rule
<pre>
my_rule(<a href="#my_rule-name">name</a>, <a href="#my_rule-first">first</a>, <a href="#my_rule-fourth">fourth</a>, <a href="#my_rule-second">second</a>, <a href="#my_rule-third">third</a>)
</pre>
This is my rule. It does stuff.
**ATTRIBUTES**
| Name | Description | Type | Mandatory | Default |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| first | first doc string | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |
| fourth | fourth doc string | Boolean | optional | False |
| second | - | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required | |
| third | - | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required | |