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

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

Issue 2713053002: Remove the --no-error-notification flag. (Closed)
Patch Set: Created 3 years, 10 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/lib/src/analysis_server.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 9756879c7a506d940d3a255ff55106a2b0b40081..9fc9d4596c6ea2b350d955e18c1819431e1c2953 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -281,9 +281,10 @@ a:focus, a:hover {
<dl>
<dt>--no-error-notification</dt>
<dd>
- Disable notifications about errors (see analysis.error). If this
- flag is not specified then notifications will be sent for all
- errors produced for all files in the actual analysis roots.
+ <p><b>Deprecated</b></p>
+ Disable notifications about errors (see analysis.error). If this
+ flag is not specified then notifications will be sent for all
+ errors produced for all files in the actual analysis roots.
</dd>
</dl>
<dl>
@@ -1070,10 +1071,6 @@ a:focus, a:hover {
errors included in the notification is always a complete
list that supersedes any previously reported errors.
</p>
- <p>
- It is only possible to unsubscribe from this notification by
- using the command-line flag --no-error-notification.
- </p>
<h4>parameters:</h4><dl><dt class="field"><b>file (<a href="#type_FilePath">FilePath</a>)</b></dt><dd>
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698