[Lemon-commits] [lemon_svn] alpar: r614 - hugo/trunk/src/include/skeletons
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:34 CET 2006
Author: alpar
Date: Thu Apr 29 10:33:16 2004
New Revision: 614
Modified:
hugo/trunk/src/include/skeletons/graph.h
Log:
doc
Modified: hugo/trunk/src/include/skeletons/graph.h
==============================================================================
--- hugo/trunk/src/include/skeletons/graph.h (original)
+++ hugo/trunk/src/include/skeletons/graph.h Thu Apr 29 10:33:16 2004
@@ -181,7 +181,8 @@
/// First node of the graph.
- /// \post \c i and the return value will be the first node.
+ /// \retval i the first node.
+ /// \return the first node.
///
NodeIt &first(NodeIt &i) const { return i;}
More information about the Lemon-commits
mailing list