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

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

Issue 2719853004: Deprecate the analysis.updateOptions request (Closed)
Patch Set: Created 3 years, 10 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/analysis_server/tool/spec/generated/java/types/AnalysisOptions.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 41eaf79499257a7c7f0b4914773448e238deb565..47ed1412dee7451f492ba201c904beb2d8690b55 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -812,6 +812,8 @@
</result>
</request>
<request method="updateOptions">
+ <p><b><i>Deprecated</i></b>: all of the options can be set by users in
+ an analysis options file.</p>
<p>
Update the options controlling analysis based on the given
set of options. Any options that are not included in the
@@ -2201,6 +2203,8 @@
</enum>
</type>
<type name="AnalysisOptions">
+ <p><b><i>Deprecated</i></b>: the only reference to this type has been
+ deprecated.</p>
<p>
A set of options controlling what kind of analysis is to be
performed. If the value of a field is omitted the value of the
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698