Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 166 <h4>Options</h4> | 166 <h4>Options</h4> |
| 167 <blockquote> | 167 <blockquote> |
| 168 <dl> | 168 <dl> |
| 169 <dt>--no-error-notification</dt> | 169 <dt>--no-error-notification</dt> |
| 170 <dd> | 170 <dd> |
| 171 Disable notifications about errors (see analysis.error). If this | 171 Disable notifications about errors (see analysis.error). If this |
| 172 flag is not specified then notifications will be sent for all | 172 flag is not specified then notifications will be sent for all |
| 173 errors produced for all files in the actual analysis roots. | 173 errors produced for all files in the actual analysis roots. |
| 174 </dd> | 174 </dd> |
| 175 </dl> | 175 </dl> |
| 176 <dl> | |
| 177 <dt>--file-read-mode</dt> | |
| 178 <dd> | |
| 179 An enumeration of the ways files can be read from disk. Some clients | |
| 180 normalize end of line characters which would make the file offset and | |
| 181 range information incorrect. The default option is <tt>as-is</tt>, but | |
| 182 can also be set to <tt>normalize-eol</tt>. | |
|
Paul Berry
2015/01/20 19:10:53
This documentation should precisely define how nor
jwren
2015/01/20 21:38:14
Done.
| |
| 183 </dd> | |
| 184 </dl> | |
| 176 </blockquote> | 185 </blockquote> |
| 177 <h2 class="domain"><a name="domain_server">Domain: server</a></h2> | 186 <h2 class="domain"><a name="domain_server">Domain: server</a></h2> |
| 178 <p> | 187 <p> |
| 179 The server domain contains API’s related to the execution of | 188 The server domain contains API’s related to the execution of |
| 180 the server. | 189 the server. |
| 181 </p> | 190 </p> |
| 182 | 191 |
| 183 | 192 |
| 184 | 193 |
| 185 | 194 |
| (...skipping 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3609 <p> | 3618 <p> |
| 3610 This section contains a list of all of the errors that are | 3619 This section contains a list of all of the errors that are |
| 3611 produced by the server and the data that is returned with each. | 3620 produced by the server and the data that is returned with each. |
| 3612 </p> | 3621 </p> |
| 3613 <p> | 3622 <p> |
| 3614 TBD | 3623 TBD |
| 3615 </p> | 3624 </p> |
| 3616 | 3625 |
| 3617 | 3626 |
| 3618 </body></html> | 3627 </body></html> |
| OLD | NEW |