| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 5da62451e66685ab6408643bfa0de23e48ef4964..c4c452fdaaae3c8f3352d1fcfedf016decebf57b 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -2621,7 +2621,7 @@ a:focus, a:hover {
|
| </p>
|
| </dd></dl></dd><dt class="typeDefinition"><a name="type_AnalysisErrorFixes">AnalysisErrorFixes: object</a></dt><dd>
|
| <p>
|
| - A list of fixes associated with a specific error
|
| + A list of fixes associated with a specific error.
|
| </p>
|
|
|
| <dl><dt class="field"><b>error: <a href="#type_AnalysisError">AnalysisError</a></b></dt><dd>
|
| @@ -4325,8 +4325,8 @@ a:focus, a:hover {
|
| The lengths of the expressions that would be replaced by
|
| a reference to the variable. The lengths correspond to
|
| the offsets. In other words, for a given expression, if
|
| - the offset of that expression is offsets[i], then the
|
| - length of that expression is lengths[i].
|
| + the offset of that expression is <tt>offsets[i]</tt>, then
|
| + the length of that expression is <tt>lengths[i]</tt>.
|
| </p>
|
| </dd></dl><h4>Options:</h4><dl><dt class="field"><b>name: String</b></dt><dd>
|
|
|
| @@ -4402,8 +4402,8 @@ a:focus, a:hover {
|
| be replaced by an invocation of the method. The lengths
|
| correspond to the offsets. In other words, for a given
|
| expression (or block of statements), if the offset of
|
| - that expression is offsets[i], then the length of that
|
| - expression is lengths[i].
|
| + that expression is <tt>offsets[i]</tt>, then the length
|
| + of that expression is <tt>lengths[i]</tt>.
|
| </p>
|
| </dd></dl><h4>Options:</h4><dl><dt class="field"><b>returnType: String</b></dt><dd>
|
|
|
|
|