Chromium Code Reviews| 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 644a1a9335ad774b69d9f58db36559b71ee174a5..442659f7b8e33aa77a6fe8a0d28a90eadada327c 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -6,7 +6,7 @@ |
| </head> |
| <body> |
| <h1>Analysis Server API Specification</h1> |
| - <h1 style="color:#999999">Version <version>1.15.0</version></h1> |
| + <h1 style="color:#999999">Version <version>1.16.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 |
| @@ -239,6 +239,10 @@ |
| <ref>String</ref> |
| <p>The version number of the analysis server.</p> |
| </field> |
| + <field name="pid"> |
| + <ref>String</ref> |
|
Brian Wilkerson
2016/06/21 22:57:54
I think we want to specify "int" rather than "Stri
pquitslund
2016/06/21 23:00:15
Indeed! :)
Done.
|
| + <p>The process id of the analysis server process.</p> |
| + </field> |
| </params> |
| </notification> |
| <notification event="error"> |