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/simple-node.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/xml/simple-node.cpp') diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index a229c33fe..3cca393d2 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -1,7 +1,7 @@ -/* - * SimpleNode - simple XML node implementation - * - * Copyright 2003-2005 MenTaLguY +/** @file + * @brief Garbage collected XML node implementation + */ +/* Copyright 2003-2005 MenTaLguY * Copyright 2003 Nathan Hurst * Copyright 1999-2003 Lauris Kaplinski * Copyright 2000-2002 Ximian Inc. @@ -12,7 +12,6 @@ * of the License, or (at your option) any later version. * * See the file COPYING for details. - * */ #include @@ -628,4 +627,4 @@ void SimpleNode::mergeFrom(Node const *src, gchar const *key) { fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : -- cgit v1.2.3