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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 806943004: Add generateLints analysis option to the Server protocol API. (Closed) Base URL: http://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 | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 </p> 2110 </p>
2111 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd> 2111 </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color :#999999">optional</span> bool )</i></b></dt><dd>
2112 2112
2113 <p> 2113 <p>
2114 True if hints that are specific to dart2js should be 2114 True if hints that are specific to dart2js should be
2115 generated. This option is ignored if generateHints is false. 2115 generated. This option is ignored if generateHints is false.
2116 </p> 2116 </p>
2117 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd> 2117 </dd><dt class="field"><b><i>generateHints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd>
2118 2118
2119 <p> 2119 <p>
2120 True is hints should be generated as part of generating 2120 True if hints should be generated as part of generating
2121 errors and warnings.
2122 </p>
2123 </dd><dt class="field"><b><i>generateLints ( <span style="color:#99999 9">optional</span> bool )</i></b></dt><dd>
2124
2125 <p>
2126 True if lints should be generated as part of generating
2121 errors and warnings. 2127 errors and warnings.
2122 </p> 2128 </p>
2123 </dd></dl></dd><dt class="typeDefinition"><a name="type_AnalysisServic e">AnalysisService: String</a></dt><dd> 2129 </dd></dl></dd><dt class="typeDefinition"><a name="type_AnalysisServic e">AnalysisService: String</a></dt><dd>
2124 <p> 2130 <p>
2125 An enumeration of the services provided by the analysis 2131 An enumeration of the services provided by the analysis
2126 domain. 2132 domain.
2127 </p> 2133 </p>
2128 2134
2129 <dl><dt class="value">FOLDING</dt><dt class="value">HIGHLIGHTS</dt><dt cla ss="value">INVALIDATE</dt><dt class="value">NAVIGATION</dt><dt class="value">OCC URRENCES</dt><dt class="value">OUTLINE</dt><dt class="value">OVERRIDES</dt></dl> </dd><dt class="typeDefinition"><a name="type_AnalysisStatus">AnalysisStatus: ob ject</a></dt><dd> 2135 <dl><dt class="value">FOLDING</dt><dt class="value">HIGHLIGHTS</dt><dt cla ss="value">INVALIDATE</dt><dt class="value">NAVIGATION</dt><dt class="value">OCC URRENCES</dt><dt class="value">OUTLINE</dt><dt class="value">OVERRIDES</dt></dl> </dd><dt class="typeDefinition"><a name="type_AnalysisStatus">AnalysisStatus: ob ject</a></dt><dd>
2130 <p> 2136 <p>
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 <p> 3601 <p>
3596 This section contains a list of all of the errors that are 3602 This section contains a list of all of the errors that are
3597 produced by the server and the data that is returned with each. 3603 produced by the server and the data that is returned with each.
3598 </p> 3604 </p>
3599 <p> 3605 <p>
3600 TBD 3606 TBD
3601 </p> 3607 </p>
3602 3608
3603 3609
3604 </body></html> 3610 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698