[ObjectHandler-cvs] log4cxx-0.9.7/docs Doxyfile,1.2,1.3
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-19 23:34:20
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/docs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1372/docs Modified Files: Doxyfile Log Message: preparing for release Index: Doxyfile =================================================================== RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/docs/Doxyfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Doxyfile 7 Aug 2006 13:36:27 -0000 1.2 --- Doxyfile 19 Oct 2006 23:34:18 -0000 1.3 *************** *** 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) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = "Version 0.9.7b" # 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 = no # 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 = yes # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen |