Changeset 438:a0a2709cf178 in lemon-0.x for src/work/marci
- Timestamp:
- 04/27/04 12:50:46 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/graph_wrapper.h
r435 r438 8 8 namespace hugo { 9 9 10 // Graph wrappers 11 10 12 /// \addtogroup gwrappers 11 /// @{12 13 /// Graph wrappers14 15 13 /// A main parts of HUGOlib are the different graph structures, 16 14 /// generic graph algorithms, graph concepts which couple these, and … … 68 66 /// } 69 67 /// \endcode 68 69 /// \addtogroup gwrappers 70 /// @{ 71 72 ///Base type for the Graph Wrappers 73 74 ///This is the base type for the Graph Wrappers. 75 ///\todo Some more docs... 76 70 77 template<typename Graph> 71 78 class GraphWrapper {
Note: See TracChangeset
for help on using the changeset viewer.