# HG changeset patch # User alpar # Date 1083000709 0 # Node ID f07ff78d4fad805c249c77fd77b7334259f95b09 # Parent fac60be3129b3045249a8c370fa35285445f607c 'misc' group added to the documentation diff -r fac60be3129b -r f07ff78d4fad doc/groups.dox --- a/doc/groups.dox Mon Apr 26 17:10:27 2004 +0000 +++ b/doc/groups.dox Mon Apr 26 17:31:49 2004 +0000 @@ -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 { }