Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: pkg/analysis_server/doc/api.html

Issue 3006693002: Add an integration test for kythe support with bug fixes (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_kythe.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&lt;int&gt;</b></dt><dd>
+ </dd><dt class="field"><b>value: List&lt;int&gt;<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>
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_kythe.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698