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

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

Issue 488103003: Add SearchResultKind.UNKNOWN to the analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 954f3b2c49c48095c6e74cf3f461acf8c1489d27..c400a0a8c661def2e02c0de2da405cbcb2454cc5 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2631,6 +2631,11 @@ dt.typeDefinition {
<p>
A reference to an element.
</p>
+ </dd><dt class="value">UNKNOWN</dt><dd>
+
+ <p>
+ Some other kind of search result.
+ </p>
</dd><dt class="value">WRITE</dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698