equal
deleted
inserted
replaced
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 writer. |
21 ///\brief Lemon Graph Format writer. |
22 /// |
22 /// |
23 |
23 |
24 #ifndef LEMON_GRAPH_WRITER_H |
24 #ifndef LEMON_GRAPH_WRITER_H |
29 #include <lemon/error.h> |
29 #include <lemon/error.h> |
30 #include <lemon/lemon_writer.h> |
30 #include <lemon/lemon_writer.h> |
31 |
31 |
32 namespace lemon { |
32 namespace lemon { |
33 |
33 |
34 /// \addtogroup io_group |
34 /// \addtogroup lemon_io |
35 /// @{ |
35 /// @{ |
36 |
36 |
37 /// \brief The graph writer class. |
37 /// \brief The graph writer class. |
38 /// |
38 /// |
39 /// The \c GraphWriter class provides the graph output. |
39 /// The \c GraphWriter class provides the graph output. |