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

Unified Diff: pkg/analysis_server/doc/api.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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 52b4419869b3dbdecd2b5148bd5a18b0e139c056..962877c5917d37d99723945eb020ed33864f0c02 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1200,7 +1200,9 @@ dt.typeDefinition {
"event": "analysis.outline"
"params": {
"<b>file</b>": <a href="#type_FilePath">FilePath</a>
+ "<b>libraryName</b>": String
"<b>outline</b>": <a href="#type_Outline">Outline</a>
+ "<b>partOfLibraryName</b>": String
}
}</pre></div>
<p>
@@ -1218,11 +1220,21 @@ dt.typeDefinition {
<p>
The file with which the outline is associated.
</p>
+ </dd><dt class="field"><b><i>libraryName ( String )</i></b></dt><dd>
+
+ <p>
+ The name of the library defined by the file.
+ </p>
</dd><dt class="field"><b><i>outline ( <a href="#type_Outline">Outline</a> )</i></b></dt><dd>
<p>
The outline associated with the file.
</p>
+ </dd><dt class="field"><b><i>partOfLibraryName ( String )</i></b></dt><dd>
+
+ <p>
+ The name of the library the file in a part of.
+ </p>
</dd></dl></dd><dt class="notification"><a name="notification_analysis.overrides">analysis.overrides</a> (<a href="#notification_analysis.overrides">#</a>)</dt><dd><div class="box"><pre>notification: {
"event": "analysis.overrides"
"params": {
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | pkg/analysis_server/tool/spec/spec_input.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698