• 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 cpp-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