COIN-OR::LEMON - Graph Library

Changeset 2429:fd51b552bcf2 in lemon-0.x for lemon/euler.h


Ignore:
Timestamp:
04/20/07 16:49:21 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3265
Message:

Renaming topology doxygen group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/euler.h

    r2405 r2429  
    2121#include <list>
    2222
    23 /// \ingroup topology
     23/// \ingroup graph_prop
    2424/// \file
    2525/// \brief Euler tour
     
    3333  ///Euler iterator for directed graphs.
    3434
    35   /// \ingroup topology
     35  /// \ingroup graph_prop
    3636  ///This iterator converts to the \c Edge type of the graph and using
    3737  ///operator ++ it provides an Euler tour of a \e directed
     
    121121  ///Euler iterator for undirected graphs.
    122122
    123   /// \ingroup topology
     123  /// \ingroup graph_prop
    124124  ///This iterator converts to the \c Edge (or \c UEdge)
    125125  ///type of the graph and using
     
    219219  ///Checks if the graph is Euler
    220220
    221   /// \ingroup topology
     221  /// \ingroup graph_prop
    222222  ///Checks if the graph is Euler. It works for both directed and
    223223  ///undirected graphs.
Note: See TracChangeset for help on using the changeset viewer.