Index: tools/dom/templates/html/impl/pure_interface.darttemplate |
diff --git a/tools/dom/templates/html/impl/pure_interface.darttemplate b/tools/dom/templates/html/impl/pure_interface.darttemplate |
index 139e82f0e87ccc3dd38c50d50a781049675ba4ee..8a626d7ef89969247ba9128d1650e7c4396bb07f 100644 |
--- a/tools/dom/templates/html/impl/pure_interface.darttemplate |
+++ b/tools/dom/templates/html/impl/pure_interface.darttemplate |
@@ -4,6 +4,7 @@ |
part of $LIBRARYNAME; |
-/// @domName $DOMNAME |
+/// @docsEditable true |
+@DomName('$DOMNAME') |
abstract class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS} |