From: Kidong L. <bri...@us...> - 2004-11-26 01:05:24
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/bld In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10815 Modified Files: Doxyfile Log Message: Changed to generate call graph Index: Doxyfile =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/bld/Doxyfile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Doxyfile 24 May 2004 01:33:33 -0000 1.1 --- Doxyfile 26 Nov 2004 01:05:14 -0000 1.2 *************** *** 998,1002 **** # 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 --- 998,1002 ---- # 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 *************** *** 1045,1049 **** # functions only using the \callgraph command. ! CALL_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen --- 1045,1049 ---- # functions only using the \callgraph command. ! CALL_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen |