| 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 | 9 <h1 style="color:#999999">Version |
| 10 <version>1.18.4</version> | 10 <version>1.18.4</version> |
| (...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 <field name="directories"> | 941 <field name="directories"> |
| 942 <list> | 942 <list> |
| 943 <ref>FilePath</ref> | 943 <ref>FilePath</ref> |
| 944 </list> | 944 </list> |
| 945 <p> | 945 <p> |
| 946 A list of the paths of the files that are being analyzed. | 946 A list of the paths of the files that are being analyzed. |
| 947 </p> | 947 </p> |
| 948 </field> | 948 </field> |
| 949 </params> | 949 </params> |
| 950 </notification> | 950 </notification> |
| 951 <notification event="closingLabels"> | 951 <notification event="closingLabels" experimental="true"> |
| 952 <p> | 952 <p> |
| 953 Reports closing labels relevant to a given file. | 953 Reports closing labels relevant to a given file. |
| 954 </p> | 954 </p> |
| 955 <p> | 955 <p> |
| 956 This notification is not subscribed to by default. Clients | 956 This notification is not subscribed to by default. Clients |
| 957 can subscribe by including the value <tt>"CLOSING_LABELS"</tt> | 957 can subscribe by including the value <tt>"CLOSING_LABELS"</tt> |
| 958 in the list of services passed in an | 958 in the list of services passed in an |
| 959 analysis.setSubscriptions request. | 959 analysis.setSubscriptions request. |
| 960 </p> | 960 </p> |
| 961 <params> | 961 <params> |
| (...skipping 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3965 This section contains a list of all of the errors that are | 3965 This section contains a list of all of the errors that are |
| 3966 produced by the server and the data that is returned with each. | 3966 produced by the server and the data that is returned with each. |
| 3967 </p> | 3967 </p> |
| 3968 <p> | 3968 <p> |
| 3969 TODO: TBD | 3969 TODO: TBD |
| 3970 </p> | 3970 </p> |
| 3971 <h2 class="domain"><a name="index">Index</a></h2> | 3971 <h2 class="domain"><a name="index">Index</a></h2> |
| 3972 <index></index> | 3972 <index></index> |
| 3973 </body> | 3973 </body> |
| 3974 </html> | 3974 </html> |
| OLD | NEW |