Changeset 1287:984723507b86 in lemon-0.x for src/lemon
- Timestamp:
- 04/01/05 10:47:40 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1720
- Location:
- src/lemon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/dimacs.h
r1190 r1287 24 24 #include <lemon/invalid.h> 25 25 26 /// \ingroup misc26 /// \ingroup dimacs_group 27 27 /// \file 28 28 /// \brief Dimacs file format reader. … … 30 30 namespace lemon { 31 31 32 33 /// \addtogroup misc 32 /// 33 ///@defgroup dimacs_group DIMACS format 34 ///\brief Read and write files in DIMACS format 35 /// 36 ///Tools to read a graph from or write it to a file in DIMACS format 37 ///data 38 ///\ingroup io_group 39 40 /// \addtogroup dimacs_group 34 41 /// @{ 35 42 -
src/lemon/graph_reader.h
r1250 r1287 15 15 */ 16 16 17 ///\ingroup gio17 ///\ingroup io_group 18 18 ///\file 19 ///\brief Graphreader.19 ///\brief Lemon Graph Format reader. 20 20 21 21 #ifndef LEMON_GRAPH_READER_H … … 42 42 struct DefaultReaderTraits { 43 43 44 44 /// \brief Template class for reading an value. 45 45 /// 46 46 /// Template class for reading an value. … … 172 172 /// \brief The graph reader class. 173 173 /// 174 /// \ingroup io_group 174 175 /// The reader class for the graph input. 176 /// \see DefaultReaderTraits 177 /// \see QuotedStringReader 175 178 /// \see \ref GraphWriter 176 179 /// \see \ref graph-io-page -
src/lemon/graph_to_eps.h
r1234 r1287 32 32 #include<lemon/bezier.h> 33 33 34 ///\ingroup misc34 ///\ingroup io_group 35 35 ///\file 36 36 ///\brief Simple graph drawer … … 975 975 ///Generates an EPS file from a graph 976 976 977 ///\ingroup misc977 ///\ingroup io_group 978 978 ///Generates an EPS file from a graph. 979 979 ///\param g is a reference to the graph to be printed -
src/lemon/graph_writer.h
r1214 r1287 15 15 */ 16 16 17 ///\ingroup gio17 ///\ingroup io_group 18 18 ///\file 19 ///\brief Graphwriter.19 ///\brief Lemon Graph Format writer. 20 20 21 21 #ifndef LEMON_GRAPH_WRITER_H … … 147 147 /// \brief The graph writer class. 148 148 /// 149 ///\ingroup io_group 149 150 /// The writer class for the graph output. 151 /// \see DefaultWriterTraits 152 /// \see QuotedStringWriter 150 153 /// \see \ref GraphReader 151 154 /// \see \ref graph-io-page
Note: See TracChangeset
for help on using the changeset viewer.