• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3<a name="#my_rule"></a>
4
5## my_rule
6
7<pre>
8my_rule(<a href="#my_rule-name">name</a>, <a href="#my_rule-first">first</a>, <a href="#my_rule-second">second</a>)
9</pre>
10
11This is my rule. It does stuff.
12
13**ATTRIBUTES**
14
15
16| Name  | Description | Type | Mandatory | Default |
17| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
18| name |  A unique name for this target.   | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required |  |
19| first |  -   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
20| second |  -   | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required |  |
21
22
23<a name="#other_rule"></a>
24
25## other_rule
26
27<pre>
28other_rule(<a href="#other_rule-name">name</a>, <a href="#other_rule-fourth">fourth</a>, <a href="#other_rule-third">third</a>)
29</pre>
30
31This is another rule.
32
33**ATTRIBUTES**
34
35
36| Name  | Description | Type | Mandatory | Default |
37| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
38| name |  A unique name for this target.   | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required |  |
39| fourth |  -   | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required |  |
40| third |  -   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
41
42
43<a name="#yet_another_rule"></a>
44
45## yet_another_rule
46
47<pre>
48yet_another_rule(<a href="#yet_another_rule-name">name</a>, <a href="#yet_another_rule-fifth">fifth</a>)
49</pre>
50
51This is yet another rule
52
53**ATTRIBUTES**
54
55
56| Name  | Description | Type | Mandatory | Default |
57| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
58| name |  A unique name for this target.   | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required |  |
59| fifth |  -   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
60
61
62<a name="#my_rule_impl"></a>
63
64## my_rule_impl
65
66<pre>
67my_rule_impl(<a href="#my_rule_impl-ctx">ctx</a>)
68</pre>
69
70
71
72**PARAMETERS**
73
74
75| Name  | Description | Default Value |
76| :-------------: | :-------------: | :-------------: |
77| ctx |  <p align="center"> - </p>   |  none |
78
79
80