diff options
Diffstat (limited to 'docs/api/Doxyfile')
-rw-r--r-- | docs/api/Doxyfile | 8 |
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 \ |