Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Document.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Document.darttemplate b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| index effda9ddc382f4917ea3b8a1a0f62511e7f48197..90c3dfa6b00752da11cdb4e0418a97e4e55e38a5 100644 |
| --- a/tools/dom/templates/html/impl/impl_Document.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| @@ -4,15 +4,7 @@ |
| part of $LIBRARYNAME; |
| -/** |
| - * The base class for all documents. |
| - * |
| - * Each web page loaded in the browser has its own [Document] object, which is |
| - * typically an [HtmlDocument]. |
| - * |
| - * If you aren't comfortable with DOM concepts, see the Dart tutorial |
| - * [Target 2: Connect Dart & HTML](http://www.dartlang.org/docs/tutorials/connect-dart-html/). |
| - */ |
| +@DocsEditable |
|
Emily Fortuna
2013/09/14 03:47:43
is this really an improvement? I think it's nice t
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME extends Node $NATIVESPEC |
| { |