lemon/path.h
changeset 157 2ccc1afc2c52
parent 144 4e626dbbe408
child 209 765619b7cbb2
     1.1 --- a/lemon/path.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/path.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4    /// \brief A structure for representing directed paths in a digraph.
     1.5    ///
     1.6    /// A structure for representing directed path in a digraph.
     1.7 -  /// \param Digraph The digraph type in which the path is.
     1.8 +  /// \tparam _Digraph The digraph type in which the path is.
     1.9    ///
    1.10    /// In a sense, the path can be treated as a list of arcs. The
    1.11    /// lemon path type stores just this list. As a consequence, it
    1.12 @@ -228,7 +228,7 @@
    1.13    /// \brief A structure for representing directed paths in a digraph.
    1.14    ///
    1.15    /// A structure for representing directed path in a digraph.
    1.16 -  /// \param Digraph The digraph type in which the path is.
    1.17 +  /// \tparam _Digraph The digraph type in which the path is.
    1.18    ///
    1.19    /// In a sense, the path can be treated as a list of arcs. The
    1.20    /// lemon path type stores just this list. As a consequence it
    1.21 @@ -392,7 +392,7 @@
    1.22    /// \brief A structure for representing directed paths in a digraph.
    1.23    ///
    1.24    /// A structure for representing directed path in a digraph.
    1.25 -  /// \param Digraph The digraph type in which the path is.
    1.26 +  /// \tparam _Digraph The digraph type in which the path is.
    1.27    ///
    1.28    /// In a sense, the path can be treated as a list of arcs. The
    1.29    /// lemon path type stores just this list. As a consequence it
    1.30 @@ -732,7 +732,7 @@
    1.31    /// \brief A structure for representing directed paths in a digraph.
    1.32    ///
    1.33    /// A structure for representing directed path in a digraph.
    1.34 -  /// \param Digraph The digraph type in which the path is.
    1.35 +  /// \tparam _Digraph The digraph type in which the path is.
    1.36    ///
    1.37    /// In a sense, the path can be treated as a list of arcs. The
    1.38    /// lemon path type stores just this list. As a consequence it