| 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 54e03154d246a9f4c155bb5175ccd27fd5547e1b..206534f65e3c41b53bc0e9afec5e03a905d02b41 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.3.0</version></h1>
|
| + <h1 style="color:#999999">Version <version>1.4.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
|
| @@ -2301,6 +2301,13 @@
|
| will contain an empty string.
|
| </p>
|
| </field>
|
| + <field name="typeParameters" optional="true">
|
| + <ref>String</ref>
|
| + <p>
|
| + The type parameter list for the element. If the element doesn't
|
| + have type parameters, this field will not be defined.
|
| + </p>
|
| + </field>
|
| </object>
|
| </type>
|
| <type name="ElementKind">
|
|
|