summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2006-04-09 15:21:16 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2006-04-09 15:21:16 +0000
commit0e5da4d706fa83d29999d9d90976fa4822c3e2e1 (patch)
tree334b1f4a6491950d65b9896a648a5df6c6b15628 /docs
parentd480558fe8a2de12be4fcd9a1bdd1b71c233787b (diff)
downloadlibrcc-0e5da4d706fa83d29999d9d90976fa4822c3e2e1.tar.gz
librcc-0e5da4d706fa83d29999d9d90976fa4822c3e2e1.tar.bz2
librcc-0e5da4d706fa83d29999d9d90976fa4822c3e2e1.tar.xz
librcc-0e5da4d706fa83d29999d9d90976fa4822c3e2e1.zip
Autogen scripts fixup
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Doxyfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/Doxyfile b/docs/api/Doxyfile
index c5208e0..fb65002 100644
--- a/docs/api/Doxyfile
+++ b/docs/api/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = LibRCC
PROJECT_NUMBER =
-OUTPUT_DIRECTORY = /root/xmms/librcc--main--0.1--patch-9/docs/api/
+OUTPUT_DIRECTORY = ../../docs/api/
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
EXTRACT_ALL = YES
@@ -58,9 +58,9 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = /root/xmms/librcc--main--0.1--patch-9/src/ \
- /root/xmms/librcc--main--0.1--patch-9/ui/ \
- /root/xmms/librcc--main--0.1--patch-9/examples/
+INPUT = ../../src/ \
+ ../../ui/ \
+ ../../examples/
FILE_PATTERNS = librcc.h \
librccui.h \
example1.c \