| Index: lib/html/doc/interface/TableColElement.dartdoc
|
| diff --git a/lib/html/doc/interface/TableColElement.dartdoc b/lib/html/doc/interface/TableColElement.dartdoc
|
| deleted file mode 100644
|
| index 2008706c8a782c8456ab883370386e1a5ea95e9d..0000000000000000000000000000000000000000
|
| --- a/lib/html/doc/interface/TableColElement.dartdoc
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING:
|
| -// This file contains documentation that is merged into the real source.
|
| -// Do not make code changes here.
|
| -
|
| -/// @domName HTMLTableColElement
|
| -interface TableColElement extends Element default _Elements {
|
| -
|
| - TableColElement();
|
| -
|
| - /** @domName HTMLTableColElement.align */
|
| - String align;
|
| -
|
| - /** @domName HTMLTableColElement.ch */
|
| - String ch;
|
| -
|
| - /** @domName HTMLTableColElement.chOff */
|
| - String chOff;
|
| -
|
| - /** @domName HTMLTableColElement.span */
|
| - int span;
|
| -
|
| - /** @domName HTMLTableColElement.vAlign */
|
| - String vAlign;
|
| -
|
| - /** @domName HTMLTableColElement.width */
|
| - String width;
|
| -}
|
|
|