| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 } | 36 } |
| 37 dt.request { | 37 dt.request { |
| 38 font-weight: bold; | 38 font-weight: bold; |
| 39 } | 39 } |
| 40 dt.typeDefinition { | 40 dt.typeDefinition { |
| 41 font-weight: bold; | 41 font-weight: bold; |
| 42 } | 42 } |
| 43 </style></head> | 43 </style></head> |
| 44 <body> | 44 <body> |
| 45 <h1>Analysis Server API Specification</h1> | 45 <h1>Analysis Server API Specification</h1> |
| 46 <h1 style="color:#999999">Version 1.4.0</h1> | 46 <h1 style="color:#999999">Version 1.5.0</h1> |
| 47 <p> | 47 <p> |
| 48 This document contains a specification of the API provided by the | 48 This document contains a specification of the API provided by the |
| 49 analysis server. The API in this document is currently under | 49 analysis server. The API in this document is currently under |
| 50 development. Changes to the API will be accompanied by an update to the | 50 development. Changes to the API will be accompanied by an update to the |
| 51 protocol version number according to the principles of semantic | 51 protocol version number according to the principles of semantic |
| 52 versioning <a href="http://semver.org/">http://semver.org/</a>. | 52 versioning <a href="http://semver.org/">http://semver.org/</a>. |
| 53 </p> | 53 </p> |
| 54 <h2>Overview</h2> | 54 <h2>Overview</h2> |
| 55 <p> | 55 <p> |
| 56 The analysis server API is a bi-directional client-server | 56 The analysis server API is a bi-directional client-server |
| (...skipping 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2655 element is declared inside an HTML file. | 2655 element is declared inside an HTML file. |
| 2656 </p> | 2656 </p> |
| 2657 </dd><dt class="field"><b><i>containingLibraryName ( <span style="colo
r:#999999">optional</span> String )</i></b></dt><dd> | 2657 </dd><dt class="field"><b><i>containingLibraryName ( <span style="colo
r:#999999">optional</span> String )</i></b></dt><dd> |
| 2658 | 2658 |
| 2659 <p> | 2659 <p> |
| 2660 The name of the library in which the referenced element is | 2660 The name of the library in which the referenced element is |
| 2661 declared. This data is omitted if there is no referenced | 2661 declared. This data is omitted if there is no referenced |
| 2662 element, or if the element is declared inside an HTML | 2662 element, or if the element is declared inside an HTML |
| 2663 file. | 2663 file. |
| 2664 </p> | 2664 </p> |
| 2665 </dd><dt class="field"><b><i>containingClassDescription ( <span style=
"color:#999999">optional</span> String )</i></b></dt><dd> |
| 2666 |
| 2667 <p> |
| 2668 A human-readable description of the class declaring the element |
| 2669 being referenced. This data is omitted if there is no referenced |
| 2670 element, or if the element is not a class member. |
| 2671 </p> |
| 2665 </dd><dt class="field"><b><i>dartdoc ( <span style="color:#999999">opt
ional</span> String )</i></b></dt><dd> | 2672 </dd><dt class="field"><b><i>dartdoc ( <span style="color:#999999">opt
ional</span> String )</i></b></dt><dd> |
| 2666 | 2673 |
| 2667 <p> | 2674 <p> |
| 2668 The dartdoc associated with the referenced element. Other | 2675 The dartdoc associated with the referenced element. Other |
| 2669 than the removal of the comment delimiters, including | 2676 than the removal of the comment delimiters, including |
| 2670 leading asterisks in the case of a block comment, the | 2677 leading asterisks in the case of a block comment, the |
| 2671 dartdoc is unprocessed markdown. This data is omitted if | 2678 dartdoc is unprocessed markdown. This data is omitted if |
| 2672 there is no referenced element, or if the element has no | 2679 there is no referenced element, or if the element has no |
| 2673 dartdoc. | 2680 dartdoc. |
| 2674 </p> | 2681 </p> |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3764 <p> | 3771 <p> |
| 3765 This section contains a list of all of the errors that are | 3772 This section contains a list of all of the errors that are |
| 3766 produced by the server and the data that is returned with each. | 3773 produced by the server and the data that is returned with each. |
| 3767 </p> | 3774 </p> |
| 3768 <p> | 3775 <p> |
| 3769 TBD | 3776 TBD |
| 3770 </p> | 3777 </p> |
| 3771 | 3778 |
| 3772 | 3779 |
| 3773 </body></html> | 3780 </body></html> |
| OLD | NEW |