| 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 1a24960db320d2f3a7e45c4f96ab1f9d9d32d51b..48a5ff2d4c5dde856048f4aa8104ccb3c7e0eb84 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -2091,7 +2091,8 @@
|
| <p>
|
| The path to the defining compilation unit of the library
|
| in which the referenced element is declared. This data is
|
| - omitted if there is no referenced element.
|
| + omitted if there is no referenced element, or if the
|
| + element is declared inside an HTML file.
|
| </p>
|
| </field>
|
| <field name="containingLibraryName" optional="true">
|
| @@ -2099,7 +2100,8 @@
|
| <p>
|
| The name of the library in which the referenced element is
|
| declared. This data is omitted if there is no referenced
|
| - element.
|
| + element, or if the element is declared inside an HTML
|
| + file.
|
| </p>
|
| </field>
|
| <field name="dartdoc" optional="true">
|
| @@ -2109,7 +2111,8 @@
|
| than the removal of the comment delimiters, including
|
| leading asterisks in the case of a block comment, the
|
| dartdoc is unprocessed markdown. This data is omitted if
|
| - there is no referenced element.
|
| + there is no referenced element, or if the element has no
|
| + dartdoc.
|
| </p>
|
| </field>
|
| <field name="elementDescription" optional="true">
|
|
|