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

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

Issue 2972673002: Update server version after adding experimental API (Closed)
Patch Set: Created 3 years, 5 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.1</version> 10 <version>1.18.2</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 3832 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 This section contains a list of all of the errors that are 3853 This section contains a list of all of the errors that are
3854 produced by the server and the data that is returned with each. 3854 produced by the server and the data that is returned with each.
3855 </p> 3855 </p>
3856 <p> 3856 <p>
3857 TODO: TBD 3857 TODO: TBD
3858 </p> 3858 </p>
3859 <h2 class="domain"><a name="index">Index</a></h2> 3859 <h2 class="domain"><a name="index">Index</a></h2>
3860 <index></index> 3860 <index></index>
3861 </body> 3861 </body>
3862 </html> 3862 </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