lemon/graph_reader.h
changeset 2087 67258b5a057b
parent 2037 32e4bebee616
child 2100 6fbe90faf02a
equal deleted inserted replaced
12:04ee46bf4583 13:76fa4c0da147
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 ///\ingroup io_group
    19 ///\ingroup lemon_io
    20 ///\file
    20 ///\file
    21 ///\brief Lemon Graph Format reader.
    21 ///\brief Lemon Graph Format reader.
    22 
    22 
    23 #ifndef LEMON_GRAPH_READER_H
    23 #ifndef LEMON_GRAPH_READER_H
    24 #define LEMON_GRAPH_READER_H
    24 #define LEMON_GRAPH_READER_H
    28 #include <lemon/error.h>
    28 #include <lemon/error.h>
    29 #include <lemon/lemon_reader.h>
    29 #include <lemon/lemon_reader.h>
    30 
    30 
    31 namespace lemon {
    31 namespace lemon {
    32 
    32 
    33   /// \addtogroup io_group
    33   /// \addtogroup lemon_io
    34   /// @{
    34   /// @{
    35 
    35 
    36   /// \brief The graph reader class.
    36   /// \brief The graph reader class.
    37   ///
    37   ///
    38   /// The \c GraphReader class provides the graph input. 
    38   /// The \c GraphReader class provides the graph input.