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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 3002543002: Support experimental annotations for the analysis server spec. (Closed)
Patch Set: Created 3 years, 4 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 | « no previous file | pkg/analysis_server/tool/spec/from_html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 8fc58f1cdbcb6ab76a3630260792095d9fce50fb..a4f704680306786a9f32983f53126866511a7b75 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1107,41 +1107,6 @@ a:focus, a:hover {
<p>
A list of the paths of the files that are being analyzed.
</p>
- </dd></dl></dd><dt class="notification"><a name="notification_analysis.closingLabels">analysis.closingLabels</a></dt><dd><div class="box"><pre>notification: {
- "event": "analysis.closingLabels"
- "params": {
- "<b>file</b>": <a href="#type_FilePath">FilePath</a>
- "<b>labels</b>": List&lt;<a href="#type_ClosingLabel">ClosingLabel</a>&gt;
- }
-}</pre></div>
- <p>
- Reports closing labels relevant to a given file.
- </p>
- <p>
- This notification is not subscribed to by default. Clients
- can subscribe by including the value <tt>"CLOSING_LABELS"</tt>
- in the list of services passed in an
- analysis.setSubscriptions request.
- </p>
-
- <h4>parameters:</h4><dl><dt class="field"><b>file: <a href="#type_FilePath">FilePath</a></b></dt><dd>
-
- <p>
- The file the closing labels relate to.
- </p>
- </dd><dt class="field"><b>labels: List&lt;<a href="#type_ClosingLabel">ClosingLabel</a>&gt;</b></dt><dd>
-
- <p>
- Closing labels relevant to the file. Each item
- represents a useful label associated with some range
- with may be useful to display to the user within the editor
- at the end of the range to indicate what construct is closed
- at that location. Closing labels include constructor/method
- calls and List arguments that span multiple lines.
- Note that the ranges that are returned can overlap
- each other because they may be associated with
- constructs that can be nested.
- </p>
</dd></dl></dd><dt class="notification"><a name="notification_analysis.errors">analysis.errors</a></dt><dd><div class="box"><pre>notification: {
"event": "analysis.errors"
"params": {
« no previous file with comments | « no previous file | pkg/analysis_server/tool/spec/from_html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698