diff -r 4274224f8a7d -r c52b572c294f lemon/concepts/bpugraph.h --- a/lemon/concepts/bpugraph.h Tue Oct 24 17:19:16 2006 +0000 +++ b/lemon/concepts/bpugraph.h Thu Oct 26 06:54:13 2006 +0000 @@ -712,8 +712,6 @@ /// /// ReadWrite map of the nodes to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (NodeMap) - /// needs some extra attention! /// \todo Wrong documentation template class NodeMap : public ReadWriteMap< Node, T > @@ -741,8 +739,6 @@ /// /// ReadWrite map of the ANodes to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (NodeMap) - /// needs some extra attention! /// \todo Wrong documentation template class ANodeMap : public ReadWriteMap< Node, T > @@ -770,8 +766,6 @@ /// /// ReadWrite map of the BNodes to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (NodeMap) - /// needs some extra attention! /// \todo Wrong documentation template class BNodeMap : public ReadWriteMap< Node, T > @@ -799,8 +793,6 @@ /// /// Reference map of the directed edges to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (EdgeMap) - /// needs some extra attention! /// \todo Wrong documentation template class EdgeMap : public ReadWriteMap @@ -827,8 +819,6 @@ /// Reference map of the edges to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (UEdgeMap) - /// needs some extra attention! /// \todo Wrong documentation template class UEdgeMap : public ReadWriteMap