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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 2878273002: Misc fixes to the analysis server spec. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | pkg/analysis_server/tool/spec/generated/java/types/AnalysisErrorFixes.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | pkg/analysis_server/tool/spec/generated/java/types/AnalysisErrorFixes.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698