COIN-OR::LEMON - Graph Library

Changeset 1957:3efb110919fa in lemon-0.x for lemon/graph_adaptor.h


Ignore:
Timestamp:
02/03/06 18:21:21 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2532
Message:

Last struggle against Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_adaptor.h

    r1956 r1957  
    461461  /// should filter all edges which's source or target is filtered by the
    462462  /// node-filter.
    463   /// \code
     463  ///\code
    464464  /// typedef ListGraph Graph;
    465465  /// Graph g;
     
    479479  /// std::cout << ":-)" << std::endl;
    480480  /// for (SubGW::EdgeIt e(gw); e!=INVALID; ++e) std::cout << g.id(e) << std::endl;
    481   /// \endcode
     481  ///\endcode
    482482  /// The output of the above code is the following.
    483   /// \code
     483  ///\code
    484484  /// 1
    485485  /// :-)
    486486  /// 1
    487   /// \endcode
     487  ///\endcode
    488488  /// Note that \c n is of type \c SubGW::NodeIt, but it can be converted to
    489489  /// \c Graph::Node that is why \c g.id(n) can be applied.
Note: See TracChangeset for help on using the changeset viewer.