Changeset 660:d9cf3b5858ae in lemon-main
- Timestamp:
- 05/11/09 17:04:40 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r651 r660 139 139 140 140 /** 141 @defgroup semi_adaptors Semi-Adaptor Classes for Graphs142 @ingroup graphs143 \brief Graph types between real graphs and graph adaptors.144 145 This group contains some graph types between real graphs and graph adaptors.146 These classes wrap graphs to give new functionality as the adaptors do it.147 On the other hand they are not light-weight structures as the adaptors.148 */149 150 /**151 141 @defgroup maps Maps 152 142 @ingroup datas -
lemon/edge_set.h
r617 r660 23 23 #include <lemon/bits/edge_set_extender.h> 24 24 25 /// \ingroup semi_adaptors25 /// \ingroup graphs 26 26 /// \file 27 27 /// \brief ArcSet and EdgeSet classes. … … 231 231 }; 232 232 233 /// \ingroup semi_adaptors233 /// \ingroup graphs 234 234 /// 235 235 /// \brief Digraph using a node set of another digraph or graph and … … 655 655 }; 656 656 657 /// \ingroup semi_adaptors657 /// \ingroup graphs 658 658 /// 659 659 /// \brief Graph using a node set of another digraph or graph and an … … 914 914 915 915 916 /// \ingroup semi_adaptors916 /// \ingroup graphs 917 917 /// 918 918 /// \brief Digraph using a node set of another digraph or graph and … … 1258 1258 }; 1259 1259 1260 /// \ingroup semi_adaptors1260 /// \ingroup graphs 1261 1261 /// 1262 1262 /// \brief Graph using a node set of another digraph or graph and an
Note: See TracChangeset
for help on using the changeset viewer.