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

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

Issue 488103003: Add SearchResultKind.UNKNOWN to the analysis server API. (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 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 </dd><dt class="value">READ_WRITE</dt><dd> 2624 </dd><dt class="value">READ_WRITE</dt><dd>
2625 2625
2626 <p> 2626 <p>
2627 A reference to a field, parameter or variable where it is being re ad and written. 2627 A reference to a field, parameter or variable where it is being re ad and written.
2628 </p> 2628 </p>
2629 </dd><dt class="value">REFERENCE</dt><dd> 2629 </dd><dt class="value">REFERENCE</dt><dd>
2630 2630
2631 <p> 2631 <p>
2632 A reference to an element. 2632 A reference to an element.
2633 </p> 2633 </p>
2634 </dd><dt class="value">UNKNOWN</dt><dd>
2635
2636 <p>
2637 Some other kind of search result.
2638 </p>
2634 </dd><dt class="value">WRITE</dt><dd> 2639 </dd><dt class="value">WRITE</dt><dd>
2635 2640
2636 <p> 2641 <p>
2637 A reference to a field, parameter or variable where it is being wr itten. 2642 A reference to a field, parameter or variable where it is being wr itten.
2638 </p> 2643 </p>
2639 </dd></dl></dd><dt class="typeDefinition"><a name="type_ServerService" >ServerService: String</a></dt><dd> 2644 </dd></dl></dd><dt class="typeDefinition"><a name="type_ServerService" >ServerService: String</a></dt><dd>
2640 <p> 2645 <p>
2641 An enumeration of the services provided by the server domain. 2646 An enumeration of the services provided by the server domain.
2642 </p> 2647 </p>
2643 2648
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 <p> 3044 <p>
3040 This section contains a list of all of the errors that are 3045 This section contains a list of all of the errors that are
3041 produced by the server and the data that is returned with each. 3046 produced by the server and the data that is returned with each.
3042 </p> 3047 </p>
3043 <p> 3048 <p>
3044 TBD 3049 TBD
3045 </p> 3050 </p>
3046 3051
3047 3052
3048 </body></html> 3053 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698