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

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

Issue 484313002: Make search.findElementReferences.result.element field optional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/lib/src/generated_protocol.dart » ('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 978e633dd7c6c168fece030c7633b22f4563d530..954f3b2c49c48095c6e74cf3f461acf8c1489d27 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -995,7 +995,7 @@ dt.typeDefinition {
"error": <span style="color:#999999">optional</span> <a href="#type_Error">Error</a>
"result": {
"<b>id</b>": <a href="#type_SearchId">SearchId</a>
- "<b>element</b>": <a href="#type_Element">Element</a>
+ "<b>element</b>": <span style="color:#999999">optional</span> <a href="#type_Element">Element</a>
}
}</pre></div>
<p>
@@ -1033,13 +1033,17 @@ dt.typeDefinition {
The identifier used to associate results with this
search request.
</p>
- </dd><dt class="field"><b><i>element ( <a href="#type_Element">Element</a> )</i></b></dt><dd>
+ </dd><dt class="field"><b><i>element ( <span style="color:#999999">optional</span> <a href="#type_Element">Element</a> )</i></b></dt><dd>
<p>
The element referenced or defined at the given offset
and whose references will be returned in the search
results.
</p>
+ <p>
+ If no element was found at the given location, this
+ field will be absent.
+ </p>
</dd></dl></dd><dt class="request">search.findMemberDeclarations</dt><dd><div class="box"><pre>request: {
"id": String
"method": "search.findMemberDeclarations"
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698