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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 544273003: Initial support for execution domain (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed formatting Created 6 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
« no previous file with comments | « pkg/analysis_server/test/test_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 2d3252a0cdfe66a01a986b146966927339137c6e..2d0005488d1300ef98e49b6d64be016508bf5825 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -126,15 +126,16 @@
The command-line arguments that can be passed to the server.
</p>
<h4>Options</h4>
+ <blockquote>
<dl>
<dt>--no-error-notification</dt>
- <dd></dd>
- </dl>
- <p>
+ <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>
+ </dd>
+ </dl>
+ </blockquote>
<domain name="server">
<p>
The server domain contains API’s related to the execution of
@@ -1379,20 +1380,19 @@
</request>
<notification event="launchData">
<p>
- Reports information needed to allow applications within the given
- context to be launched.
+ Reports information needed to allow applications to be launched.
</p>
<p>
This notification is not subscribed to by default. Clients can
subscribe by including the value "LAUNCH_DATA" in the list of services
- passed in a execution.setSubscriptions request.
+ passed in an <tt>execution.setSubscriptions</tt> request.
</p>
<params>
<field name="executables">
<list><ref>ExecutableFile</ref></list>
<p>
- A list of the files that are executable in the given context. This
- list replaces any previous list provided for the given context.
+ A list of the files that are executable. This list replaces any
+ previous list provided.
</p>
</field>
<field name="dartToHtml">
@@ -1423,7 +1423,7 @@
</notification>
</domain>
<types>
- <h2><a name="types">Types</a></h2>
+ <h2 class="domain"><a name="types">Types</a></h2>
<p>
This section contains descriptions of the data types referenced
in the API’s of the various domains.
« no previous file with comments | « pkg/analysis_server/test/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698