From 2f9e9583b0a1aa268b4d6c7396ee37d57b67f6ed Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 27 Sep 2005 11:52:58 +0000 Subject: [PATCH] remove absolute path names git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@275 7ec92016-0320-0410-acc4-a06ded1c099a --- doc/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index b7cb721..8332a96 100755 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- PROJECT_NAME = Loki PROJECT_NUMBER = 0.1.0 -OUTPUT_DIRECTORY = D:/temp/loki/doc/doxygen +OUTPUT_DIRECTORY = ./doxygen CREATE_SUBDIRS = YES OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = YES @@ -81,8 +81,8 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = D:/temp/loki/include/loki \ - D:/temp/loki/src +INPUT = ../include/loki \ + ../src FILE_PATTERNS = *.c \ *.cc \ *.cxx \