From: Philip L. <phi...@us...> - 2005-08-24 01:33:20
|
Update of /cvsroot/artoolkit/artoolkit/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24808/doc Modified Files: doxygen_config.dox Log Message: Fix to use relative paths. Index: doxygen_config.dox =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/doc/doxygen_config.dox,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doxygen_config.dox 23 Aug 2005 19:17:00 -0000 1.1 --- doxygen_config.dox 24 Aug 2005 01:33:11 -0000 1.2 *************** *** 6,10 **** PROJECT_NAME = ARToolKit PROJECT_NUMBER = ! OUTPUT_DIRECTORY = /home/plamb/Documents/Development/Projects/ARToolKit/artoolkit/doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English --- 6,10 ---- PROJECT_NAME = ARToolKit PROJECT_NUMBER = ! OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English *************** *** 72,76 **** # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = /home/plamb/Documents/Development/Projects/ARToolKit/artoolkit/include/AR FILE_PATTERNS = *.h RECURSIVE = NO --- 72,76 ---- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ../include/AR FILE_PATTERNS = *.h RECURSIVE = NO *************** *** 78,82 **** EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = ! EXAMPLE_PATH = /home/plamb/Documents/Development/Projects/ARToolKit/artoolkit/doc EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = YES --- 78,82 ---- EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = ! EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = YES *************** *** 107,112 **** HTML_OUTPUT = . HTML_FILE_EXTENSION = .html ! HTML_HEADER = /home/plamb/Desktop/Ressources/header.html ! HTML_FOOTER = /home/plamb/Desktop/Ressources/footer.html HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES --- 107,112 ---- HTML_OUTPUT = . HTML_FILE_EXTENSION = .html ! HTML_HEADER = header.html ! HTML_FOOTER = footer.html HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES |