| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 5585838a94460ad37990144d1f50f2b940f01310..0eff40c84e526bee58d03abf3da245dd20026743 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -43,7 +43,7 @@ dt.typeDefinition {
|
| </style></head>
|
| <body>
|
| <h1>Analysis Server API Specification</h1>
|
| - <h1 style="color:#999999">Version 1.3.0</h1>
|
| + <h1 style="color:#999999">Version 1.4.0</h1>
|
| <p>
|
| This document contains a specification of the API provided by the
|
| analysis server. The API in this document is currently under
|
| @@ -2528,6 +2528,12 @@ dt.typeDefinition {
|
| element does not have a declared return type, this field
|
| will contain an empty string.
|
| </p>
|
| + </dd><dt class="field"><b><i>typeParameters ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The type parameter list for the element. If the element doesn't
|
| + have type parameters, this field will not be defined.
|
| + </p>
|
| </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">ElementKind: String</a></dt><dd>
|
| <p>
|
| An enumeration of the kinds of elements.
|
|
|