| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index d25f1765e6ada556677c21856a2e8804015664cc..a3f8c3079cdbc0bf79319e056948433314812c54 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -1391,7 +1391,7 @@ dt.typeDefinition {
|
| "<b>offset</b>": int
|
| "<b>length</b>": int
|
| "<b>validateOnly</b>": bool
|
| - "<b>options</b>": <span style="color:#999999">optional</span> object
|
| + "<b>options</b>": <span style="color:#999999">optional</span> <a href="#type_RefactoringOptions">RefactoringOptions</a>
|
| }
|
| }</pre><br><pre>response: {
|
| "id": String
|
| @@ -1435,7 +1435,7 @@ dt.typeDefinition {
|
| True if the client is only requesting that the values of
|
| the options be validated and no change be generated.
|
| </p>
|
| - </dd><dt class="field"><b><i>options ( <span style="color:#999999">optional</span> object )</i></b></dt><dd>
|
| + </dd><dt class="field"><b><i>options ( <span style="color:#999999">optional</span> <a href="#type_RefactoringOptions">RefactoringOptions</a> )</i></b></dt><dd>
|
|
|
| <p>
|
| Data used to provide values provided by the user. The
|
| @@ -1723,6 +1723,7 @@ dt.typeDefinition {
|
|
|
|
|
|
|
| +
|
| <dl><dt class="typeDefinition"><a name="type_AddContentOverlay">AddContentOverlay: object</a></dt><dd>
|
| <p>
|
| A directive to begin overlaying the contents of a file. The
|
| @@ -2504,7 +2505,12 @@ dt.typeDefinition {
|
| not be defined. If the function type has zero parameters, this
|
| field will have a value of "()".
|
| </p>
|
| - </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameterKind">RefactoringMethodParameterKind: String</a></dt><dd>
|
| + </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringOptions">RefactoringOptions: object</a></dt><dd>
|
| + <p>
|
| + An abstract superclass of all refactoring options.
|
| + </p>
|
| +
|
| + <dl></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameterKind">RefactoringMethodParameterKind: String</a></dt><dd>
|
| <p>
|
| An enumeration of the kinds of parameters.
|
| </p>
|
|
|