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

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

Issue 3002513002: Update the version of the server API spec for analysis.closingLabels (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analysis_server/lib/src/analysis_server.dart ('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 9 <h1 style="color:#999999">Version
10 <version>1.18.3</version> 10 <version>1.18.4</version>
11 </h1> 11 </h1>
12 <p> 12 <p>
13 This document contains a specification of the API provided by the 13 This document contains a specification of the API provided by the
14 analysis server. The API in this document is currently under 14 analysis server. The API in this document is currently under
15 development. Changes to the API will be accompanied by an update to the 15 development. Changes to the API will be accompanied by an update to the
16 protocol version number according to the principles of semantic 16 protocol version number according to the principles of semantic
17 versioning (<a href="http://semver.org/">semver.org</a>). 17 versioning (<a href="http://semver.org/">semver.org</a>).
18 </p> 18 </p>
19 <h2>Overview</h2> 19 <h2>Overview</h2>
20 <p> 20 <p>
(...skipping 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 This section contains a list of all of the errors that are 3965 This section contains a list of all of the errors that are
3966 produced by the server and the data that is returned with each. 3966 produced by the server and the data that is returned with each.
3967 </p> 3967 </p>
3968 <p> 3968 <p>
3969 TODO: TBD 3969 TODO: TBD
3970 </p> 3970 </p>
3971 <h2 class="domain"><a name="index">Index</a></h2> 3971 <h2 class="domain"><a name="index">Index</a></h2>
3972 <index></index> 3972 <index></index>
3973 </body> 3973 </body>
3974 </html> 3974 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/lib/src/analysis_server.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698