COIN-OR::LEMON - Graph Library

Changeset 2261:c52b572c294f in lemon-0.x for lemon/concepts/bpugraph.h


Ignore:
Timestamp:
10/26/06 08:54:13 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3019
Message:

Doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/bpugraph.h

    r2260 r2261  
    713713      /// ReadWrite map of the nodes to type \c T.
    714714      /// \sa Reference
    715       /// \warning Making maps that can handle bool type (NodeMap<bool>)
    716       /// needs some extra attention!
    717715      /// \todo Wrong documentation
    718716      template<class T>
     
    742740      /// ReadWrite map of the ANodes to type \c T.
    743741      /// \sa Reference
    744       /// \warning Making maps that can handle bool type (NodeMap<bool>)
    745       /// needs some extra attention!
    746742      /// \todo Wrong documentation
    747743      template<class T>
     
    771767      /// ReadWrite map of the BNodes to type \c T.
    772768      /// \sa Reference
    773       /// \warning Making maps that can handle bool type (NodeMap<bool>)
    774       /// needs some extra attention!
    775769      /// \todo Wrong documentation
    776770      template<class T>
     
    800794      /// Reference map of the directed edges to type \c T.
    801795      /// \sa Reference
    802       /// \warning Making maps that can handle bool type (EdgeMap<bool>)
    803       /// needs some extra attention!
    804796      /// \todo Wrong documentation
    805797      template<class T>
     
    828820      /// Reference map of the edges to type \c T.
    829821      /// \sa Reference
    830       /// \warning Making maps that can handle bool type (UEdgeMap<bool>)
    831       /// needs some extra attention!
    832822      /// \todo Wrong documentation
    833823      template<class T>
Note: See TracChangeset for help on using the changeset viewer.