From: Dominic L?t. <ma...@us...> - 2004-05-27 18:32:34
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24545 Modified Files: Doxyfile Log Message: Linking with the FlowDesigner doxygen documentation Index: Doxyfile =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Doxyfile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Doxyfile 27 May 2004 17:19:15 -0000 1.3 --- Doxyfile 27 May 2004 18:32:15 -0000 1.4 *************** *** 415,419 **** # subdirectory from a directory tree whose root is specified with the INPUT tag. ! EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories --- 415,419 ---- # subdirectory from a directory tree whose root is specified with the INPUT tag. ! EXCLUDE = Player-1.1/ # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories *************** *** 585,589 **** # of the generated HTML documentation. ! GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can --- 585,589 ---- # of the generated HTML documentation. ! GENERATE_HTMLHELP = YES # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can *************** *** 680,684 **** # executive. If left blank a4wide will be used. ! PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX --- 680,684 ---- # executive. If left blank a4wide will be used. ! PAPER_TYPE = letter # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX *************** *** 953,957 **** # 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 --- 953,957 ---- # is run, you must also specify the path to the tagfile here. ! TAGFILES = ../FlowDesigner/doc/doxygen/FlowDesigner.tag=http://flowdesigner.sourceforge.net/doc/doxygen/html/ # When a file name is specified after GENERATE_TAGFILE, doxygen will create *************** *** 1020,1024 **** # Language. ! UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the --- 1020,1024 ---- # Language. ! UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the |