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

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

Issue 527773004: Fix references to non-existent requests in analysis server API doc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/tool/spec/spec_input.html » ('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 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 subtypes or if this item represents a supertype of the 2835 subtypes or if this item represents a supertype of the
2836 pivot type. 2836 pivot type.
2837 </p> 2837 </p>
2838 </dd></dl></dd></dl> 2838 </dd></dl></dd></dl>
2839 2839
2840 <h2><a name="refactorings">Refactorings</a></h2> 2840 <h2><a name="refactorings">Refactorings</a></h2>
2841 <p> 2841 <p>
2842 This section contains additional information for each kind of 2842 This section contains additional information for each kind of
2843 refactoring. In addition to a brief description of the 2843 refactoring. In addition to a brief description of the
2844 refactoring, there is a specification of the feedback that is 2844 refactoring, there is a specification of the feedback that is
2845 provided when a refactoring is created using the 2845 provided when a refactoring is requested using the
2846 edit.createRefactoring request (designed to improve the UX) 2846 edit.getRefactoring request (designed to improve the UX)
2847 and the options that must be set using the 2847 and the options that may be provided to edit.getRefactoring.
2848 edit.setRefactoringOptions request before the refactoring can
2849 be applied.
2850 </p> 2848 </p>
2851 2849
2852 2850
2853 2851
2854 2852
2855 2853
2856 2854
2857 2855
2858 <dl><dt class="refactoring">CONVERT_GETTER_TO_METHOD</dt><dd> 2856 <dl><dt class="refactoring">CONVERT_GETTER_TO_METHOD</dt><dd>
2859 <p> 2857 <p>
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 <p> 3090 <p>
3093 This section contains a list of all of the errors that are 3091 This section contains a list of all of the errors that are
3094 produced by the server and the data that is returned with each. 3092 produced by the server and the data that is returned with each.
3095 </p> 3093 </p>
3096 <p> 3094 <p>
3097 TBD 3095 TBD
3098 </p> 3096 </p>
3099 3097
3100 3098
3101 </body></html> 3099 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698