Chromium Code Reviews| 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 3ff2874d470a17d3087de8834e63779cb5ef9e13..047720d97387f046b7184e37c538abea2f4272d5 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -116,24 +116,14 @@ |
| should also use the server.getVersion request to test that the version of |
| the server supports an API before using it. |
| </p> |
| - <h3>Eventual Consistency</h3> |
| - <p> |
| - TODO: TBD |
| - </p> |
|
Brian Wilkerson
2017/04/09 16:30:53
This really *does* need to be documented, so I'd p
devoncarew
2017/04/09 19:43:21
Probably better to track in an issue than in our p
Brian Wilkerson
2017/04/10 13:45:17
Probably not, because of the huge number of issues
|
| <h3>Domains</h3> |
| <p> |
| - For convenience, the API is divided into domains. Each domain is |
| - specified in a separate section below: |
| - </p> |
| - <toc></toc> |
| - <p> |
| - The specifications of the API’s refer to data structures beyond |
| - the standard JSON primitives. These data structures are |
| + For convenience, the API is divided into domains. Each domain is specified |
| + in a separate section below. The specifications of the API’s refer to data |
| + structures beyond the standard JSON primitives. These data structures are |
| documented in the section titled <a href="#types">Types</a>. |
| </p> |
| - <p> |
| - To get an overview of the API, you can consult the <a href="#index">index</a>. |
| - </p> |
| + <toc></toc> |
| <h3>Command-line Arguments</h3> |
| <p> |
| The command-line arguments that can be passed to the server. |
| @@ -169,9 +159,9 @@ |
| </dd> |
| </dl> |
| <dl> |
| - <dt>--no-error-notification</dt> |
| + <dt class="deprecated">--no-error-notification</dt> |
| <dd> |
| - <p><b>Deprecated</b></p> |
| + <p><b>@deprecated:</b> clients should no longer pass this option in</p> |
| Disable notifications about errors (see analysis.error). If this |
| flag is not specified then notifications will be sent for all |
| errors produced for all files in the actual analysis roots. |
| @@ -188,9 +178,9 @@ |
| </dd> |
| </dl> |
| <dl> |
| - <dt>--file-read-mode</dt> |
| + <dt class="deprecated">--file-read-mode</dt> |
| <dd> |
| - <p><b>Deprecated</b></p> |
| + <p><b>@deprecated:</b> clients should no longer pass this option in</p> |
| An enumeration of the ways files can be read from disk. Some clients |
| normalize end of line characters which would make the file offset and |
| range information incorrect. The default option is <tt>as-is</tt>, but |
| @@ -205,6 +195,7 @@ |
| </dd> |
| </dl> |
| </blockquote> |
| + <domains></domains> |
| <domain name="server"> |
| <p> |
| The server domain contains API’s related to the execution of |
| @@ -811,8 +802,8 @@ |
| <result> |
| </result> |
| </request> |
| - <request method="updateOptions"> |
| - <p><b><i>Deprecated</i></b>: all of the options can be set by users in |
| + <request method="updateOptions" deprecated="true"> |
| + <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 |
| @@ -2022,9 +2013,9 @@ |
| </field> |
| </result> |
| </request> |
| - <request method="setSubscriptions"> |
| + <request method="setSubscriptions" deprecated="true"> |
| <p> |
| - <b><i>Deprecated</i></b>: the analysis server no longer fires |
| + <b>@deprecated:</b> the analysis server no longer fires |
| <tt>LAUNCH_DATA</tt> events. |
| </p> |
| <p> |
| @@ -2242,8 +2233,8 @@ |
| <value><code>TODO</code></value> |
| </enum> |
| </type> |
| - <type name="AnalysisOptions"> |
| - <p><b><i>Deprecated</i></b>: the only reference to this type has been |
| + <type name="AnalysisOptions" deprecated="true"> |
| + <p><b>@deprecated:</b> the only reference to this type has been |
| deprecated.</p> |
| <p> |
| A set of options controlling what kind of analysis is to be |
| @@ -2251,33 +2242,33 @@ |
| option will not be changed. |
| </p> |
| <object> |
| - <field name="enableAsync" optional="true"> |
| + <field name="enableAsync" optional="true" deprecated="true"> |
| <ref>bool</ref> |
| - <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| + <p><b>@deprecated:</b> this feature is always enabled.</p> |
| <p> |
| True if the client wants to enable support for the |
| proposed async feature. |
| </p> |
| </field> |
| - <field name="enableDeferredLoading" optional="true"> |
| + <field name="enableDeferredLoading" optional="true" deprecated="true"> |
| <ref>bool</ref> |
| - <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| + <p><b>@deprecated:</b> this feature is always enabled.</p> |
| <p> |
| True if the client wants to enable support for the |
| proposed deferred loading feature. |
| </p> |
| </field> |
| - <field name="enableEnums" optional="true"> |
| + <field name="enableEnums" optional="true" deprecated="true"> |
| <ref>bool</ref> |
| - <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| + <p><b>@deprecated:</b> this feature is always enabled.</p> |
| <p> |
| True if the client wants to enable support for the |
| proposed enum feature. |
| </p> |
| </field> |
| - <field name="enableNullAwareOperators" optional="true"> |
| + <field name="enableNullAwareOperators" optional="true" deprecated="true"> |
| <ref>bool</ref> |
| - <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| + <p><b>@deprecated:</b> this feature is always enabled.</p> |
| <p> |
| True if the client wants to enable support for the |
| proposed "null aware operators" feature. |
| @@ -2745,13 +2736,13 @@ |
| <value><code>SETTER</code></value> |
| <value><code>TOP_LEVEL_VARIABLE</code></value> |
| <value><code>TYPE_PARAMETER</code></value> |
| - <value> |
| + <value deprecated="true"> |
| <code>UNIT_TEST_GROUP</code> |
| - <p><b><i>Deprecated</i></b>: support for tests was removed.</p> |
| + <p><b>@deprecated:</b> support for tests was removed.</p> |
| </value> |
| - <value> |
| + <value deprecated="true"> |
| <code>UNIT_TEST_TEST</code> |
| - <p><b><i>Deprecated</i></b>: support for tests was removed.</p> |
| + <p><b>@deprecated:</b> support for tests was removed.</p> |
| </value> |
| <value><code>UNKNOWN</code></value> |
| </enum> |