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

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

Issue 2985003002: Update the version of the server API (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.2</version> 10 <version>1.18.3</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 3826 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 This section contains a list of all of the errors that are 3847 This section contains a list of all of the errors that are
3848 produced by the server and the data that is returned with each. 3848 produced by the server and the data that is returned with each.
3849 </p> 3849 </p>
3850 <p> 3850 <p>
3851 TODO: TBD 3851 TODO: TBD
3852 </p> 3852 </p>
3853 <h2 class="domain"><a name="index">Index</a></h2> 3853 <h2 class="domain"><a name="index">Index</a></h2>
3854 <index></index> 3854 <index></index>
3855 </body> 3855 </body>
3856 </html> 3856 </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