diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html index a459c82b9f8..cf6afc5ad67 100644 --- a/pkg/analysis_server/doc/api.html +++ b/pkg/analysis_server/doc/api.html @@ -1563,6 +1563,7 @@ a:focus, a:hover { +
request: {
"id": String
"method": "search.findElementReferences"
@@ -2539,6 +2540,7 @@ a:focus, a:hover {
+
+ A declaration - top-level (class, field, etc) or a class member (method, + field, etc). +
+ ++ The name of the declaration. +
++ The kind of the element that corresponds to the declaration. +
++ The index of the file (in the enclosing response). +
++ The offset of the declaration name in the file. +
++ The one-based index of the line containing the declaration name. +
++ The one-based index of the column containing the declaration name. +
++ The name of the class enclosing this declaration. If the declaration + is not a class member, this field will be absent. +
An enumeration of the kinds of elements. @@ -4742,7 +4786,7 @@ a:focus, a:hover { TODO: TBD