Changeset 430:60e4627e8c74 in lemon-0.x for doc/groups.dox
- Timestamp:
- 04/26/04 20:08:46 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r424 r430 1 /// @defgroup misc Miscellaneous tools 1 /// @defgroup datas Data Structures 2 /// This group describes the several graph structures implemented in HugoLib. 3 4 /// @defgroup graphs Graph Structures 5 /// @ingroup datas 6 /// This group describes the graph structures implemented in HugoLib. 7 8 /// @defgroup auxdat Auxiliary Data Structures 9 /// @ingroup datas 10 /// This group describes the data structures implemented in HugoLib in 11 /// order to make it easier to implement combinatorial algorithms. 12 13 /// @defgroup gwrappers Wrapper Classes for Graphs 14 /// @ingroup graphs 15 /// This group contains several wrapper classes for graphs 16 17 /// @defgroup galgs Graph Algorithms 18 /// This group describes the several graph algorithms implemented in HugoLib. 19 20 /// @defgroup misc Miscellaneous Tools 2 21 /// Here you can find several useful tools for development, 3 22 /// debugging and testing. 4 23 5 /// @defgroup experimental Experimental structures and algorithms24 /// @defgroup experimental Experimental Structures and Algorithms 6 25 /// This group contains some Experimental structures and algorithms. 7 26 /// The stuffs here are subject to change. 8 27 9 /// @defgroup gwrappers Wrapper classes for graphs10 /// @ingroup experimental11 /// This group contains several wrapper classes for graphs12 13 /// @defgroup graphs Graph structures14 /// @ingroup experimental15 /// This group describes the several graph structures implemented in HugoLib.16 28 17 29 /// \ingroup misc experimental
Note: See TracChangeset
for help on using the changeset viewer.