| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index cf2bfb65af2ea30da81a174248e433353701b296..e8ce01e7cbc9748179ae46cd2c7c65a35dec6045 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -873,13 +873,17 @@
|
| search request.
|
| </p>
|
| </field>
|
| - <field name="element">
|
| + <field name="element" optional="true">
|
| <ref>Element</ref>
|
| <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>
|
| </field>
|
| </result>
|
| </request>
|
|
|