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

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

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/doc/api.html ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/generated_protocol.dart
diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
index 4ca1abe13139b88263f9a071d2ce5854e762c050..ff9592122e4d216576bf863592326271131f2f20 100644
--- a/pkg/analysis_server/lib/src/generated_protocol.dart
+++ b/pkg/analysis_server/lib/src/generated_protocol.dart
@@ -6457,13 +6457,14 @@ class HoverInformation implements HasToJson {
/**
* 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.
+ * referenced element, or if the element is declared inside an HTML file.
*/
String containingLibraryPath;
/**
* The name of the library in which the referenced element is declared. This
- * data is omitted if there is no referenced element.
+ * data is omitted if there is no referenced element, or if the element is
+ * declared inside an HTML file.
*/
String containingLibraryName;
@@ -6471,7 +6472,7 @@ class HoverInformation implements HasToJson {
* The dartdoc associated with the referenced element. Other 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.
+ * if there is no referenced element, or if the element has no dartdoc.
*/
String dartdoc;
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698