demo/dijkstra_demo.cc
changeset 1715 e71778873dd0
parent 1641 77f6ab7ad66f
child 1875 98698b69a902
     1.1 --- a/demo/dijkstra_demo.cc	Thu Oct 06 12:32:06 2005 +0000
     1.2 +++ b/demo/dijkstra_demo.cc	Fri Oct 07 11:05:08 2005 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5  ///\ingroup demos
     1.6  ///\file
     1.7 -///\brief Demonstrating LEMON implementation of the Dijkstra algorithm
     1.8 +///\brief Demonstrating the usage of LEMON's Dijkstra algorithm
     1.9  ///
    1.10  /// Dijkstra's algorithm computes shortest paths between two nodes in
    1.11  /// a graph with edge lengths. Here we only show some of the