| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 9228c47c2e74f8926876e7815343b72365c7eb01..9855905393b63b5fde8fd37da5d592559b0bc3a9 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -253,27 +253,39 @@ a:focus, a:hover {
|
| <h4>Options</h4>
|
| <blockquote>
|
| <dl>
|
| - <dt>--no-error-notification</dt>
|
| + <dt>--client-id</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>
|
| + Specifies an identifier associated with the client. Used when
|
| + generating error reports.
|
| + </p>
|
| + <p>
|
| + Clients are strongly encouraged to provide this information in
|
| + order to improve the quality of information that can be provided
|
| + to them.
|
| + </p>
|
| </dd>
|
| </dl>
|
| <dl>
|
| - <dt>--file-read-mode</dt>
|
| + <dt>--client-version</dt>
|
| + <dd>
|
| + <p>
|
| + Specifies the version of the client that is communicating with
|
| + the server. Used when generating error reports.
|
| + </p>
|
| + <p>
|
| + Clients are strongly encouraged to provide this information in
|
| + order to improve the quality of information that can be provided
|
| + to them.
|
| + </p>
|
| + </dd>
|
| + </dl>
|
| + <dl>
|
| + <dt>--no-error-notification</dt>
|
| <dd>
|
| - An enumeration of the ways files can be read from disk. Some clients
|
| - normalize end of line characters which would make the file offset and
|
| - range information incorrect. The default option is <tt>as-is</tt>, but
|
| - can also be set to <tt>normalize-eol-always</tt>. The default option
|
| - (<tt>as-is</tt>) reads files as they are on disk. The
|
| - <tt>normalize-eol-always</tt> option does the following:
|
| - <ul>
|
| - <li>'\r\n' is converted to '\n';</li>
|
| - <li>'\r' by itself is converted to '\n';</li>
|
| - <li>this happens regardless of the OS editor is running on.</li>
|
| - </ul>
|
| + 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>
|
| @@ -286,6 +298,23 @@ a:focus, a:hover {
|
|
|
| </dd>
|
| </dl>
|
| + <dl>
|
| + <dt>--file-read-mode</dt>
|
| + <dd>
|
| + <p><b>Deprecated</b></p>
|
| + An enumeration of the ways files can be read from disk. Some clients
|
| + normalize end of line characters which would make the file offset and
|
| + range information incorrect. The default option is <tt>as-is</tt>, but
|
| + can also be set to <tt>normalize-eol-always</tt>. The default option
|
| + (<tt>as-is</tt>) reads files as they are on disk. The
|
| + <tt>normalize-eol-always</tt> option does the following:
|
| + <ul>
|
| + <li>'\r\n' is converted to '\n';</li>
|
| + <li>'\r' by itself is converted to '\n';</li>
|
| + <li>this happens regardless of the OS editor is running on.</li>
|
| + </ul>
|
| + </dd>
|
| + </dl>
|
| </blockquote>
|
| <h2 class="domain"><a name="domain_server">server domain</a></h2>
|
| <p>
|
|
|