diff -r 692948b894e8 -r 984723507b86 src/lemon/graph_reader.h --- a/src/lemon/graph_reader.h Fri Apr 01 08:28:51 2005 +0000 +++ b/src/lemon/graph_reader.h Fri Apr 01 08:47:40 2005 +0000 @@ -14,9 +14,9 @@ * */ -///\ingroup gio +///\ingroup io_group ///\file -///\brief Graph reader. +///\brief Lemon Graph Format reader. #ifndef LEMON_GRAPH_READER_H #define LEMON_GRAPH_READER_H @@ -41,7 +41,7 @@ /// It defines standard reading method for all type of value. struct DefaultReaderTraits { - /// \brief Template class for reading an value. + /// \brief Template class for reading an value. /// /// Template class for reading an value. template @@ -171,7 +171,10 @@ /// \brief The graph reader class. /// + /// \ingroup io_group /// The reader class for the graph input. + /// \see DefaultReaderTraits + /// \see QuotedStringReader /// \see \ref GraphWriter /// \see \ref graph-io-page template