author | alpar |
Thu, 29 Apr 2004 08:33:16 +0000 | |
changeset 463 | 7f3ef3009dd3 |
parent 462 | 0ab31578af67 |
child 464 | 7932f53d413d |
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