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

Side by Side Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server Plugin API Specification</title> 5 <title>Analysis Server Plugin API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server Plugin API Specification</h1> 8 <h1>Analysis Server Plugin API Specification</h1>
9 <h1 style="color:#999999">Version 9 <h1 style="color:#999999">Version
10 <version>1.0.0-alpha.0</version> 10 <version>1.0.0-alpha.0</version>
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 </p> 287 </p>
288 </field> 288 </field>
289 </params> 289 </params>
290 </request> 290 </request>
291 <notification event="errors"> 291 <notification event="errors">
292 <p> 292 <p>
293 Used to report the errors associated with a given file. The set of errors 293 Used to report the errors associated with a given file. The set of errors
294 included in the notification is always a complete list that supersedes any 294 included in the notification is always a complete list that supersedes any
295 previously reported errors. 295 previously reported errors.
296 </p> 296 </p>
297 <p>
298 TODO: Decide whether we need to support the '--no-error-notification'
299 option.
300 </p>
301 <params> 297 <params>
302 <field name="file"> 298 <field name="file">
303 <ref>FilePath</ref> 299 <ref>FilePath</ref>
304 <p> 300 <p>
305 The file containing the errors. 301 The file containing the errors.
306 </p> 302 </p>
307 </field> 303 </field>
308 <field name="errors"> 304 <field name="errors">
309 <list> 305 <list>
310 <ref>AnalysisError</ref> 306 <ref>AnalysisError</ref>
(...skipping 2487 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 The name that the element should have after the refactoring. 2794 The name that the element should have after the refactoring.
2799 </p> 2795 </p>
2800 </field> 2796 </field>
2801 </options> 2797 </options>
2802 </refactoring> 2798 </refactoring>
2803 </refactorings> 2799 </refactorings>
2804 <h2 class="domain"><a name="index">Index</a></h2> 2800 <h2 class="domain"><a name="index">Index</a></h2>
2805 <index></index> 2801 <index></index>
2806 </body> 2802 </body>
2807 </html> 2803 </html>
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698