xref: /aosp_15_r20/external/stardoc/test/testdata/multiple_files_test/golden.md (revision b2fa42943c124aa9c7163734493fc7a7559681cf)
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3A direct dependency file of the input file.
4
5<a id="my_rule"></a>
6
7## my_rule
8
9<pre>
10my_rule(<a href="#my_rule-name">name</a>, <a href="#my_rule-first">first</a>, <a href="#my_rule-second">second</a>)
11</pre>
12
13This is my rule. It does stuff.
14
15**ATTRIBUTES**
16
17
18| Name  | Description | Type | Mandatory | Default |
19| :------------- | :------------- | :------------- | :------------- | :------------- |
20| <a id="my_rule-name"></a>name |  A unique name for this target.   | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required |  |
21| <a id="my_rule-first"></a>first |  first my_rule doc string   | <a href="https://bazel.build/concepts/labels">Label</a> | required |  |
22| <a id="my_rule-second"></a>second |  -   | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | required |  |
23
24
25<a id="other_rule"></a>
26
27## other_rule
28
29<pre>
30other_rule(<a href="#other_rule-name">name</a>, <a href="#other_rule-fourth">fourth</a>, <a href="#other_rule-third">third</a>)
31</pre>
32
33This is another rule.
34
35**ATTRIBUTES**
36
37
38| Name  | Description | Type | Mandatory | Default |
39| :------------- | :------------- | :------------- | :------------- | :------------- |
40| <a id="other_rule-name"></a>name |  A unique name for this target.   | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required |  |
41| <a id="other_rule-fourth"></a>fourth |  -   | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | required |  |
42| <a id="other_rule-third"></a>third |  third other_rule doc string   | <a href="https://bazel.build/concepts/labels">Label</a> | required |  |
43
44
45<a id="yet_another_rule"></a>
46
47## yet_another_rule
48
49<pre>
50yet_another_rule(<a href="#yet_another_rule-name">name</a>, <a href="#yet_another_rule-fifth">fifth</a>)
51</pre>
52
53This is yet another rule
54
55**ATTRIBUTES**
56
57
58| Name  | Description | Type | Mandatory | Default |
59| :------------- | :------------- | :------------- | :------------- | :------------- |
60| <a id="yet_another_rule-name"></a>name |  A unique name for this target.   | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required |  |
61| <a id="yet_another_rule-fifth"></a>fifth |  -   | <a href="https://bazel.build/concepts/labels">Label</a> | required |  |
62
63
64<a id="top_fun"></a>
65
66## top_fun
67
68<pre>
69top_fun(<a href="#top_fun-a">a</a>, <a href="#top_fun-b">b</a>, <a href="#top_fun-c">c</a>)
70</pre>
71
72
73
74**PARAMETERS**
75
76
77| Name  | Description | Default Value |
78| :------------- | :------------- | :------------- |
79| <a id="top_fun-a"></a>a |  <p align="center"> - </p>   |  none |
80| <a id="top_fun-b"></a>b |  <p align="center"> - </p>   |  none |
81| <a id="top_fun-c"></a>c |  <p align="center"> - </p>   |  none |
82
83
84