From e138d68106b660944234df3cdc0c0ef26cd42548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Janikowski?= Date: Wed, 25 Jan 2012 01:03:22 +0100 Subject: [PATCH] Fixed paths (relative) --- Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index d3f57b3..f81c49a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -51,7 +51,7 @@ PROJECT_LOGO = # 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/stasiek/Documents/MBI_ICA/doc/doxy +OUTPUT_DIRECTORY = ./doxy # 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 @@ -612,9 +612,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /home/stasiek/Documents/MBI_ICA/source/ \ - /home/stasiek/Documents/MBI_ICA/include/ \ - /home/stasiek/Documents/MBI_ICA/app/ +INPUT = ./source/ \ + ./app/ \ + ./include/ # 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