diff -r 66c89fe52d4e -r e71778873dd0 demo/dijkstra_demo.cc --- a/demo/dijkstra_demo.cc Thu Oct 06 12:32:06 2005 +0000 +++ b/demo/dijkstra_demo.cc Fri Oct 07 11:05:08 2005 +0000 @@ -16,7 +16,7 @@ ///\ingroup demos ///\file -///\brief Demonstrating LEMON implementation of the Dijkstra algorithm +///\brief Demonstrating the usage of LEMON's Dijkstra algorithm /// /// Dijkstra's algorithm computes shortest paths between two nodes in /// a graph with edge lengths. Here we only show some of the