src/include/skeletons/graph.h
changeset 463 7f3ef3009dd3
parent 403 4ade9002b3a4
child 503 769f31e9f7b0
     1.1 --- a/src/include/skeletons/graph.h	Wed Apr 28 20:55:18 2004 +0000
     1.2 +++ b/src/include/skeletons/graph.h	Thu Apr 29 08:33:16 2004 +0000
     1.3 @@ -181,7 +181,8 @@
     1.4  
     1.5      /// First node of the graph.
     1.6  
     1.7 -    /// \post \c i and the return value will be the first node.
     1.8 +    /// \retval i the first node.
     1.9 +    /// \return the first node.
    1.10      ///
    1.11      NodeIt &first(NodeIt &i) const { return i;}
    1.12