# HG changeset patch # User deba # Date 1128086022 0 # Node ID a34203867181d4767a5a329dc0b0164ac257765f # Parent 6be54bcc14ecb936012b5c24b4108ae676a4363c Correcting the names in the \files documentation. diff -r 6be54bcc14ec -r a34203867181 lemon/full_graph.h --- a/lemon/full_graph.h Fri Sep 30 13:12:39 2005 +0000 +++ b/lemon/full_graph.h Fri Sep 30 13:13:42 2005 +0000 @@ -32,7 +32,7 @@ ///\ingroup graphs ///\file -///\brief FullGraph and SymFullGraph classes. +///\brief FullGraph and UndirFullGraph classes. namespace lemon { diff -r 6be54bcc14ec -r a34203867181 lemon/list_graph.h --- a/lemon/list_graph.h Fri Sep 30 13:12:39 2005 +0000 +++ b/lemon/list_graph.h Fri Sep 30 13:13:42 2005 +0000 @@ -19,7 +19,7 @@ ///\ingroup graphs ///\file -///\brief ListGraph, SymListGraph classes. +///\brief ListGraph, UndirListGraph classes. #include #include diff -r 6be54bcc14ec -r a34203867181 lemon/smart_graph.h --- a/lemon/smart_graph.h Fri Sep 30 13:12:39 2005 +0000 +++ b/lemon/smart_graph.h Fri Sep 30 13:13:42 2005 +0000 @@ -19,7 +19,7 @@ ///\ingroup graphs ///\file -///\brief SmartGraph and SymSmartGraph classes. +///\brief SmartGraph and UndirSmartGraph classes. #include