| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
| 5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
| 9 <h1 style="color:#999999">Version <version>1.18.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.18.0</version></h1> |
| 10 <p> | 10 <p> |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 <p> | 805 <p> |
| 806 A table mapping the files whose content has changed to a | 806 A table mapping the files whose content has changed to a |
| 807 description of the content change. | 807 description of the content change. |
| 808 </p> | 808 </p> |
| 809 </field> | 809 </field> |
| 810 </params> | 810 </params> |
| 811 <result> | 811 <result> |
| 812 </result> | 812 </result> |
| 813 </request> | 813 </request> |
| 814 <request method="updateOptions"> | 814 <request method="updateOptions"> |
| 815 <p><b><i>Deprecated</i></b>: all of the options can be set by users in |
| 816 an analysis options file.</p> |
| 815 <p> | 817 <p> |
| 816 Update the options controlling analysis based on the given | 818 Update the options controlling analysis based on the given |
| 817 set of options. Any options that are not included in the | 819 set of options. Any options that are not included in the |
| 818 analysis options will not be changed. If there are options | 820 analysis options will not be changed. If there are options |
| 819 in the analysis options that are not valid, they will be | 821 in the analysis options that are not valid, they will be |
| 820 silently ignored. | 822 silently ignored. |
| 821 </p> | 823 </p> |
| 822 <params> | 824 <params> |
| 823 <field name="options"> | 825 <field name="options"> |
| 824 <ref>AnalysisOptions</ref> | 826 <ref>AnalysisOptions</ref> |
| (...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 <value><code>COMPILE_TIME_ERROR</code></value> | 2196 <value><code>COMPILE_TIME_ERROR</code></value> |
| 2195 <value><code>HINT</code></value> | 2197 <value><code>HINT</code></value> |
| 2196 <value><code>LINT</code></value> | 2198 <value><code>LINT</code></value> |
| 2197 <value><code>STATIC_TYPE_WARNING</code></value> | 2199 <value><code>STATIC_TYPE_WARNING</code></value> |
| 2198 <value><code>STATIC_WARNING</code></value> | 2200 <value><code>STATIC_WARNING</code></value> |
| 2199 <value><code>SYNTACTIC_ERROR</code></value> | 2201 <value><code>SYNTACTIC_ERROR</code></value> |
| 2200 <value><code>TODO</code></value> | 2202 <value><code>TODO</code></value> |
| 2201 </enum> | 2203 </enum> |
| 2202 </type> | 2204 </type> |
| 2203 <type name="AnalysisOptions"> | 2205 <type name="AnalysisOptions"> |
| 2206 <p><b><i>Deprecated</i></b>: the only reference to this type has been |
| 2207 deprecated.</p> |
| 2204 <p> | 2208 <p> |
| 2205 A set of options controlling what kind of analysis is to be | 2209 A set of options controlling what kind of analysis is to be |
| 2206 performed. If the value of a field is omitted the value of the | 2210 performed. If the value of a field is omitted the value of the |
| 2207 option will not be changed. | 2211 option will not be changed. |
| 2208 </p> | 2212 </p> |
| 2209 <object> | 2213 <object> |
| 2210 <field name="enableAsync" optional="true"> | 2214 <field name="enableAsync" optional="true"> |
| 2211 <ref>bool</ref> | 2215 <ref>bool</ref> |
| 2212 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> | 2216 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2213 <p> | 2217 <p> |
| (...skipping 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4584 This section contains a list of all of the errors that are | 4588 This section contains a list of all of the errors that are |
| 4585 produced by the server and the data that is returned with each. | 4589 produced by the server and the data that is returned with each. |
| 4586 </p> | 4590 </p> |
| 4587 <p> | 4591 <p> |
| 4588 TODO: TBD | 4592 TODO: TBD |
| 4589 </p> | 4593 </p> |
| 4590 <h2 class="domain"><a name="index">Index</a></h2> | 4594 <h2 class="domain"><a name="index">Index</a></h2> |
| 4591 <index></index> | 4595 <index></index> |
| 4592 </body> | 4596 </body> |
| 4593 </html> | 4597 </html> |
| OLD | NEW |