lemon/lgf_reader.h
changeset 1250 97d978243703
parent 1198 4936be66d2f5
child 1270 dceba191c00d
     1.1 --- a/lemon/lgf_reader.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/lgf_reader.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -1230,9 +1230,10 @@
     1.4  
     1.5    /// \ingroup lemon_io
     1.6    ///
     1.7 -  /// \brief Return a \ref DigraphReader class
     1.8 +  /// \brief Return a \ref lemon::DigraphReader "DigraphReader" class
     1.9    ///
    1.10 -  /// This function just returns a \ref DigraphReader class.
    1.11 +  /// This function just returns a \ref lemon::DigraphReader
    1.12 +  /// "DigraphReader" class.
    1.13    ///
    1.14    /// With this function a digraph can be read from an
    1.15    /// \ref lgf-format "LGF" file or input stream with several maps and
    1.16 @@ -1252,9 +1253,10 @@
    1.17    ///  run();
    1.18    ///\endcode
    1.19    ///
    1.20 -  /// For a complete documentation, please see the \ref DigraphReader
    1.21 +  /// For a complete documentation, please see the
    1.22 +  /// \ref lemon::DigraphReader "DigraphReader"
    1.23    /// class documentation.
    1.24 -  /// \warning Don't forget to put the \ref DigraphReader::run() "run()"
    1.25 +  /// \warning Don't forget to put the \ref lemon::DigraphReader::run() "run()"
    1.26    /// to the end of the parameter list.
    1.27    /// \relates DigraphReader
    1.28    /// \sa digraphReader(TDGR& digraph, const std::string& fn)
    1.29 @@ -2108,9 +2110,9 @@
    1.30  
    1.31    /// \ingroup lemon_io
    1.32    ///
    1.33 -  /// \brief Return a \ref GraphReader class
    1.34 +  /// \brief Return a \ref lemon::GraphReader "GraphReader" class
    1.35    ///
    1.36 -  /// This function just returns a \ref GraphReader class.
    1.37 +  /// This function just returns a \ref lemon::GraphReader "GraphReader" class.
    1.38    ///
    1.39    /// With this function a graph can be read from an
    1.40    /// \ref lgf-format "LGF" file or input stream with several maps and
    1.41 @@ -2126,9 +2128,10 @@
    1.42    ///  run();
    1.43    ///\endcode
    1.44    ///
    1.45 -  /// For a complete documentation, please see the \ref GraphReader
    1.46 +  /// For a complete documentation, please see the
    1.47 +  /// \ref lemon::GraphReader "GraphReader"
    1.48    /// class documentation.
    1.49 -  /// \warning Don't forget to put the \ref GraphReader::run() "run()"
    1.50 +  /// \warning Don't forget to put the \ref lemon::GraphReader::run() "run()"
    1.51    /// to the end of the parameter list.
    1.52    /// \relates GraphReader
    1.53    /// \sa graphReader(TGR& graph, const std::string& fn)
    1.54 @@ -3174,9 +3177,10 @@
    1.55  
    1.56    /// \ingroup lemon_io
    1.57    ///
    1.58 -  /// \brief Return a \ref BpGraphReader class
    1.59 +  /// \brief Return a \ref lemon::BpGraphReader "BpGraphReader" class
    1.60    ///
    1.61 -  /// This function just returns a \ref BpGraphReader class.
    1.62 +  /// This function just returns a \ref lemon::BpGraphReader
    1.63 +  /// "BpGraphReader" class.
    1.64    ///
    1.65    /// With this function a graph can be read from an
    1.66    /// \ref lgf-format "LGF" file or input stream with several maps and
    1.67 @@ -3192,9 +3196,10 @@
    1.68    ///  run();
    1.69    ///\endcode
    1.70    ///
    1.71 -  /// For a complete documentation, please see the \ref BpGraphReader
    1.72 +  /// For a complete documentation, please see the
    1.73 +  /// \ref lemon::BpGraphReader "BpGraphReader"
    1.74    /// class documentation.
    1.75 -  /// \warning Don't forget to put the \ref BpGraphReader::run() "run()"
    1.76 +  /// \warning Don't forget to put the \ref lemon::BpGraphReader::run() "run()"
    1.77    /// to the end of the parameter list.
    1.78    /// \relates BpGraphReader
    1.79    /// \sa bpGraphReader(TBGR& graph, const std::string& fn)