1.1 --- a/doc/Doxyfile Thu Apr 29 16:26:01 2004 +0000
1.2 +++ b/doc/Doxyfile Thu Apr 29 16:29:43 2004 +0000
1.3 @@ -380,7 +380,7 @@
1.4 # and error messages should be written. If left blank the output is written
1.5 # to stderr.
1.6
1.7 -WARN_LOGFILE =
1.8 +WARN_LOGFILE = doxygen.log
1.9
1.10 #---------------------------------------------------------------------------
1.11 # configuration options related to the input files
1.12 @@ -391,7 +391,8 @@
1.13 # directories like "/usr/src/myproject". Separate the files or directories
1.14 # with spaces.
1.15
1.16 -INPUT = maps.dox groups.dox \
1.17 +INPUT = mainpage.dox \
1.18 + maps.dox groups.dox \
1.19 ../src/include/skeletons/graph.h \
1.20 ../src/include/invalid.h \
1.21 ../src/include/smart_graph.h \