| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2077 <li>0x08 - set if the element is a static member of a class or is
a top-level function or field</li> | 2077 <li>0x08 - set if the element is a static member of a class or is
a top-level function or field</li> |
| 2078 <li>0x10 - set if the element is private</li> | 2078 <li>0x10 - set if the element is private</li> |
| 2079 <li>0x20 - set if the element is deprecated</li> | 2079 <li>0x20 - set if the element is deprecated</li> |
| 2080 </ul> | 2080 </ul> |
| 2081 </field> | 2081 </field> |
| 2082 <field name="parameters" optional="true"> | 2082 <field name="parameters" optional="true"> |
| 2083 <ref>String</ref> | 2083 <ref>String</ref> |
| 2084 <p> | 2084 <p> |
| 2085 The parameter list for the element. If the element is not | 2085 The parameter list for the element. If the element is not |
| 2086 a method or function this field will not be defined. If | 2086 a method or function this field will not be defined. If |
| 2087 the element has zero parameters, this field will have a | 2087 the element doesn't have parameters (e.g. getter), this field |
| 2088 value of "()". | 2088 will not be defined. If the element has zero parameters, this |
| 2089 field will have a value of "()". |
| 2089 </p> | 2090 </p> |
| 2090 </field> | 2091 </field> |
| 2091 <field name="returnType" optional="true"> | 2092 <field name="returnType" optional="true"> |
| 2092 <ref>String</ref> | 2093 <ref>String</ref> |
| 2093 <p> | 2094 <p> |
| 2094 The return type of the element. If the element is not a | 2095 The return type of the element. If the element is not a |
| 2095 method or function this field will not be defined. If the | 2096 method or function this field will not be defined. If the |
| 2096 element does not have a declared return type, this field | 2097 element does not have a declared return type, this field |
| 2097 will contain an empty string. | 2098 will contain an empty string. |
| 2098 </p> | 2099 </p> |
| (...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3605 <h2>Errors</h2> | 3606 <h2>Errors</h2> |
| 3606 <p> | 3607 <p> |
| 3607 This section contains a list of all of the errors that are | 3608 This section contains a list of all of the errors that are |
| 3608 produced by the server and the data that is returned with each. | 3609 produced by the server and the data that is returned with each. |
| 3609 </p> | 3610 </p> |
| 3610 <p> | 3611 <p> |
| 3611 TBD | 3612 TBD |
| 3612 </p> | 3613 </p> |
| 3613 </body> | 3614 </body> |
| 3614 </html> | 3615 </html> |
| OLD | NEW |