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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 528303002: Document all the cases where HoverInformation fields can be absent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698