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;}