| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index 3cbf39d525272911f0ee4f698bb7d5497c19ad97..562b853e3ee57ac15039f3fb5a23220943ee5fad 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -1,3 +1,4 @@
|
| +
|
| <html>
|
| <head>
|
| <meta charset="UTF-8"/>
|
| @@ -5,12 +6,13 @@
|
| </head>
|
| <body>
|
| <h1>Analysis Server API Specification</h1>
|
| - <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1>
|
| + <h1 style="color:#999999">Version <version>1.0.0</version></h1>
|
| <p>
|
| - This document contains a specification of the API provided by
|
| - the analysis server. The API in this document is currently under
|
| - development and should be expected to change. In some cases
|
| - those changes will be substantial.
|
| + This document contains a specification of the API provided by the
|
| + analysis server. The API in this document is currently under
|
| + development. Changes to the API will be accompanied by an update to the
|
| + protocol version number according to the principles of semantic
|
| + versioning <a href="http://semver.org/">http://semver.org/</a>.
|
| </p>
|
| <h2>Overview</h2>
|
| <p>
|
|
|