# HG changeset patch # User alpar # Date 1161845653 0 # Node ID c52b572c294f208fa33b12dee6ebd3e44131909f # Parent 4274224f8a7d7f6e40775b907c9c742976b6a3af Doc update 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 diff -r 4274224f8a7d -r c52b572c294f lemon/concepts/ugraph.h --- a/lemon/concepts/ugraph.h Tue Oct 24 17:19:16 2006 +0000 +++ b/lemon/concepts/ugraph.h Thu Oct 26 06:54:13 2006 +0000 @@ -505,8 +505,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! template class NodeMap : public ReadWriteMap< Node, T > { @@ -531,8 +529,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! template class EdgeMap : public ReadWriteMap { @@ -556,8 +552,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! template class UEdgeMap : public ReadWriteMap { diff -r 4274224f8a7d -r c52b572c294f lemon/smart_graph.h --- a/lemon/smart_graph.h Tue Oct 24 17:19:16 2006 +0000 +++ b/lemon/smart_graph.h Thu Oct 26 06:54:13 2006 +0000 @@ -388,8 +388,6 @@ /// /// \sa concepts::UGraph. /// - /// \todo Snapshot hasn't been implemented yet. - /// class SmartUGraph : public ExtendedSmartUGraphBase { private: