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": { |