# HG changeset patch # User alpar # Date 1083227596 0 # Node ID 7f3ef3009dd3144c6e9b5c8b8632090d04c9e60c # Parent 0ab31578af67cabec52d883af29357939d0b026a doc diff -r 0ab31578af67 -r 7f3ef3009dd3 src/include/skeletons/graph.h --- a/src/include/skeletons/graph.h Wed Apr 28 20:55:18 2004 +0000 +++ b/src/include/skeletons/graph.h Thu Apr 29 08:33:16 2004 +0000 @@ -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;}