| OLD | NEW |
| 1 | 1 |
| 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.4.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.5.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/">http://semver.org/</a>. | 15 versioning <a href="http://semver.org/">http://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 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2531 </field> | 2531 </field> |
| 2532 <field name="containingLibraryName" optional="true"> | 2532 <field name="containingLibraryName" optional="true"> |
| 2533 <ref>String</ref> | 2533 <ref>String</ref> |
| 2534 <p> | 2534 <p> |
| 2535 The name of the library in which the referenced element is | 2535 The name of the library in which the referenced element is |
| 2536 declared. This data is omitted if there is no referenced | 2536 declared. This data is omitted if there is no referenced |
| 2537 element, or if the element is declared inside an HTML | 2537 element, or if the element is declared inside an HTML |
| 2538 file. | 2538 file. |
| 2539 </p> | 2539 </p> |
| 2540 </field> | 2540 </field> |
| 2541 <field name="containingClassDescription" optional="true"> |
| 2542 <ref>String</ref> |
| 2543 <p> |
| 2544 A human-readable description of the class declaring the element |
| 2545 being referenced. This data is omitted if there is no referenced |
| 2546 element, or if the element is not a class member. |
| 2547 </p> |
| 2548 </field> |
| 2541 <field name="dartdoc" optional="true"> | 2549 <field name="dartdoc" optional="true"> |
| 2542 <ref>String</ref> | 2550 <ref>String</ref> |
| 2543 <p> | 2551 <p> |
| 2544 The dartdoc associated with the referenced element. Other | 2552 The dartdoc associated with the referenced element. Other |
| 2545 than the removal of the comment delimiters, including | 2553 than the removal of the comment delimiters, including |
| 2546 leading asterisks in the case of a block comment, the | 2554 leading asterisks in the case of a block comment, the |
| 2547 dartdoc is unprocessed markdown. This data is omitted if | 2555 dartdoc is unprocessed markdown. This data is omitted if |
| 2548 there is no referenced element, or if the element has no | 2556 there is no referenced element, or if the element has no |
| 2549 dartdoc. | 2557 dartdoc. |
| 2550 </p> | 2558 </p> |
| (...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3862 <h2>Errors</h2> | 3870 <h2>Errors</h2> |
| 3863 <p> | 3871 <p> |
| 3864 This section contains a list of all of the errors that are | 3872 This section contains a list of all of the errors that are |
| 3865 produced by the server and the data that is returned with each. | 3873 produced by the server and the data that is returned with each. |
| 3866 </p> | 3874 </p> |
| 3867 <p> | 3875 <p> |
| 3868 TBD | 3876 TBD |
| 3869 </p> | 3877 </p> |
| 3870 </body> | 3878 </body> |
| 3871 </html> | 3879 </html> |
| OLD | NEW |