Changeset 827:6433f69dfc6b in lemon-0.x
- Timestamp:
- 09/09/04 11:24:16 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/list_graph.h
r825 r827 31 31 /// 32 32 ///It conforms to the graph interface documented under 33 ///the description of \ref ErasableGraphSkeleton. 34 ///\sa \ref ErasableGraphSkeleton. 33 ///the description of 34 ///\ref skeleton::ErasableGraphSkeleton "ErasableGraphSkeleton". 35 ///\sa skeleton::ErasableGraphSkeleton. 35 36 class ListGraph { 36 37 … … 78 79 CREATE_MAP_REGISTRIES; 79 80 /// Creating node and edge maps. 81 82 /// \todo 83 /// It apears in the documentation as if it were a function definition. 80 84 CREATE_MAPS(DefaultMap); 81 85
Note: See TracChangeset
for help on using the changeset viewer.