| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 69a9f879460d73b4c5585df96941449ae218b3b6..707246a6bdf417b1301aebbdda814c24ba41cfcb 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -1248,7 +1248,7 @@ dt.typeDefinition {
|
| }
|
| }</pre></div>
|
| <p>
|
| - Reports the overridding members in a file.
|
| + Reports the overriding members in a file.
|
| </p>
|
| <p>
|
| This notification is not subscribed to by default. Clients
|
| @@ -2048,7 +2048,7 @@ dt.typeDefinition {
|
| If directives of the Dart file cannot be organized, for example
|
| because it has scan or parse errors, or by other reasons,
|
| <tt>ORGANIZE_DIRECTIVES_ERROR</tt> will be generated. The message
|
| - will provide datails about the reason.
|
| + will provide details about the reason.
|
| </p>
|
|
|
|
|
| @@ -2458,7 +2458,7 @@ dt.typeDefinition {
|
| </dd><dt class="field"><b><i>enableSuperMixins ( <span style="color:#999999">optional</span> bool )</i></b></dt><dd>
|
|
|
| <p>
|
| - True if the client wants to enable spport for the
|
| + True if the client wants to enable support for the
|
| proposed "less restricted mixins" proposal (DEP 34).
|
| </p>
|
| </dd><dt class="field"><b><i>generateDart2jsHints ( <span style="color:#999999">optional</span> bool )</i></b></dt><dd>
|
| @@ -2776,7 +2776,7 @@ dt.typeDefinition {
|
| An enumeration of the kinds of elements.
|
| </p>
|
|
|
| - <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt class="value">COMPILATION_UNIT</dt><dt class="value">CONSTRUCTOR</dt><dt class="value">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="value">FIELD</dt><dt class="value">FUNCTION</dt><dt class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTER</dt><dt class="value">LABEL</dt><dt class="value">LIBRARY</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">PARAMETER</dt><dt class="value">PREFIX</dt><dt class="value">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class="value">UNIT_TEST_TEST</dt><dt class="value">UNKNOWN</dt></dl></dd><dt class="typeDefinition"><a name="type_ExecutableFile">ExecutableFile: object</a></dt><dd>
|
| + <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt class="value">COMPILATION_UNIT</dt><dt class="value">CONSTRUCTOR</dt><dt class="value">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="value">FIELD</dt><dt class="value">FILE</dt><dt class="value">FUNCTION</dt><dt class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTER</dt><dt class="value">LABEL</dt><dt class="value">LIBRARY</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">PARAMETER</dt><dt class="value">PREFIX</dt><dt class="value">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class="value">UNIT_TEST_TEST</dt><dt class="value">UNKNOWN</dt></dl></dd><dt class="typeDefinition"><a name="type_ExecutableFile">ExecutableFile: object</a></dt><dd>
|
| <p>
|
| A description of an executable file.
|
| </p>
|
| @@ -3030,14 +3030,14 @@ dt.typeDefinition {
|
| <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
|
|
|
| <p>
|
| - The offset of the range of characters that encompases the
|
| + The offset of the range of characters that encompasses the
|
| cursor position and has the same hover information as the
|
| cursor position.
|
| </p>
|
| </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd>
|
|
|
| <p>
|
| - The length of the range of characters that encompases the
|
| + The length of the range of characters that encompasses the
|
| cursor position and has the same hover information as the
|
| cursor position.
|
| </p>
|
| @@ -3667,7 +3667,7 @@ dt.typeDefinition {
|
| <p>
|
| A request was received which the analysis server does
|
| not recognize, or cannot handle in its current
|
| - configuation.
|
| + configuration.
|
| </p>
|
| </dd><dt class="value">UNKNOWN_SOURCE</dt><dd>
|
|
|
|
|