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

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

Issue 11419032: Switch libraries to using new tags. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip of tree. Changed library names to dart.x Created 8 years 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 | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/io/base64.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/doc/html.dartdoc
diff --git a/sdk/lib/html/doc/html.dartdoc b/sdk/lib/html/doc/html.dartdoc
index 20d1e3ac33e30154a87fbc96fcfc548cf27bd1d4..069ed467286f8f0af6242fed6447cb8e3dc98c3f 100644
--- a/sdk/lib/html/doc/html.dartdoc
+++ b/sdk/lib/html/doc/html.dartdoc
@@ -5,22 +5,22 @@
// Fake dart:html library for documentation.
/// The Dart HTML5 Library.
-#library("dart:html");
-
-#source('interface/AbstractWorker.dartdoc');
-#source('interface/Element.dartdoc');
-#source('interface/Event.dartdoc');
-#source('interface/EventTarget.dartdoc');
-#source('interface/HttpRequest.dartdoc');
-#source('interface/MouseEvent.dartdoc');
-#source('interface/Storage.dartdoc');
-#source('interface/Node.dartdoc');
-#source('interface/UIEvent.dartdoc');
-#source('interface/WebSocket.dartdoc');
+library dart.html;
+
+part 'interface/AbstractWorker.dartdoc';
+part 'interface/Element.dartdoc';
+part 'interface/Event.dartdoc';
+part 'interface/EventTarget.dartdoc';
+part 'interface/HttpRequest.dartdoc';
+part 'interface/MouseEvent.dartdoc';
+part 'interface/Storage.dartdoc';
+part 'interface/Node.dartdoc';
+part 'interface/UIEvent.dartdoc';
+part 'interface/WebSocket.dartdoc';
// Implementation files that appear to be necessary to load the sources.
-//#source('nodoc-src/SomeFile.dart');
+//part 'nodoc-src/SomeFile.dart';
// Global definitions.
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/io/base64.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698