[Lemon-commits] [lemon_svn] alpar: r636 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:42 CET 2006
Author: alpar
Date: Thu Apr 29 18:29:43 2004
New Revision: 636
Added:
hugo/trunk/doc/mainpage.dox
Modified:
hugo/trunk/doc/Doxyfile
Log:
Main page added.
Modified: hugo/trunk/doc/Doxyfile
==============================================================================
--- hugo/trunk/doc/Doxyfile (original)
+++ hugo/trunk/doc/Doxyfile Thu Apr 29 18:29:43 2004
@@ -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 \
Added: hugo/trunk/doc/mainpage.dox
==============================================================================
--- (empty file)
+++ hugo/trunk/doc/mainpage.dox Thu Apr 29 18:29:43 2004
@@ -0,0 +1,6 @@
+/**
+\mainpage
+
+Please make a better mainpage (doc/mainpage.dox).
+
+*/
\ No newline at end of file
More information about the Lemon-commits
mailing list