author | marci |
Mon, 26 Apr 2004 14:40:59 +0000 | |
changeset 415 | 679e64913c5e |
parent 406 | e8377ac921b6 |
child 416 | 8ef4ad91c189 |
permissions | -rw-r--r-- |
alpar@406 | 1 |
|
alpar@406 | 2 |
/// @defgroup experimental Experimental strucures and algorithms |
alpar@406 | 3 |
/// This group contains some Experimental strucures 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 |
alpar@406 | 15 |
/// This group describes the several graph structures implemented in HugoLib. |