doc/groups.dox
changeset 430 60e4627e8c74
parent 424 f07ff78d4fad
child 492 d649b43e2dc0
     1.1 --- a/doc/groups.dox	Mon Apr 26 17:41:23 2004 +0000
     1.2 +++ b/doc/groups.dox	Mon Apr 26 18:08:46 2004 +0000
     1.3 @@ -1,18 +1,30 @@
     1.4 -/// @defgroup misc Miscellaneous tools
     1.5 +/// @defgroup datas Data Structures
     1.6 +/// This group describes the several graph structures implemented in HugoLib.
     1.7 +
     1.8 +/// @defgroup graphs Graph Structures
     1.9 +/// @ingroup datas
    1.10 +/// This group describes the graph structures implemented in HugoLib.
    1.11 +
    1.12 +/// @defgroup auxdat Auxiliary Data Structures
    1.13 +/// @ingroup datas
    1.14 +/// This group describes the data structures implemented in HugoLib in
    1.15 +/// order to make it easier to implement combinatorial algorithms.
    1.16 +
    1.17 +/// @defgroup gwrappers Wrapper Classes for Graphs
    1.18 +/// @ingroup graphs
    1.19 +/// This group contains several wrapper classes for graphs
    1.20 +
    1.21 +/// @defgroup galgs Graph Algorithms
    1.22 +/// This group describes the several graph algorithms implemented in HugoLib.
    1.23 +
    1.24 +/// @defgroup misc Miscellaneous Tools
    1.25  /// Here you can find several useful tools for development,
    1.26  /// debugging and testing.
    1.27  
    1.28 -/// @defgroup experimental Experimental structures and algorithms
    1.29 +/// @defgroup experimental Experimental Structures and Algorithms
    1.30  /// This group contains some Experimental structures and algorithms.
    1.31  /// The stuffs here are subject to change.
    1.32  
    1.33 -/// @defgroup gwrappers Wrapper classes for graphs
    1.34 -/// @ingroup experimental
    1.35 -/// This group contains several wrapper classes for graphs
    1.36 -
    1.37 -/// @defgroup graphs Graph structures
    1.38 -/// @ingroup experimental
    1.39 -/// This group describes the several graph structures implemented in HugoLib.
    1.40  
    1.41  /// \ingroup misc experimental
    1.42  namespace hugo { }