| Index: lib/html/doc/interface/SVGLangSpace.dartdoc
|
| diff --git a/lib/html/doc/interface/SVGLangSpace.dartdoc b/lib/html/doc/interface/SVGLangSpace.dartdoc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4c20f1dce59f45ab77344cf1abad65c3bfb9dc7f
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGLangSpace.dartdoc
|
| @@ -0,0 +1,17 @@
|
| +// 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 SVGLangSpace
|
| +interface SVGLangSpace {
|
| +
|
| + /** @domName SVGLangSpace.xmllang */
|
| + String xmllang;
|
| +
|
| + /** @domName SVGLangSpace.xmlspace */
|
| + String xmlspace;
|
| +}
|
|
|