diff options
Diffstat (limited to 'src/xml/text-node.h')
| -rw-r--r-- | src/xml/text-node.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/xml/text-node.h b/src/xml/text-node.h index 8fb797276..ef6e477ab 100644 --- a/src/xml/text-node.h +++ b/src/xml/text-node.h @@ -1,7 +1,7 @@ -/* - * Inkscape::XML::TextNode - simple text node implementation - * - * Copyright 2004-2005 MenTaLguY <mental@rydia.net> +/** @file + * @brief Text node implementation + */ +/* Copyright 2004-2005 MenTaLguY <mental@rydia.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,6 +22,9 @@ namespace Inkscape { namespace XML { +/** + * @brief Text node, e.g. "Some text" in <group>Some text</group> + */ struct TextNode : public SimpleNode { TextNode(Util::ptr_shared<char> content, Document *doc) : SimpleNode(g_quark_from_static_string("string"), doc) |
