# HG changeset patch
# User alpar
# Date 1109070646 0
# Node ID fb0159aa582d2bbd564f377672bc072077100bbe
# Parent 8b06fbd5712c9c058a2c7e2738d413e5568a545c
Fix Doxyfile and the wrong hyperlinks in the doc.
diff -r 8b06fbd5712c -r fb0159aa582d doc/Doxyfile
--- a/doc/Doxyfile Tue Feb 22 10:29:21 2005 +0000
+++ b/doc/Doxyfile Tue Feb 22 11:10:46 2005 +0000
@@ -445,6 +445,8 @@
# with spaces.
INPUT = mainpage.dox \
+ quicktour.dox \
+ demoprograms.dox \
graphs.dox \
undir_graphs.dox \
named-param.dox \
diff -r 8b06fbd5712c -r fb0159aa582d doc/demoprograms.dox
--- a/doc/demoprograms.dox Tue Feb 22 10:29:21 2005 +0000
+++ b/doc/demoprograms.dox Tue Feb 22 11:10:46 2005 +0000
@@ -1,3 +1,5 @@
/**
+\page demoprograms Demo Programs
+
*/
\ No newline at end of file
diff -r 8b06fbd5712c -r fb0159aa582d doc/mainpage.dox
--- a/doc/mainpage.dox Tue Feb 22 10:29:21 2005 +0000
+++ b/doc/mainpage.dox Tue Feb 22 11:10:46 2005 +0000
@@ -10,7 +10,7 @@
and Optimization in Networks.
It is a C++ template
library aimed at combinatorial optimization tasks which
-often involve working
+often involve in working
with graphs.
@@ -29,7 +29,7 @@
If you
want to see how LEMON works, see
-some \ref demoprograms demo programs!
+some \ref demoprograms "demo programs"!
If you are looking for a specific thing then try to find it in the index or
in the contents.
diff -r 8b06fbd5712c -r fb0159aa582d doc/quicktour.dox
--- a/doc/quicktour.dox Tue Feb 22 10:29:21 2005 +0000
+++ b/doc/quicktour.dox Tue Feb 22 11:10:46 2005 +0000
@@ -1,5 +1,7 @@
/**
+\page quicktour Quick Tour to LEMON
+
\ref graphs "Graph structures"
play a central role in LEMON, so if you are new to it,
you probably should start \ref graphs "here".