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

Unified Diff: lib/html/doc/interface/AbstractWorker.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/html/doc/html.dartdoc ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/doc/interface/AbstractWorker.dartdoc
diff --git a/lib/html/doc/interface/AbstractWorker.dartdoc b/lib/html/doc/interface/AbstractWorker.dartdoc
index 521c333ff6f4f7da60de2da397e42d346da754cf..412e073faacdcd19a06e5bd709933fb70329d526 100644
--- a/lib/html/doc/interface/AbstractWorker.dartdoc
+++ b/lib/html/doc/interface/AbstractWorker.dartdoc
@@ -6,11 +6,11 @@
// This file contains documentation that is merged into the real source.
// Do not make code changes here.
-/// @domName AbstractWorker
+/// An HTML5 Abstract Worker.
interface AbstractWorker extends EventTarget {
/**
- * @domName EventTarget.addEventListener, EventTarget.removeEventListener, EventTarget.dispatchEvent
+ * The valid events associated with an AbstractWorker.
*/
AbstractWorkerEvents get on();
« no previous file with comments | « lib/html/doc/html.dartdoc ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698