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

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

Issue 492483002: Change analysis.updateOptions to use generated classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 description of the content change. 495 description of the content change.
496 </p> 496 </p>
497 </field> 497 </field>
498 </params> 498 </params>
499 </request> 499 </request>
500 <request method="updateOptions"> 500 <request method="updateOptions">
501 <p> 501 <p>
502 Update the options controlling analysis based on the given 502 Update the options controlling analysis based on the given
503 set of options. Any options that are not included in the 503 set of options. Any options that are not included in the
504 analysis options will not be changed. If there are options 504 analysis options will not be changed. If there are options
505 in the analysis options that are not valid an error will be 505 in the analysis options that are not valid, they will be
506 reported but the values of the valid options will still be 506 silently ignored.
507 updated.
508 </p> 507 </p>
509 <params> 508 <params>
510 <field name="options"> 509 <field name="options">
511 <ref>AnalysisOptions</ref> 510 <ref>AnalysisOptions</ref>
512 <p> 511 <p>
513 The options that are to be used to control analysis. 512 The options that are to be used to control analysis.
514 </p> 513 </p>
515 </field> 514 </field>
516 </params> 515 </params>
517 </request> 516 </request>
(...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3117 <h2>Errors</h2> 3116 <h2>Errors</h2>
3118 <p> 3117 <p>
3119 This section contains a list of all of the errors that are 3118 This section contains a list of all of the errors that are
3120 produced by the server and the data that is returned with each. 3119 produced by the server and the data that is returned with each.
3121 </p> 3120 </p>
3122 <p> 3121 <p>
3123 TBD 3122 TBD
3124 </p> 3123 </p>
3125 </body> 3124 </body>
3126 </html> 3125 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698