| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 66505b89a6f13cf2c42a04766ae1dd10c898afa6..ab370fccfadb317f8c2a3b6be5604f9b2dda8f06 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -3083,7 +3083,18 @@ dt.typeDefinition {
|
| It is an error if the range contains anything other than all
|
| or part of the name of a single local variable.
|
| </p>
|
| - <h4>Feedback</h4><p>none</p><h4>Options</h4><p>none</p></dd><dt class="refactoring">INLINE_METHOD</dt><dd>
|
| +
|
| + <h4>Feedback</h4><dl><dt class="field"><b><i>name ( String )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The name of the variable being inlined.
|
| + </p>
|
| + </dd><dt class="field"><b><i>occurrences ( int )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The number of times the variable occurs.
|
| + </p>
|
| + </dd></dl><h4>Options</h4><p>none</p></dd><dt class="refactoring">INLINE_METHOD</dt><dd>
|
| <p>
|
| Inline a method in place of one or all references to that
|
| method.
|
|
|