Changeset 1030:c8a41699e613 in lemon-0.x for doc
- Timestamp:
- 12/06/04 01:30:44 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1420
- Location:
- doc
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r991 r1030 426 426 INPUT = mainpage.dox \ 427 427 graphs.dox \ 428 undir_graphs.dox \ 428 429 named-param.dox \ 429 430 maps.dox \ … … 432 433 namespaces.dox \ 433 434 license.dox \ 435 developpers_interface.dox \ 434 436 ../src/lemon \ 435 437 ../src/lemon/concept \ -
doc/groups.dox
r959 r1030 81 81 82 82 /** 83 @defgroup concept Concept 83 @defgroup concept Concepts 84 84 \brief Skeleton classes and concept checking classes 85 85 86 86 This group describes the data/algorithm skeletons and concept checking 87 classes implemented in LEMON. These classes exist in order to make it 88 easier to check if a certain template class or template function is 89 correctly implemented. 87 classes implemented in LEMON. 88 89 One aim of these classes is to make it easier to check if a certain 90 class or template function is correctly implemented. 91 92 The other (sometimes even more important) aim is to document the concepts. 93 90 94 */ 91 95 96 /** 97 @defgroup graph_concepts Graph Structure Concepts 98 @ingroup concept 99 \brief Skeleton and concept checking classes for graph structures 100 101 This group contains the skeletons and concept checking classes of LEMON's 102 graph structures and helper classes used to implement these. 103 */ 92 104 93 105 /**
Note: See TracChangeset
for help on using the changeset viewer.