aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/skydoc/testdata/android_basic_test/golden.txt
blob: e7c4c5f090607593c4c00248870412e3bafa7438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<a name="#android_related_rule"></a>
## android_related_rule

<pre>
android_related_rule(first, fourth, second, third)
</pre>

This rule does android-related things.

### Attributes

<table class="params-table">
  <colgroup>
    <col class="col-param" />
    <col class="col-description" />
  </colgroup>
  <tbody>
    <tr id="#android_related_rule_first">
      <td><code>first</code></td>
      <td></td>
    </tr>
    <tr id="#android_related_rule_fourth">
      <td><code>fourth</code></td>
      <td></td>
    </tr>
    <tr id="#android_related_rule_second">
      <td><code>second</code></td>
      <td></td>
    </tr>
    <tr id="#android_related_rule_third">
      <td><code>third</code></td>
      <td></td>
    </tr>
  </tbody>
</table>