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.16.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.17.0</version></h1> |
10 <p> | 10 <p> |
11 This document contains a specification of the API provided by the | 11 This document contains a specification of the API provided by the |
12 analysis server. The API in this document is currently under | 12 analysis server. The API in this document is currently under |
13 development. Changes to the API will be accompanied by an update to the | 13 development. Changes to the API will be accompanied by an update to the |
14 protocol version number according to the principles of semantic | 14 protocol version number according to the principles of semantic |
15 versioning (<a href="http://semver.org/">semver.org</a>). | 15 versioning (<a href="http://semver.org/">semver.org</a>). |
16 </p> | 16 </p> |
17 <h2>Overview</h2> | 17 <h2>Overview</h2> |
18 <p> | 18 <p> |
19 The analysis server API is a bi-directional client-server | 19 The analysis server API is a bi-directional client-server |
(...skipping 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3086 </field> | 3086 </field> |
3087 <field name="elementKind" optional="true"> | 3087 <field name="elementKind" optional="true"> |
3088 <ref>String</ref> | 3088 <ref>String</ref> |
3089 <p> | 3089 <p> |
3090 A human-readable description of the kind of element being | 3090 A human-readable description of the kind of element being |
3091 referenced (such as “class” or “function type | 3091 referenced (such as “class” or “function type |
3092 alias”). This data is omitted if there is no referenced | 3092 alias”). This data is omitted if there is no referenced |
3093 element. | 3093 element. |
3094 </p> | 3094 </p> |
3095 </field> | 3095 </field> |
| 3096 <field name="isDeprecated" optional="true"> |
| 3097 <ref>bool</ref> |
| 3098 <p> |
| 3099 True if the referenced element is deprecated. |
| 3100 </p> |
| 3101 </field> |
3096 <field name="parameter" optional="true"> | 3102 <field name="parameter" optional="true"> |
3097 <ref>String</ref> | 3103 <ref>String</ref> |
3098 <p> | 3104 <p> |
3099 A human-readable description of the parameter | 3105 A human-readable description of the parameter |
3100 corresponding to the expression being hovered over. This | 3106 corresponding to the expression being hovered over. This |
3101 data is omitted if the location is not in an argument to a | 3107 data is omitted if the location is not in an argument to a |
3102 function. | 3108 function. |
3103 </p> | 3109 </p> |
3104 </field> | 3110 </field> |
3105 <field name="propagatedType" optional="true"> | 3111 <field name="propagatedType" optional="true"> |
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4502 This section contains a list of all of the errors that are | 4508 This section contains a list of all of the errors that are |
4503 produced by the server and the data that is returned with each. | 4509 produced by the server and the data that is returned with each. |
4504 </p> | 4510 </p> |
4505 <p> | 4511 <p> |
4506 TODO: TBD | 4512 TODO: TBD |
4507 </p> | 4513 </p> |
4508 <h2 class="domain"><a name="index">Index</a></h2> | 4514 <h2 class="domain"><a name="index">Index</a></h2> |
4509 <index></index> | 4515 <index></index> |
4510 </body> | 4516 </body> |
4511 </html> | 4517 </html> |
OLD | NEW |