summaryrefslogtreecommitdiffstats
path: root/src/xml/element-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/element-node.h')
-rw-r--r--src/xml/element-node.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/xml/element-node.h b/src/xml/element-node.h
index 11bc8e03a..7b75f8080 100644
--- a/src/xml/element-node.h
+++ b/src/xml/element-node.h
@@ -1,7 +1,7 @@
-/*
- * Inkscape::XML::ElementNode - simple XML element implementation
- *
- * Copyright 2004-2005 MenTaLguY <mental@rydia.net>
+/** @file
+ * @brief Element 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
@@ -21,6 +21,9 @@ namespace Inkscape {
namespace XML {
+/**
+ * @brief Element node, e.g. &lt;group /&gt;
+ */
class ElementNode : public SimpleNode {
public:
ElementNode(int code, Document *doc)