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

Unified Diff: pkg/analyzer_plugin/tool/spec/common_types_spec.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 | « pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/common_types_spec.html
diff --git a/pkg/analyzer_plugin/tool/spec/common_types_spec.html b/pkg/analyzer_plugin/tool/spec/common_types_spec.html
index 831d0795863300b4695c58fb6977bb0e1890eb33..cdefe597416d74335b57d0663b16b85496adc1fd 100644
--- a/pkg/analyzer_plugin/tool/spec/common_types_spec.html
+++ b/pkg/analyzer_plugin/tool/spec/common_types_spec.html
@@ -819,35 +819,33 @@
<field name="source">
<ref>KytheVName</ref>
<p>
- The ticket of the source node (must not be empty).
+ The ticket of the source node.
</p>
</field>
- <field name="kind">
+ <field name="kind" optional="true">
<ref>String</ref>
<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>
</field>
- <field name="target">
+ <field name="target" optional="true">
<ref>KytheVName</ref>
<p>
- The ticket of the target node (may be empty).
+ The ticket of the target node.
</p>
</field>
<field name="fact">
<ref>String</ref>
<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>
</field>
- <field name="value">
+ <field name="value" optional="true">
<list>
<ref>int</ref>
</list>
<p>
- The <tt>String</tt> value of the fact (may be empty).
+ The <tt>String</tt> value of the fact.
</p>
</field>
</object>
« no previous file with comments | « pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698