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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.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 | « pkg/analysis_server/doc/api.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 </field> 2899 </field>
2900 </object> 2900 </object>
2901 </type> 2901 </type>
2902 </types> 2902 </types>
2903 <refactorings> 2903 <refactorings>
2904 <h2><a name="refactorings">Refactorings</a></h2> 2904 <h2><a name="refactorings">Refactorings</a></h2>
2905 <p> 2905 <p>
2906 This section contains additional information for each kind of 2906 This section contains additional information for each kind of
2907 refactoring. In addition to a brief description of the 2907 refactoring. In addition to a brief description of the
2908 refactoring, there is a specification of the feedback that is 2908 refactoring, there is a specification of the feedback that is
2909 provided when a refactoring is created using the 2909 provided when a refactoring is requested using the
2910 edit.createRefactoring request (designed to improve the UX) 2910 edit.getRefactoring request (designed to improve the UX)
2911 and the options that must be set using the 2911 and the options that may be provided to edit.getRefactoring.
2912 edit.setRefactoringOptions request before the refactoring can
2913 be applied.
2914 </p> 2912 </p>
2915 <refactoring kind="CONVERT_GETTER_TO_METHOD"> 2913 <refactoring kind="CONVERT_GETTER_TO_METHOD">
2916 <p> 2914 <p>
2917 Convert a getter into a method by removing the keyword get 2915 Convert a getter into a method by removing the keyword get
2918 and adding an empty parameter list. 2916 and adding an empty parameter list.
2919 </p> 2917 </p>
2920 <p> 2918 <p>
2921 It is an error if the range contains anything other than all 2919 It is an error if the range contains anything other than all
2922 or part of the name of a single getter. 2920 or part of the name of a single getter.
2923 </p> 2921 </p>
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3185 <h2>Errors</h2> 3183 <h2>Errors</h2>
3186 <p> 3184 <p>
3187 This section contains a list of all of the errors that are 3185 This section contains a list of all of the errors that are
3188 produced by the server and the data that is returned with each. 3186 produced by the server and the data that is returned with each.
3189 </p> 3187 </p>
3190 <p> 3188 <p>
3191 TBD 3189 TBD
3192 </p> 3190 </p>
3193 </body> 3191 </body>
3194 </html> 3192 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698