Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30414
Modified Files:
mockpp.doxygen.in
Log Message:
update to doxygen 1.4.1
Index: mockpp.doxygen.in
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp.doxygen.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mockpp.doxygen.in 8 Jan 2005 09:18:35 -0000 1.8
+++ mockpp.doxygen.in 6 Mar 2005 21:48:37 -0000 1.9
@@ -1,59 +1,468 @@
-# Doxyfile 1.2.13-20020210
+# Doxyfile 1.4.1
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+# TAG = value [value, ...]
+# For lists items can also be appended using:
+# TAG += value [value, ...]
[...1245 lines suppressed...]
+# remove the intermediate dot files that are used to generate
+# the various graphs.
+
DOT_CLEANUP = YES
+
#---------------------------------------------------------------------------
-# Configuration options related to the search engine
+# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
+
+# The SEARCHENGINE tag specifies whether or not a search engine should be
+# used. If set to NO the values of all tags below this one will be ignored.
+
SEARCHENGINE = YES
-#CGI_NAME = searchdoxy.cgi
-#CGI_URL = http://arnold.dyndns.org/cgi-bin
-#DOC_URL = http://arnold.dyndns.org/mockpp
-#DOC_ABSPATH = /usr/local/httpd/htdocs/mockpp
-#BIN_ABSPATH = /usr/bin
-#EXT_DOC_PATHS =
|