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

Unified Diff: pkg/analysis_server/doc/api.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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 2531641b7a8ab60108934fe3060f74c4267b95c4..d25f1765e6ada556677c21856a2e8804015664cc 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2186,14 +2186,16 @@ dt.typeDefinition {
<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>
</dd><dt class="field"><b><i>containingLibraryName ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>
<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>
</dd><dt class="field"><b><i>dartdoc ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>
@@ -2202,7 +2204,8 @@ dt.typeDefinition {
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>
</dd><dt class="field"><b><i>elementDescription ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>

Powered by Google App Engine
This is Rietveld 408576698