• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3<a name="#cpp_related_rule"></a>
4
5## cpp_related_rule
6
7<pre>
8cpp_related_rule(<a href="#cpp_related_rule-name">name</a>, <a href="#cpp_related_rule-first">first</a>, <a href="#cpp_related_rule-fourth">fourth</a>, <a href="#cpp_related_rule-second">second</a>, <a href="#cpp_related_rule-third">third</a>)
9</pre>
10
11This rule does C++-related things.
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| fourth |  -   | Boolean | optional | False |
21| second |  -   | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required |  |
22| third |  -   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
23
24
25<a name="#exercise_the_api"></a>
26
27## exercise_the_api
28
29<pre>
30exercise_the_api()
31</pre>
32
33
34
35**PARAMETERS**
36
37
38
39<a name="#my_rule_impl"></a>
40
41## my_rule_impl
42
43<pre>
44my_rule_impl(<a href="#my_rule_impl-ctx">ctx</a>)
45</pre>
46
47
48
49**PARAMETERS**
50
51
52| Name  | Description | Default Value |
53| :-------------: | :-------------: | :-------------: |
54| ctx |  <p align="center"> - </p>   |  none |
55
56
57