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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 2668733002: Update server generator (Closed)
Patch Set: re-ran generator Created 3 years, 10 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
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java ('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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
9 <h1 style="color:#999999">Version <version>1.17.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.17.0</version></h1>
10 <p> 10 <p>
(...skipping 3327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 <field name="fileIndex"> 3338 <field name="fileIndex">
3339 <ref>int</ref> 3339 <ref>int</ref>
3340 <p> 3340 <p>
3341 The index of the file (in the enclosing navigation response) to 3341 The index of the file (in the enclosing navigation response) to
3342 navigate to. 3342 navigate to.
3343 </p> 3343 </p>
3344 </field> 3344 </field>
3345 <field name="offset"> 3345 <field name="offset">
3346 <ref>int</ref> 3346 <ref>int</ref>
3347 <p> 3347 <p>
3348 The offset of the region from which the user can navigate. 3348 The offset of the region to which the user can navigate.
3349 </p> 3349 </p>
3350 </field> 3350 </field>
3351 <field name="length"> 3351 <field name="length">
3352 <ref>int</ref> 3352 <ref>int</ref>
3353 <p> 3353 <p>
3354 The length of the region from which the user can navigate. 3354 The length of the region to which the user can navigate.
3355 </p> 3355 </p>
3356 </field> 3356 </field>
3357 <field name="startLine"> 3357 <field name="startLine">
3358 <ref>int</ref> 3358 <ref>int</ref>
3359 <p> 3359 <p>
3360 The one-based index of the line containing the first 3360 The one-based index of the line containing the first
3361 character of the region. 3361 character of the region.
3362 </p> 3362 </p>
3363 </field> 3363 </field>
3364 <field name="startColumn"> 3364 <field name="startColumn">
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4564 This section contains a list of all of the errors that are 4564 This section contains a list of all of the errors that are
4565 produced by the server and the data that is returned with each. 4565 produced by the server and the data that is returned with each.
4566 </p> 4566 </p>
4567 <p> 4567 <p>
4568 TODO: TBD 4568 TODO: TBD
4569 </p> 4569 </p>
4570 <h2 class="domain"><a name="index">Index</a></h2> 4570 <h2 class="domain"><a name="index">Index</a></h2>
4571 <index></index> 4571 <index></index>
4572 </body> 4572 </body>
4573 </html> 4573 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698