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 343ee5e042faa0da3d6df8a9da46e645c406493d..3c2a35371c6c1945857f8f8e7a57dd2d7abfa897 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -3180,13 +3180,34 @@ |
| It is an error if the range contains anything other than all |
| or part of the name of a single method. |
| </p> |
| + <feedback> |
| + <field name="className" optional="true"> |
| + <ref>String</ref> |
| + <p> |
| + The name of the class enclosing the method being inlined. |
| + If not a class member is being inlined, this field will be absent. |
| + </p> |
| + </field> |
| + <field name="methodName"> |
| + <ref>String</ref> |
| + <p> |
| + The name of the method (or function) being inlined. |
| + </p> |
| + </field> |
| + <field name="isDeclaration"> |
| + <ref>bool</ref> |
| + <p> |
| + True is the declaration of the method is selected. |
|
Brian Wilkerson
2014/09/08 19:25:05
"True is" --> "True if"
|
| + So all references should be inlined. |
| + </p> |
| + </field> |
| + </feedback> |
| <options> |
| <field name="deleteSource"> |
| <ref>bool</ref> |
| <p> |
| - True if the method being inlined should be removed. It |
| - is an error if this field is true and inlineAll is |
| - false. |
| + True if the method being inlined should be removed. |
| + It is an error if this field is true and inlineAll is false. |
| </p> |
| </field> |
| <field name="inlineAll"> |