COIN-OR::LEMON - Graph Library

Changeset 1074:97d978243703 in lemon-main for lemon/lgf_reader.h


Ignore:
Timestamp:
08/05/13 14:03:29 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix unresolved doc references (#459)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lgf_reader.h

    r1030 r1074  
    12311231  /// \ingroup lemon_io
    12321232  ///
    1233   /// \brief Return a \ref DigraphReader class
    1234   ///
    1235   /// This function just returns a \ref DigraphReader class.
     1233  /// \brief Return a \ref lemon::DigraphReader "DigraphReader" class
     1234  ///
     1235  /// This function just returns a \ref lemon::DigraphReader
     1236  /// "DigraphReader" class.
    12361237  ///
    12371238  /// With this function a digraph can be read from an
     
    12531254  ///\endcode
    12541255  ///
    1255   /// For a complete documentation, please see the \ref DigraphReader
     1256  /// For a complete documentation, please see the
     1257  /// \ref lemon::DigraphReader "DigraphReader"
    12561258  /// class documentation.
    1257   /// \warning Don't forget to put the \ref DigraphReader::run() "run()"
     1259  /// \warning Don't forget to put the \ref lemon::DigraphReader::run() "run()"
    12581260  /// to the end of the parameter list.
    12591261  /// \relates DigraphReader
     
    21092111  /// \ingroup lemon_io
    21102112  ///
    2111   /// \brief Return a \ref GraphReader class
    2112   ///
    2113   /// This function just returns a \ref GraphReader class.
     2113  /// \brief Return a \ref lemon::GraphReader "GraphReader" class
     2114  ///
     2115  /// This function just returns a \ref lemon::GraphReader "GraphReader" class.
    21142116  ///
    21152117  /// With this function a graph can be read from an
     
    21272129  ///\endcode
    21282130  ///
    2129   /// For a complete documentation, please see the \ref GraphReader
     2131  /// For a complete documentation, please see the
     2132  /// \ref lemon::GraphReader "GraphReader"
    21302133  /// class documentation.
    2131   /// \warning Don't forget to put the \ref GraphReader::run() "run()"
     2134  /// \warning Don't forget to put the \ref lemon::GraphReader::run() "run()"
    21322135  /// to the end of the parameter list.
    21332136  /// \relates GraphReader
     
    31753178  /// \ingroup lemon_io
    31763179  ///
    3177   /// \brief Return a \ref BpGraphReader class
    3178   ///
    3179   /// This function just returns a \ref BpGraphReader class.
     3180  /// \brief Return a \ref lemon::BpGraphReader "BpGraphReader" class
     3181  ///
     3182  /// This function just returns a \ref lemon::BpGraphReader
     3183  /// "BpGraphReader" class.
    31803184  ///
    31813185  /// With this function a graph can be read from an
     
    31933197  ///\endcode
    31943198  ///
    3195   /// For a complete documentation, please see the \ref BpGraphReader
     3199  /// For a complete documentation, please see the
     3200  /// \ref lemon::BpGraphReader "BpGraphReader"
    31963201  /// class documentation.
    3197   /// \warning Don't forget to put the \ref BpGraphReader::run() "run()"
     3202  /// \warning Don't forget to put the \ref lemon::BpGraphReader::run() "run()"
    31983203  /// to the end of the parameter list.
    31993204  /// \relates BpGraphReader
Note: See TracChangeset for help on using the changeset viewer.