From: <vac...@us...> - 2008-12-14 14:27:50
|
Revision: 110 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=110&view=rev Author: vaclavslavik Date: 2008-12-14 14:27:46 +0000 (Sun, 14 Dec 2008) Log Message: ----------- added Doxygen docs for xmlwrapp namespaces Modified Paths: -------------- trunk/include/xmlwrapp/init.h trunk/include/xsltwrapp/init.h Modified: trunk/include/xmlwrapp/init.h =================================================================== --- trunk/include/xmlwrapp/init.h 2008-12-13 22:28:53 UTC (rev 109) +++ trunk/include/xmlwrapp/init.h 2008-12-14 14:27:46 UTC (rev 110) @@ -37,6 +37,7 @@ #ifndef _xmlwrapp_init_h_ #define _xmlwrapp_init_h_ +/// XML library namespace namespace xml { /** Modified: trunk/include/xsltwrapp/init.h =================================================================== --- trunk/include/xsltwrapp/init.h 2008-12-13 22:28:53 UTC (rev 109) +++ trunk/include/xsltwrapp/init.h 2008-12-14 14:27:46 UTC (rev 110) @@ -40,6 +40,7 @@ // xmlwrapp includes #include "xmlwrapp/init.h" +/// XSLT library namespace namespace xslt { /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |