From ef6048e639a126a17924c993c995e32fd7aafa63 Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 31 Mar 2011 14:10:26 +0000 Subject: [PATCH] local paths now --- wrap/gcache/docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrap/gcache/docs/Doxyfile b/wrap/gcache/docs/Doxyfile index d45c3226..347ea607 100644 --- a/wrap/gcache/docs/Doxyfile +++ b/wrap/gcache/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 1.0 # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = /home/ponchio/devel/code/GCache/docs +OUTPUT_DIRECTORY = ./docs # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -590,7 +590,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /home/ponchio/devel/code/GCache +INPUT = ./ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is