From 3547b1082098934d583f2c483c8eb5a59e9c2bbb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Sep 2008 23:34:58 +0000 Subject: * Lots of documentation for the Inkscape::XML namespace * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) --- src/xml/text-node.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/xml/text-node.h') 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 +/** @file + * @brief Text node implementation + */ +/* Copyright 2004-2005 MenTaLguY * * 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 content, Document *doc) : SimpleNode(g_quark_from_static_string("string"), doc) -- cgit v1.2.3