From: Dominic L?t. <ma...@us...> - 2004-05-27 17:19:27
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11199 Modified Files: Doxyfile Log Message: using FlowDesigner tag file Index: Doxyfile =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Doxyfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Doxyfile 27 May 2004 15:34:31 -0000 1.2 --- Doxyfile 27 May 2004 17:19:15 -0000 1.3 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = Version0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 0.2.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) *************** *** 349,353 **** # by doxygen. Possible values are YES and NO. If left blank NO is used. ! QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are --- 349,353 ---- # by doxygen. Possible values are YES and NO. If left blank NO is used. ! QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are *************** *** 953,962 **** # is run, you must also specify the path to the tagfile here. ! TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. ! GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed --- 953,962 ---- # is run, you must also specify the path to the tagfile here. ! TAGFILES = /home/dominic/working_area/FlowDesigner/doc/doxygen/FlowDesigner.tag=/home/dominic/working_area/FlowDesigner/doc/doxygen/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. ! GENERATE_TAGFILE = html/doxygen/RobotFlow.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed |