Update of /cvsroot/objecthandler/log4cxx-0.9.7/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5060/docs
Modified Files:
Doxyfile
Log Message:
enforce version number checks
Index: Doxyfile
===================================================================
RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/docs/Doxyfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Doxyfile 25 May 2006 11:41:29 -0000 1.1
--- Doxyfile 7 Aug 2006 13:36:27 -0000 1.2
***************
*** 24,28 ****
# if some version control system is used.
! PROJECT_NUMBER = "Version 0.9.7"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
--- 24,28 ----
# if some version control system is used.
! PROJECT_NUMBER = "Version 0.9.7a"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
***************
*** 868,872 ****
# have no effect if this option is set to NO (the default)
! HAVE_DOT = yes
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
--- 868,872 ----
# have no effect if this option is set to NO (the default)
! HAVE_DOT = no
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|