Chromium Code Reviews| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| index 5519ebce29faf31e8c9531b9c041f3f827977987..91f5dfa42ff678a29c8dfff56d5d76a3f641a2da 100644 |
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
| @@ -6,11 +6,27 @@ |
| // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| // Auto-generated dart:html library. |
| -/// The Dart HTML library. |
| -/// |
| -/// For examples, see |
| -/// [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) |
| -/// on Github. |
| +/** |
| + * Resources, including HTML elements, for web-based applications that need to |
|
Emily Fortuna
2013/08/28 17:45:17
these files are auto-generated. Seems like these c
mem
2013/08/29 11:41:53
My understanding is that this is the source file.
|
| + * interact with the browser and the DOM (Document Object Model). |
| + * |
| + * This library includes DOM element types, CSS styling, local storage, |
| + * plus support for media, speech, events, and more. |
| + * |
| + * ## Other resources |
| + * |
| + * * If you've never written a web app before, try our |
| + * tutorials—[The Game of Darts](http://dartlang.org/docs/tutorials). |
| + * |
| + * * To see some web-based Dart apps in action and to play with the code, |
| + * download |
| + * [Dart Editor](http://www.dartlang.org/#get-started) |
| + * and run its built-in examples. |
| + * |
| + * * For even more examples, see |
| + * [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) |
| + * on Github. |
|
blois
2013/08/28 15:59:06
Can these be cloned into the Dartium version as we
mem
2013/08/29 11:41:53
Done.
|
| + */ |
| library dart.dom.html; |
| import 'dart:async'; |