'misc' group added to the documentation
authoralpar
Mon, 26 Apr 2004 17:31:49 +0000
changeset 424f07ff78d4fad
parent 423 fac60be3129b
child 425 4fbe868c1fb4
'misc' group added to the documentation
doc/groups.dox
     1.1 --- a/doc/groups.dox	Mon Apr 26 17:10:27 2004 +0000
     1.2 +++ b/doc/groups.dox	Mon Apr 26 17:31:49 2004 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4 +/// @defgroup misc Miscellaneous tools
     1.5 +/// Here you can find several useful tools for development,
     1.6 +/// debugging and testing.
     1.7  
     1.8  /// @defgroup experimental Experimental structures and algorithms
     1.9  /// This group contains some Experimental structures and algorithms.
    1.10  /// The stuffs here are subject to change.
    1.11  
    1.12 -/// \ingroup experimental
    1.13 -namespace hugo { }
    1.14 -
    1.15  /// @defgroup gwrappers Wrapper classes for graphs
    1.16  /// @ingroup experimental
    1.17  /// This group contains several wrapper classes for graphs
    1.18 @@ -13,3 +13,6 @@
    1.19  /// @defgroup graphs Graph structures
    1.20  /// @ingroup experimental
    1.21  /// This group describes the several graph structures implemented in HugoLib.
    1.22 +
    1.23 +/// \ingroup misc experimental
    1.24 +namespace hugo { }