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

Unified Diff: lib/html/doc/html.dartdoc

Issue 10540085: Modify apidoc to prefer handwritten HTML5 docs over those in MDN or generated code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review comments Created 8 years, 6 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 | « lib/dartdoc/dartdoc.dart ('k') | lib/html/doc/interface/AbstractWorker.dartdoc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/doc/html.dartdoc
diff --git a/lib/html/doc/html.dartdoc b/lib/html/doc/html.dartdoc
index ff503e824926cf08442f9f7c08a98034a8f498b2..54a0bb1aa8fb81fc8d7d0b9ae82c68c80aaf9e16 100644
--- a/lib/html/doc/html.dartdoc
+++ b/lib/html/doc/html.dartdoc
@@ -4,8 +4,8 @@
// Fake dart:html library for documentation.
-/// Library level documentation goes here.
-#library("dart:html");
+/// The Dart HTML5 Library.
+#library("html");
#source('interface/AbstractWorker.dartdoc');
#source('interface/AnchorElement.dartdoc');
@@ -598,8 +598,14 @@
// Global definitions.
+/**
+ * The top-level Window object.
+ */
Window get window() => null;
+/**
+ * The top-level Document object.
+ */
Document get document() => null;
typedef void EventListener(Event event);
« no previous file with comments | « lib/dartdoc/dartdoc.dart ('k') | lib/html/doc/interface/AbstractWorker.dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698