[Lemon-commits] [lemon_svn] alpar: r564 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:15 CET 2006


Author: alpar
Date: Mon Apr 26 19:31:49 2004
New Revision: 564

Modified:
   hugo/trunk/doc/groups.dox

Log:
'misc' group added to the documentation


Modified: hugo/trunk/doc/groups.dox
==============================================================================
--- hugo/trunk/doc/groups.dox	(original)
+++ hugo/trunk/doc/groups.dox	Mon Apr 26 19:31:49 2004
@@ -1,11 +1,11 @@
+/// @defgroup misc Miscellaneous tools
+/// Here you can find several useful tools for development,
+/// debugging and testing.
 
 /// @defgroup experimental Experimental structures and algorithms
 /// This group contains some Experimental structures and algorithms.
 /// The stuffs here are subject to change.
 
-/// \ingroup experimental
-namespace hugo { }
-
 /// @defgroup gwrappers Wrapper classes for graphs
 /// @ingroup experimental
 /// This group contains several wrapper classes for graphs
@@ -13,3 +13,6 @@
 /// @defgroup graphs Graph structures
 /// @ingroup experimental
 /// This group describes the several graph structures implemented in HugoLib.
+
+/// \ingroup misc experimental
+namespace hugo { }



More information about the Lemon-commits mailing list