[Lemon-commits] [lemon_svn] alpar: r1123 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:23 CET 2006
Author: alpar
Date: Thu Sep 9 11:24:16 2004
New Revision: 1123
Modified:
hugo/trunk/src/hugo/list_graph.h
Log:
Improve docs.
Modified: hugo/trunk/src/hugo/list_graph.h
==============================================================================
--- hugo/trunk/src/hugo/list_graph.h (original)
+++ hugo/trunk/src/hugo/list_graph.h Thu Sep 9 11:24:16 2004
@@ -30,8 +30,9 @@
///This is a simple and fast erasable graph implementation.
///
///It conforms to the graph interface documented under
- ///the description of \ref ErasableGraphSkeleton.
- ///\sa \ref ErasableGraphSkeleton.
+ ///the description of
+ ///\ref skeleton::ErasableGraphSkeleton "ErasableGraphSkeleton".
+ ///\sa skeleton::ErasableGraphSkeleton.
class ListGraph {
//Nodes are double linked.
@@ -77,6 +78,9 @@
/// Creating map registries.
CREATE_MAP_REGISTRIES;
/// Creating node and edge maps.
+
+ /// \todo
+ /// It apears in the documentation as if it were a function definition.
CREATE_MAPS(DefaultMap);
public:
More information about the Lemon-commits
mailing list