Minor changes to the generated spec, and display deprecated methods better.

BUG=
R=brianwilkerson@google.com, scheglov@google.com

Review-Url: https://codereview.chromium.org/2800283002 .
This commit is contained in:
Devon Carew
2017-04-15 13:43:36 -07:00
parent b810cb2fe5
commit eb1839b8fd
17 changed files with 785 additions and 683 deletions
@@ -279,6 +279,8 @@ public interface AnalysisServer {
* options that are not valid, they will be silently ignored.
*
* @param options The options that are to be used to control analysis.
*
* @deprecated
*/
public void analysis_updateOptions(AnalysisOptions options);
@@ -491,6 +493,8 @@ public interface AnalysisServer {
* then the current subscriptions will remain unchanged.
*
* @param subscriptions A list of the services being subscribed to.
*
* @deprecated
*/
public void execution_setSubscriptions(List<String> subscriptions);