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

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

Issue 3000823002: Forward Kythe requests to plugins and merge in the results (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/protocol/protocol.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 8cd63b421e3fd70409a0806cd96f6422211cf0d5..8c5649a958caa3a63be663520963bf006c30b592 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -4062,6 +4062,12 @@ a:focus, a:hover {
An "analysis.getImportedElements" request specified a FilePath that
does not match a file currently subject to analysis.
</p>
+ </dd><dt class="value">GET_KYTHE_ENTRIES_INVALID_FILE</dt><dd>
+
+ <p>
+ An "analysis.getKytheEntries" request specified a FilePath that does
+ not match a file that is currently subject to analysis.
+ </p>
</dd><dt class="value">GET_NAVIGATION_INVALID_FILE</dt><dd>
<p>
« no previous file with comments | « no previous file | pkg/analysis_server/lib/protocol/protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698