COIN-OR::LEMON - Graph Library

Changeset 1631:e15162d8eca1 in lemon-0.x for lemon/graph_adaptor.h


Ignore:
Timestamp:
08/16/05 21:06:59 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2139
Message:

Fixed most (but not all) of Doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_adaptor.h

    r1627 r1631  
    14211421  ///
    14221422  /// \param _Graph The type of the graph which shares its node set with
    1423   /// this class. Its interface must conform to the \ref skeleton::StaticGraph
     1423  /// this class. Its interface must conform to the \ref concept::StaticGraph
    14241424  /// "StaticGraph" concept.
    14251425  ///
    14261426  /// In the edge extension and removing it conforms to the
    1427   /// \ref skeleton::ExtendableGraph "ExtendableGraph" concept.
     1427  /// \ref concept::ExtendableGraph "ExtendableGraph" concept.
    14281428  template <typename _Graph>
    14291429  class NewEdgeSetAdaptor :
     
    15131513  ///
    15141514  /// \param _Graph The type of the graph which shares its node set with
    1515   /// this class. Its interface must conform to the \ref skeleton::StaticGraph
     1515  /// this class. Its interface must conform to the \ref concept::StaticGraph
    15161516  /// "StaticGraph" concept.
    15171517  ///
    15181518  /// In the edge extension and removing it conforms to the
    1519   /// \ref skeleton::ExtendableGraph "ExtendableGraph" concept.
     1519  /// \ref concept::ExtendableGraph "ExtendableGraph" concept.
    15201520  template <typename _Graph>
    15211521  class NewUndirEdgeSetAdaptor :
Note: See TracChangeset for help on using the changeset viewer.