| 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 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2425 </p> | 2425 </p> |
| 2426 </field> | 2426 </field> |
| 2427 <field name="declaringType" optional="true"> | 2427 <field name="declaringType" optional="true"> |
| 2428 <ref>String</ref> | 2428 <ref>String</ref> |
| 2429 <p> | 2429 <p> |
| 2430 The class that declares the element being suggested. This | 2430 The class that declares the element being suggested. This |
| 2431 field is omitted if the suggested element is not a member | 2431 field is omitted if the suggested element is not a member |
| 2432 of a class. | 2432 of a class. |
| 2433 </p> | 2433 </p> |
| 2434 </field> | 2434 </field> |
| 2435 <field name="defaultArgumentListString" optional="true"> |
| 2436 <ref>String</ref> |
| 2437 <p> |
| 2438 A default String for use in generating argument list |
| 2439 source contents on the client side. |
| 2440 </p> |
| 2441 </field> |
| 2435 <field name="element" optional="true"> | 2442 <field name="element" optional="true"> |
| 2436 <ref>Element</ref> | 2443 <ref>Element</ref> |
| 2437 <p> | 2444 <p> |
| 2438 Information about the element reference being suggested. | 2445 Information about the element reference being suggested. |
| 2439 </p> | 2446 </p> |
| 2440 </field> | 2447 </field> |
| 2441 <field name="returnType" optional="true"> | 2448 <field name="returnType" optional="true"> |
| 2442 <ref>String</ref> | 2449 <ref>String</ref> |
| 2443 <p> | 2450 <p> |
| 2444 The return type of the getter, function or method | 2451 The return type of the getter, function or method |
| (...skipping 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4588 This section contains a list of all of the errors that are | 4595 This section contains a list of all of the errors that are |
| 4589 produced by the server and the data that is returned with each. | 4596 produced by the server and the data that is returned with each. |
| 4590 </p> | 4597 </p> |
| 4591 <p> | 4598 <p> |
| 4592 TODO: TBD | 4599 TODO: TBD |
| 4593 </p> | 4600 </p> |
| 4594 <h2 class="domain"><a name="index">Index</a></h2> | 4601 <h2 class="domain"><a name="index">Index</a></h2> |
| 4595 <index></index> | 4602 <index></index> |
| 4596 </body> | 4603 </body> |
| 4597 </html> | 4604 </html> |
| OLD | NEW |