diff -r 4dbb6dd2dd4b -r 67af33b34394 lemon/dijkstra.h --- a/lemon/dijkstra.h Mon Oct 02 16:11:00 2006 +0000 +++ b/lemon/dijkstra.h Tue Oct 03 11:24:41 2006 +0000 @@ -365,9 +365,9 @@ throw UninitializedParameter(); } }; - ///\ref named-templ-param "Named parameter" for setting heap and cross - ///reference type - + ///\brief \ref named-templ-param "Named parameter" for setting + ///heap and cross reference type + /// ///\ref named-templ-param "Named parameter" for setting heap and cross ///reference type /// @@ -389,9 +389,9 @@ return new Heap(R); } }; - ///\ref named-templ-param "Named parameter" for setting heap and cross - ///reference type with automatic allocation - + ///\brief \ref named-templ-param "Named parameter" for setting + ///heap and cross reference type with automatic allocation + /// ///\ref named-templ-param "Named parameter" for setting heap and cross ///reference type. It can allocate the heap and the cross reference ///object if the cross reference's constructor waits for the graph as