aboutsummaryrefslogtreecommitdiff
path: root/docs/analysis_test_doc.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/analysis_test_doc.md')
-rwxr-xr-xdocs/analysis_test_doc.md39
1 files changed, 13 insertions, 26 deletions
diff --git a/docs/analysis_test_doc.md b/docs/analysis_test_doc.md
index 817be66..1a564ae 100755
--- a/docs/analysis_test_doc.md
+++ b/docs/analysis_test_doc.md
@@ -1,4 +1,9 @@
-<a name="#analysis_test"></a>
+<!-- Generated with Stardoc: http://skydoc.bazel.build -->
+
+A test verifying other targets can be successfully analyzed as part of a `bazel test`
+
+<a id="#analysis_test"></a>
+
## analysis_test
<pre>
@@ -32,30 +37,12 @@ Test rule checking that other targets can be successfully analyzed.
name: The name of the test rule.
targets: A list of targets to ensure build.
-### Attributes
-
-<table class="params-table">
- <colgroup>
- <col class="col-param" />
- <col class="col-description" />
- </colgroup>
- <tbody>
- <tr id="analysis_test-name">
- <td><code>name</code></td>
- <td>
- <a href="https://bazel.build/docs/build-ref.html#name">Name</a>; required
- <p>
- A unique name for this target.
- </p>
- </td>
- </tr>
- <tr id="analysis_test-targets">
- <td><code>targets</code></td>
- <td>
- <a href="https://bazel.build/docs/build-ref.html#labels">List of labels</a>; required
- </td>
- </tr>
- </tbody>
-</table>
+**ATTRIBUTES**
+
+
+| Name | Description | Type | Mandatory | Default |
+| :------------- | :------------- | :------------- | :------------- | :------------- |
+| <a id="analysis_test-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
+| <a id="analysis_test-targets"></a>targets | - | <a href="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | required | |