Changeset 921:818510fa3d99 in lemon-0.x for doc/groups.dox
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r814 r921 2 2 /** 3 3 @defgroup datas Data Structures 4 This group describes the several graph structures implemented in HugoLib.4 This group describes the several graph structures implemented in LEMON. 5 5 */ 6 6 … … 8 8 @defgroup graphs Graph Structures 9 9 @ingroup datas 10 \brief Graph structures implemented in Hugo.10 \brief Graph structures implemented in LEMON. 11 11 12 Hugolibprovides several data structures to meet the diverging requirements12 LEMON provides several data structures to meet the diverging requirements 13 13 of the possible users. 14 14 In order to save on running time or on memory usage, some structures may … … 16 16 some graph features like edge or node deletion. 17 17 18 Hugolibalso offers special graphs that cannot be used alone but only18 LEMON also offers special graphs that cannot be used alone but only 19 19 in conjunction with other graph representation. The examples for this are 20 \ref hugo::EdgeSet "EdgeSet", \ref hugo::NodeSet "NodeSet"20 \ref lemon::EdgeSet "EdgeSet", \ref lemon::NodeSet "NodeSet" 21 21 and the large variety of \ref gwrappers "graph wrappers". 22 22 … … 29 29 @defgroup auxdat Auxiliary Data Structures 30 30 @ingroup datas 31 \brief Some data structures implemented in HugoLib.31 \brief Some data structures implemented in LEMON. 32 32 33 This group describes the data structures implemented in HugoLibin33 This group describes the data structures implemented in LEMON in 34 34 order to make it easier to implement combinatorial algorithms. 35 35 */ … … 53 53 @defgroup galgs Graph Algorithms 54 54 \brief This group describes the several graph algorithms 55 implemented in HugoLib.55 implemented in LEMON. 56 56 */ 57 57 … … 73 73 \brief Skeletons (a.k.a. concept checking classes) 74 74 75 This group describes the data/algorithm skeletons implemented in HugoLibin75 This group describes the data/algorithm skeletons implemented in LEMON in 76 76 order to make it easier to check if a certain template class or 77 77 template function is correctly implemented.
Note: See TracChangeset
for help on using the changeset viewer.