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 c91301133bda9a0dc2e7a15e916024e6b5e44f1b..b2e45de9a8e6ec2e5b3fdf7776dd26c5901b59ff 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -1044,12 +1044,24 @@ |
| The file with which the outline is associated. |
| </p> |
| </field> |
| + <field name="libraryName"> |
| + <ref>String</ref> |
| + <p> |
| + The name of the library defined by the file. |
|
Paul Berry
2015/10/01 16:00:44
We should clarify what happens if the file is the
|
| + </p> |
| + </field> |
| <field name="outline"> |
| <ref>Outline</ref> |
| <p> |
| The outline associated with the file. |
| </p> |
| </field> |
| + <field name="partOfLibraryName"> |
|
Brian Wilkerson
2015/10/01 16:13:00
Do we need to differentiate between a library and
|
| + <ref>String</ref> |
| + <p> |
| + The name of the library the file in a part of. |
|
Paul Berry
2015/10/01 16:00:44
We should clarify what happens if the file is not
|
| + </p> |
| + </field> |
| </params> |
| </notification> |
| <notification event="overrides"> |