[Compbench-devel] CompBenchmarks++ Doxyfile,1.8,1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-30 21:14:11
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19399 Modified Files: Doxyfile Log Message: Various changes. Index: Doxyfile =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Doxyfile 27 Dec 2006 18:21:14 -0000 1.8 --- Doxyfile 30 Jan 2007 21:13:56 -0000 1.9 *************** *** 1,3 **** ! # Doxyfile 1.4.7 #--------------------------------------------------------------------------- --- 1,3 ---- ! # Doxyfile 1.5.1 #--------------------------------------------------------------------------- *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.4.1 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.5.0 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO *************** *** 77,81 **** WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES ! WARN_NO_PARAMDOC = NO WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = --- 77,81 ---- WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES ! WARN_NO_PARAMDOC = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = *************** *** 139,150 **** # configuration options related to source browsing #--------------------------------------------------------------------------- ! SOURCE_BROWSER = NO INLINE_SOURCES = NO STRIP_CODE_COMMENTS = YES ! REFERENCED_BY_RELATION = NO ! REFERENCES_RELATION = NO REFERENCES_LINK_SOURCE = YES USE_HTAGS = NO ! VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index --- 139,150 ---- # configuration options related to source browsing #--------------------------------------------------------------------------- ! SOURCE_BROWSER = YES INLINE_SOURCES = NO STRIP_CODE_COMMENTS = YES ! REFERENCED_BY_RELATION = YES ! REFERENCES_RELATION = YES REFERENCES_LINK_SOURCE = YES USE_HTAGS = NO ! VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index *************** *** 176,180 **** # configuration options related to the LaTeX output #--------------------------------------------------------------------------- ! GENERATE_LATEX = YES LATEX_OUTPUT = latex LATEX_CMD_NAME = latex --- 176,180 ---- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- ! GENERATE_LATEX = NO LATEX_OUTPUT = latex LATEX_CMD_NAME = latex *************** *** 207,211 **** # configuration options related to the XML output #--------------------------------------------------------------------------- ! GENERATE_XML = YES XML_OUTPUT = xml XML_SCHEMA = --- 207,211 ---- # configuration options related to the XML output #--------------------------------------------------------------------------- ! GENERATE_XML = NO XML_OUTPUT = xml XML_SCHEMA = *************** *** 227,231 **** #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES ! MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES --- 227,231 ---- #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES ! MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES *************** *** 250,254 **** HAVE_DOT = YES CLASS_GRAPH = YES ! COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES UML_LOOK = NO --- 250,254 ---- HAVE_DOT = YES CLASS_GRAPH = YES ! COLLABORATION_GRAPH = NO GROUP_GRAPHS = YES UML_LOOK = NO *************** *** 256,261 **** INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES ! CALL_GRAPH = NO ! CALLER_GRAPH = NO GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES --- 256,261 ---- INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES ! CALL_GRAPH = YES ! CALLER_GRAPH = YES GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES *************** *** 267,271 **** MAX_DOT_GRAPH_DEPTH = 1000 DOT_TRANSPARENT = NO ! DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = YES --- 267,271 ---- MAX_DOT_GRAPH_DEPTH = 1000 DOT_TRANSPARENT = NO ! DOT_MULTI_TARGETS = YES GENERATE_LEGEND = YES DOT_CLEANUP = YES |