src/lemon/graph_writer.h
changeset 1138 f68cb8752d81
parent 1137 83a48cfd8553
child 1164 80bb73097736
     1.1 --- a/src/lemon/graph_writer.h	Mon Feb 07 11:29:25 2005 +0000
     1.2 +++ b/src/lemon/graph_writer.h	Mon Feb 07 12:31:30 2005 +0000
     1.3 @@ -143,7 +143,8 @@
     1.4    /// \brief The graph writer class.
     1.5    ///
     1.6    /// The writer class for the graph output.
     1.7 -  /// \see graph-io-page
     1.8 +  /// \see \ref GraphReader
     1.9 +  /// \see \ref graph-io-page
    1.10    template <typename _Graph, typename _WriterTraits = DefaultWriterTraits> 
    1.11    class GraphWriter {
    1.12    public: