[Compbench-devel] CompBenchmarks++ Doxyfile,1.10,1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:51:09
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23607 Modified Files: Doxyfile Log Message: Cosmetic changes in doc (relation graphs removed). Comments added. Index: Doxyfile =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Doxyfile 23 May 2007 15:39:47 -0000 1.10 --- Doxyfile 20 Sep 2007 19:51:05 -0000 1.11 *************** *** 1,18 **** ! # Doxyfile 1.5.1 #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks PROJECT_NUMBER = 0.5.0 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English [...1514 lines suppressed...] + # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will + # generate a legend page explaining the meaning of the various boxes and + # arrows in the dot generated graphs. + GENERATE_LEGEND = YES + + # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will + # remove the intermediate dot files that are used to generate + # the various graphs. + DOT_CLEANUP = YES + #--------------------------------------------------------------------------- # 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 = NO |