Fix Doxyfile and the wrong hyperlinks in the doc.
authoralpar
Tue, 22 Feb 2005 11:10:46 +0000
changeset 1170fb0159aa582d
parent 1169 8b06fbd5712c
child 1171 f426c84a4e00
Fix Doxyfile and the wrong hyperlinks in the doc.
doc/Doxyfile
doc/demoprograms.dox
doc/mainpage.dox
doc/quicktour.dox
     1.1 --- a/doc/Doxyfile	Tue Feb 22 10:29:21 2005 +0000
     1.2 +++ b/doc/Doxyfile	Tue Feb 22 11:10:46 2005 +0000
     1.3 @@ -445,6 +445,8 @@
     1.4  # with spaces.
     1.5  
     1.6  INPUT                  = mainpage.dox \
     1.7 +                         quicktour.dox \
     1.8 +                         demoprograms.dox \
     1.9                           graphs.dox \
    1.10                           undir_graphs.dox \
    1.11                           named-param.dox \
     2.1 --- a/doc/demoprograms.dox	Tue Feb 22 10:29:21 2005 +0000
     2.2 +++ b/doc/demoprograms.dox	Tue Feb 22 11:10:46 2005 +0000
     2.3 @@ -1,3 +1,5 @@
     2.4  /**
     2.5  
     2.6 +\page demoprograms Demo Programs
     2.7 +
     2.8  */
     2.9 \ No newline at end of file
     3.1 --- a/doc/mainpage.dox	Tue Feb 22 10:29:21 2005 +0000
     3.2 +++ b/doc/mainpage.dox	Tue Feb 22 11:10:46 2005 +0000
     3.3 @@ -10,7 +10,7 @@
     3.4  and <b>O</b>ptimization in <b>N</b>etworks.
     3.5  It is a C++ template
     3.6  library aimed at combinatorial optimization tasks which
     3.7 -often involve working
     3.8 +often involve in working
     3.9  with graphs.
    3.10  
    3.11  <b>
    3.12 @@ -29,7 +29,7 @@
    3.13  
    3.14  If you 
    3.15  want to see how LEMON works, see 
    3.16 -some \ref demoprograms demo programs!
    3.17 +some \ref demoprograms "demo programs"!
    3.18  
    3.19  If you are looking for a specific thing then try to find it in the index or 
    3.20  in the contents.
     4.1 --- a/doc/quicktour.dox	Tue Feb 22 10:29:21 2005 +0000
     4.2 +++ b/doc/quicktour.dox	Tue Feb 22 11:10:46 2005 +0000
     4.3 @@ -1,5 +1,7 @@
     4.4  /**
     4.5  
     4.6 +\page quicktour Quick Tour to LEMON
     4.7 +
     4.8  \ref graphs "Graph structures"
     4.9  play a central role in LEMON, so if you are new to it,
    4.10  you probably should start \ref graphs "here".