diff -r 8c74de352f80 -r 82b7894bed0c doc/Doxyfile --- a/doc/Doxyfile Thu Apr 29 16:26:01 2004 +0000 +++ b/doc/Doxyfile Thu Apr 29 16:29:43 2004 +0000 @@ -380,7 +380,7 @@ # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = doxygen.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -391,7 +391,8 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = maps.dox groups.dox \ +INPUT = mainpage.dox \ + maps.dox groups.dox \ ../src/include/skeletons/graph.h \ ../src/include/invalid.h \ ../src/include/smart_graph.h \