src/lemon/graph_reader.h
changeset 1287 984723507b86
parent 1250 30f540067a80
child 1311 b810a07248a0
     1.1 --- a/src/lemon/graph_reader.h	Fri Apr 01 08:28:51 2005 +0000
     1.2 +++ b/src/lemon/graph_reader.h	Fri Apr 01 08:47:40 2005 +0000
     1.3 @@ -14,9 +14,9 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -///\ingroup gio
     1.8 +///\ingroup io_group
     1.9  ///\file
    1.10 -///\brief Graph reader.
    1.11 +///\brief Lemon Graph Format reader.
    1.12  
    1.13  #ifndef LEMON_GRAPH_READER_H
    1.14  #define LEMON_GRAPH_READER_H
    1.15 @@ -41,7 +41,7 @@
    1.16    /// It defines standard reading method for all type of value. 
    1.17    struct DefaultReaderTraits {
    1.18  
    1.19 -    /// \brief Template class for reading an value.
    1.20 +   /// \brief Template class for reading an value.
    1.21      ///
    1.22      /// Template class for reading an value.
    1.23      template <typename _Value>
    1.24 @@ -171,7 +171,10 @@
    1.25  
    1.26    /// \brief The graph reader class.
    1.27    ///
    1.28 +  /// \ingroup io_group
    1.29    /// The reader class for the graph input.
    1.30 +  /// \see DefaultReaderTraits
    1.31 +  /// \see QuotedStringReader
    1.32    /// \see \ref GraphWriter
    1.33    /// \see \ref graph-io-page
    1.34    template <typename _Graph, typename _ReaderTraits = DefaultReaderTraits>