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

Side by Side Diff: pkg/analysis_server/doc/api.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><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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "<b>options</b>": <a href="#type_AnalysisOptions">AnalysisOptions</a> 615 "<b>options</b>": <a href="#type_AnalysisOptions">AnalysisOptions</a>
616 } 616 }
617 }</pre><br><pre>response: { 617 }</pre><br><pre>response: {
618 "id": String 618 "id": String
619 "error": <span style="color:#999999">optional</span> <a href="#type_Error">Err or</a> 619 "error": <span style="color:#999999">optional</span> <a href="#type_Error">Err or</a>
620 }</pre></div> 620 }</pre></div>
621 <p> 621 <p>
622 Update the options controlling analysis based on the given 622 Update the options controlling analysis based on the given
623 set of options. Any options that are not included in the 623 set of options. Any options that are not included in the
624 analysis options will not be changed. If there are options 624 analysis options will not be changed. If there are options
625 in the analysis options that are not valid an error will be 625 in the analysis options that are not valid, they will be
626 reported but the values of the valid options will still be 626 silently ignored.
627 updated.
628 </p> 627 </p>
629 628
630 <h4>Parameters</h4><dl><dt class="field"><b><i>options ( <a href="#type_An alysisOptions">AnalysisOptions</a> )</i></b></dt><dd> 629 <h4>Parameters</h4><dl><dt class="field"><b><i>options ( <a href="#type_An alysisOptions">AnalysisOptions</a> )</i></b></dt><dd>
631 630
632 <p> 631 <p>
633 The options that are to be used to control analysis. 632 The options that are to be used to control analysis.
634 </p> 633 </p>
635 </dd></dl></dd></dl><h3>Notifications</h3><dl><dt class="notification" >analysis.errors</dt><dd><div class="box"><pre>notification: { 634 </dd></dl></dd></dl><h3>Notifications</h3><dl><dt class="notification" >analysis.errors</dt><dd><div class="box"><pre>notification: {
636 "event": "analysis.errors" 635 "event": "analysis.errors"
637 "params": { 636 "params": {
(...skipping 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 <p> 3035 <p>
3037 This section contains a list of all of the errors that are 3036 This section contains a list of all of the errors that are
3038 produced by the server and the data that is returned with each. 3037 produced by the server and the data that is returned with each.
3039 </p> 3038 </p>
3040 <p> 3039 <p>
3041 TBD 3040 TBD
3042 </p> 3041 </p>
3043 3042
3044 3043
3045 </body></html> 3044 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698