author | alpar |
Mon, 26 Apr 2004 17:36:49 +0000 | |
changeset 426 | 675bfb074509 |
parent 416 | 8ef4ad91c189 |
child 430 | 60e4627e8c74 |
permissions | -rw-r--r-- |
alpar@424 | 1 |
/// @defgroup misc Miscellaneous tools |
alpar@424 | 2 |
/// Here you can find several useful tools for development, |
alpar@424 | 3 |
/// debugging and testing. |
alpar@406 | 4 |
|
klao@416 | 5 |
/// @defgroup experimental Experimental structures and algorithms |
klao@416 | 6 |
/// This group contains some Experimental structures and algorithms. |
alpar@406 | 7 |
/// The stuffs here are subject to change. |
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. |
alpar@424 | 16 |
|
alpar@424 | 17 |
/// \ingroup misc experimental |
alpar@424 | 18 |
namespace hugo { } |