src/lemon/dijkstra.h
changeset 1220 20b26ee5812b
parent 1218 5331168bbb18
child 1229 aa65e46aebc3
     1.1 --- a/src/lemon/dijkstra.h	Wed Mar 16 13:25:19 2005 +0000
     1.2 +++ b/src/lemon/dijkstra.h	Wed Mar 16 16:40:21 2005 +0000
     1.3 @@ -807,6 +807,7 @@
     1.4    ///as well as the \ref Dijkstra class.
     1.5    /// The \ref DijkstraWizardBase is a class to be the default traits of the
     1.6    /// \ref DijkstraWizard class.
     1.7 +  /// \todo More named parameters are required...
     1.8    template<class GR,class LM>
     1.9    class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM>
    1.10    {