COIN-OR::LEMON - Graph Library

Changeset 1074:97d978243703 in lemon-main for lemon/lgf_writer.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_writer.h

    r1030 r1074  
    945945  /// \ingroup lemon_io
    946946  ///
    947   /// \brief Return a \ref DigraphWriter class
    948   ///
    949   /// This function just returns a \ref DigraphWriter class.
     947  /// \brief Return a \ref lemon::DigraphWriter "DigraphWriter" class
     948  ///
     949  /// This function just returns a \ref lemon::DigraphWriter
     950  /// "DigraphWriter" class.
    950951  ///
    951952  /// With this function a digraph can be write to a file or output
     
    968969  ///\endcode
    969970  ///
    970   /// For a complete documentation, please see the \ref DigraphWriter
     971  /// For a complete documentation, please see the
     972  /// \ref lemon::DigraphWriter "DigraphWriter"
    971973  /// class documentation.
    972   /// \warning Don't forget to put the \ref DigraphWriter::run() "run()"
     974  /// \warning Don't forget to put the \ref lemon::DigraphWriter::run() "run()"
    973975  /// to the end of the parameter list.
    974976  /// \relates DigraphWriter
     
    15841586  /// \ingroup lemon_io
    15851587  ///
    1586   /// \brief Return a \ref GraphWriter class
    1587   ///
    1588   /// This function just returns a \ref GraphWriter class.
     1588  /// \brief Return a \ref lemon::GraphWriter "GraphWriter" class
     1589  ///
     1590  /// This function just returns a \ref lemon::GraphWriter "GraphWriter" class.
    15891591  ///
    15901592  /// With this function a graph can be write to a file or output
     
    16031605  ///\endcode
    16041606  ///
    1605   /// For a complete documentation, please see the \ref GraphWriter
     1607  /// For a complete documentation, please see the
     1608  /// \ref lemon::GraphWriter "GraphWriter"
    16061609  /// class documentation.
    1607   /// \warning Don't forget to put the \ref GraphWriter::run() "run()"
     1610  /// \warning Don't forget to put the \ref lemon::GraphWriter::run() "run()"
    16081611  /// to the end of the parameter list.
    16091612  /// \relates GraphWriter
     
    24022405  /// \ingroup lemon_io
    24032406  ///
    2404   /// \brief Return a \ref BpGraphWriter class
    2405   ///
    2406   /// This function just returns a \ref BpGraphWriter class.
     2407  /// \brief Return a \ref lemon::BpGraphWriter "BpGraphWriter" class
     2408  ///
     2409  /// This function just returns a \ref lemon::BpGraphWriter
     2410  /// "BpGraphWriter" class.
    24072411  ///
    24082412  /// With this function a bipartite graph can be write to a file or output
     
    24212425  ///\endcode
    24222426  ///
    2423   /// For a complete documentation, please see the \ref BpGraphWriter
     2427  /// For a complete documentation, please see the
     2428  /// \ref lemon::BpGraphWriter "BpGraphWriter"
    24242429  /// class documentation.
    2425   /// \warning Don't forget to put the \ref BpGraphWriter::run() "run()"
     2430  /// \warning Don't forget to put the \ref lemon::BpGraphWriter::run() "run()"
    24262431  /// to the end of the parameter list.
    24272432  /// \relates BpGraphWriter
Note: See TracChangeset for help on using the changeset viewer.