author | marci |
Mon, 26 Apr 2004 16:21:36 +0000 | |
changeset 420 | a713f8a69cc3 |
parent 407 | e34e1bc610cf |
child 424 | f07ff78d4fad |
permissions | -rw-r--r-- |
alpar@406 | 1 |
|
klao@416 | 2 |
/// @defgroup experimental Experimental structures and algorithms |
klao@416 | 3 |
/// This group contains some Experimental structures and algorithms. |
alpar@406 | 4 |
/// The stuffs here are subject to change. |
alpar@406 | 5 |
|
alpar@406 | 6 |
/// \ingroup experimental |
alpar@406 | 7 |
namespace hugo { } |
alpar@406 | 8 |
|
alpar@406 | 9 |
/// @defgroup gwrappers Wrapper classes for graphs |
alpar@406 | 10 |
/// @ingroup experimental |
alpar@406 | 11 |
/// This group contains several wrapper classes for graphs |
alpar@406 | 12 |
|
alpar@407 | 13 |
/// @defgroup graphs Graph structures |
alpar@406 | 14 |
/// @ingroup experimental |
klao@416 | 15 |
/// This group describes the several graph structures implemented in HugoLib. |