Spell checking / indenting only.
1.1 --- a/doc/mainpage.dox Sun May 30 16:01:49 2004 +0000
1.2 +++ b/doc/mainpage.dox Tue Jun 01 08:30:20 2004 +0000
1.3 @@ -5,8 +5,10 @@
1.4
1.5 \subsection whatis What is HugoLib
1.6
1.7 -HugoLib stands for Hungarian Graph Optimization Library. It is a C++ template
1.8 -library aimed at combinatorial optimization tasks which often involve working
1.9 +HugoLib stands for Hungarian Graph Optimization Library.
1.10 +It is a C++ template
1.11 +library aimed at combinatorial optimization tasks which
1.12 +often involve in working
1.13 with graphs. As the name also suggests, its development was started by
1.14 Hungarian people.
1.15
1.16 @@ -16,8 +18,10 @@
1.17 You can also find this page along with other under Related Pages (left-hand
1.18 side frame).
1.19
1.20 -If you are more interested in details about data structures and algorithms then
1.21 -you should browse the reference manual part of the documentation. The Modules
1.22 +If you are more
1.23 +interested in details about data structures and algorithms then
1.24 +you should browse the reference manual part of the documentation.
1.25 +The Modules
1.26 section is a good starting point for this.
1.27
1.28 */