doc/groups.dox
author marci
Thu, 29 Apr 2004 16:04:27 +0000
changeset 473 2cef25dcde3f
parent 424 f07ff78d4fad
child 492 d649b43e2dc0
permissions -rw-r--r--
ledagraph
alpar@430
     1
/// @defgroup datas Data Structures
alpar@430
     2
/// This group describes the several graph structures implemented in HugoLib.
alpar@430
     3
alpar@430
     4
/// @defgroup graphs Graph Structures
alpar@430
     5
/// @ingroup datas
alpar@430
     6
/// This group describes the graph structures implemented in HugoLib.
alpar@430
     7
alpar@430
     8
/// @defgroup auxdat Auxiliary Data Structures
alpar@430
     9
/// @ingroup datas
alpar@430
    10
/// This group describes the data structures implemented in HugoLib in
alpar@430
    11
/// order to make it easier to implement combinatorial algorithms.
alpar@430
    12
alpar@430
    13
/// @defgroup gwrappers Wrapper Classes for Graphs
alpar@430
    14
/// @ingroup graphs
alpar@430
    15
/// This group contains several wrapper classes for graphs
alpar@430
    16
alpar@430
    17
/// @defgroup galgs Graph Algorithms
alpar@430
    18
/// This group describes the several graph algorithms implemented in HugoLib.
alpar@430
    19
alpar@430
    20
/// @defgroup misc Miscellaneous Tools
alpar@424
    21
/// Here you can find several useful tools for development,
alpar@424
    22
/// debugging and testing.
alpar@406
    23
alpar@430
    24
/// @defgroup experimental Experimental Structures and Algorithms
klao@416
    25
/// This group contains some Experimental structures and algorithms.
alpar@406
    26
/// The stuffs here are subject to change.
alpar@406
    27
alpar@424
    28
alpar@424
    29
/// \ingroup misc experimental
alpar@424
    30
namespace hugo { }