lemon/dijkstra.h
changeset 2230 67af33b34394
parent 2151 38ec4a930c05
child 2260 4274224f8a7d
     1.1 --- a/lemon/dijkstra.h	Mon Oct 02 16:11:00 2006 +0000
     1.2 +++ b/lemon/dijkstra.h	Tue Oct 03 11:24:41 2006 +0000
     1.3 @@ -365,9 +365,9 @@
     1.4  	throw UninitializedParameter();
     1.5        }
     1.6      };
     1.7 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
     1.8 -    ///reference type
     1.9 -
    1.10 +    ///\brief \ref named-templ-param "Named parameter" for setting
    1.11 +    ///heap and cross reference type
    1.12 +    ///
    1.13      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    1.14      ///reference type
    1.15      ///
    1.16 @@ -389,9 +389,9 @@
    1.17  	return new Heap(R);
    1.18        }
    1.19      };
    1.20 -    ///\ref named-templ-param "Named parameter" for setting heap and cross 
    1.21 -    ///reference type with automatic allocation
    1.22 -
    1.23 +    ///\brief \ref named-templ-param "Named parameter" for setting
    1.24 +    ///heap and cross reference type with automatic allocation
    1.25 +    ///
    1.26      ///\ref named-templ-param "Named parameter" for setting heap and cross 
    1.27      ///reference type. It can allocate the heap and the cross reference 
    1.28      ///object if the cross reference's constructor waits for the graph as