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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1453433002: Move diagnostics to `diagnostics` domain (#24931). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: master merge Created 5 years, 1 month 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/analysis_server/tool/spec/generated/java/AnalysisServer.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 45aae246d9cf97cce44f49c35b5b3d975cea7d0f..d519a21fea2017819aa19ebff80171ff4d9d7f1f 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1959,12 +1959,12 @@
</params>
</notification>
</domain>
- <domain name="experimental" experimental="true">
+ <domain name="diagnostic" experimental="true">
<p>
- The experimental domain contains experimental server APIs. Experimental
- APIs are not considered to be part of the analysis server's API, docs are
- not generated for them and they are subject to change without notice.
- Because the experimental domain is not part of the analysis server's API,
+ The diagnostic domain contains experimental server diagnostics APIs. Note
+ that as an experimental API, docs are not generated for this domain and it
+ is subject subject to change without notice.
+ Because this experimental domain is not part of the analysis server's API,
the version number of the API will not be updated when changes are made.
Caveat emptor!
</p>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698