diff options
Diffstat (limited to 'src/xml/comment-node.h')
| -rw-r--r-- | src/xml/comment-node.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/xml/comment-node.h b/src/xml/comment-node.h index 5cff9caf6..698a30a90 100644 --- a/src/xml/comment-node.h +++ b/src/xml/comment-node.h @@ -1,7 +1,7 @@ -/* - * Inkscape::XML::CommentNode - simple XML comment implementation - * - * Copyright 2004-2005 MenTaLguY <mental@rydia.net> +/** @file + * @brief Comment 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 Comment node, e.g. <!-- Some comment --> + */ struct CommentNode : public SimpleNode { CommentNode(Util::ptr_shared<char> content, Document *doc) : SimpleNode(g_quark_from_static_string("comment"), doc) |
