| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index a4f704680306786a9f32983f53126866511a7b75..5330290e1baf1ba6312adcabf66ef6448f1b2f31 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -3479,29 +3479,27 @@ a:focus, a:hover {
|
| <dl><dt class="field"><b>source: <a href="#type_KytheVName">KytheVName</a></b></dt><dd>
|
|
|
| <p>
|
| - The ticket of the source node (must not be empty).
|
| + The ticket of the source node.
|
| </p>
|
| - </dd><dt class="field"><b>kind: String</b></dt><dd>
|
| + </dd><dt class="field"><b>kind: String<span style="color:#999999"> (optional)</span></b></dt><dd>
|
|
|
| <p>
|
| - An edge label (may be empty). The schema defines which labels are
|
| - meaningful.
|
| + An edge label. The schema defines which labels are meaningful.
|
| </p>
|
| - </dd><dt class="field"><b>target: <a href="#type_KytheVName">KytheVName</a></b></dt><dd>
|
| + </dd><dt class="field"><b>target: <a href="#type_KytheVName">KytheVName</a><span style="color:#999999"> (optional)</span></b></dt><dd>
|
|
|
| <p>
|
| - The ticket of the target node (may be empty).
|
| + The ticket of the target node.
|
| </p>
|
| </dd><dt class="field"><b>fact: String</b></dt><dd>
|
|
|
| <p>
|
| - A fact label (must not be empty). The schema defines which fact labels
|
| - are meaningful.
|
| + A fact label. The schema defines which fact labels are meaningful.
|
| </p>
|
| - </dd><dt class="field"><b>value: List<int></b></dt><dd>
|
| + </dd><dt class="field"><b>value: List<int><span style="color:#999999"> (optional)</span></b></dt><dd>
|
|
|
| <p>
|
| - The <tt>String</tt> value of the fact (may be empty).
|
| + The <tt>String</tt> value of the fact.
|
| </p>
|
| </dd></dl></dd><dt class="typeDefinition"><a name="type_KytheVName">KytheVName: object</a></dt><dd>
|
| <p>
|
|
|