Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1252)

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1375163003: Specification change for the 'libraryName' and 'partOfLibraryName' fields in Outline. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698