|
From: <vac...@us...> - 2009-01-03 12:08:39
|
Revision: 123
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=123&view=rev
Author: vaclavslavik
Date: 2009-01-03 12:08:34 +0000 (Sat, 03 Jan 2009)
Log Message:
-----------
added @since Doxygen tag to get_namespace's documentation
Modified Paths:
--------------
trunk/include/xmlwrapp/node.h
Modified: trunk/include/xmlwrapp/node.h
===================================================================
--- trunk/include/xmlwrapp/node.h 2008-12-22 00:55:26 UTC (rev 122)
+++ trunk/include/xmlwrapp/node.h 2009-01-03 12:08:34 UTC (rev 123)
@@ -367,6 +367,7 @@
* @return The namespace of this node or NULL if no namespace is
* associated.
* @author Vaclav Slavik
+ * @since 0.6.0
**/
//####################################################################
const char* get_namespace (void) const;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|