diff -r e561aa7675de -r 2ccc1afc2c52 lemon/concepts/path.h --- a/lemon/concepts/path.h Sat May 17 06:30:02 2008 +0100 +++ b/lemon/concepts/path.h Sat May 24 23:20:49 2008 +0200 @@ -40,7 +40,7 @@ /// /// A skeleton structure for representing directed paths in a /// digraph. - /// \param _Digraph The digraph type in which the path is. + /// \tparam _Digraph The digraph type in which the path is. /// /// In a sense, the path can be treated as a list of arcs. The /// lemon path type stores just this list. As a consequence it @@ -205,7 +205,7 @@ /// assigned to a real path and the dumpers can be implemented as /// an adaptor class to the predecessor map. - /// \param _Digraph The digraph type in which the path is. + /// \tparam _Digraph The digraph type in which the path is. /// /// The paths can be constructed from any path type by a /// template constructor or a template assignment operator.