Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 868893003: update analysis server spec and regen files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 <ref>RemoveContentOverlay</ref> 624 <ref>RemoveContentOverlay</ref>
625 </union> 625 </union>
626 </value> 626 </value>
627 </map> 627 </map>
628 <p> 628 <p>
629 A table mapping the files whose content has changed to a 629 A table mapping the files whose content has changed to a
630 description of the content change. 630 description of the content change.
631 </p> 631 </p>
632 </field> 632 </field>
633 </params> 633 </params>
634 <result>
635 </result>
634 </request> 636 </request>
635 <request method="updateOptions"> 637 <request method="updateOptions">
636 <p> 638 <p>
637 Update the options controlling analysis based on the given 639 Update the options controlling analysis based on the given
638 set of options. Any options that are not included in the 640 set of options. Any options that are not included in the
639 analysis options will not be changed. If there are options 641 analysis options will not be changed. If there are options
640 in the analysis options that are not valid, they will be 642 in the analysis options that are not valid, they will be
641 silently ignored. 643 silently ignored.
642 </p> 644 </p>
643 <params> 645 <params>
(...skipping 3089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 <h2>Errors</h2> 3735 <h2>Errors</h2>
3734 <p> 3736 <p>
3735 This section contains a list of all of the errors that are 3737 This section contains a list of all of the errors that are
3736 produced by the server and the data that is returned with each. 3738 produced by the server and the data that is returned with each.
3737 </p> 3739 </p>
3738 <p> 3740 <p>
3739 TBD 3741 TBD
3740 </p> 3742 </p>
3741 </body> 3743 </body>
3742 </html> 3744 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698