Changeset 1555:48769ac7ec32 in lemon-0.x for lemon/full_graph.h
- Timestamp:
- 07/13/05 21:49:36 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2051
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/full_graph.h
r1435 r1555 36 36 namespace lemon { 37 37 38 /// \addtogroup graphs39 /// @{40 41 38 class FullGraphBase { 42 39 int NodeNum; … … 196 193 typedef DefaultMappableGraphExtender<IterableFullGraphBase> MappableFullGraphBase; 197 194 195 /// \addtogroup graphs 196 /// @{ 197 198 198 ///A full graph class. 199 199 … … 212 212 }; 213 213 214 ///@} 214 215 215 216 // Base graph class for UndirFullGraph. … … 374 375 }; 375 376 377 /// \addtogroup graphs 378 /// @{ 379 380 376 381 /// \todo UndirFullGraph from the UndirFullGraphBase 377 382 378 379 383 380 384 /// @}
Note: See TracChangeset
for help on using the changeset viewer.