aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2006-11-16 21:43:43 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2006-11-16 21:43:43 +0000
commitce4f72352c0784452392bbc444fb3511aeb38c57 (patch)
tree9e4fa7b5cec4552435939d29c3f20bbb95c90298 /Doxyfile
parent3d346fdebc59fe69a34d25b8de5c2b574b614340 (diff)
downloadlibssh-ce4f72352c0784452392bbc444fb3511aeb38c57.tar.gz
libssh-ce4f72352c0784452392bbc444fb3511aeb38c57.tar.xz
libssh-ce4f72352c0784452392bbc444fb3511aeb38c57.zip
fixed doxygen ouput and input path
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@84 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 52a5b5ce..2e82c476 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = libssh
PROJECT_NUMBER = 0.2-dev
-OUTPUT_DIRECTORY = /home/aris/dev/libssh/trunk/doxygen/
+OUTPUT_DIRECTORY = doxygen/
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
@@ -82,8 +82,8 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = /home/aris/dev/libssh/trunk/include/ \
- /home/aris/dev/libssh/trunk/libssh/
+INPUT = include/ \
+ libssh/
FILE_PATTERNS = *.c \
*.cc \
*.cpp \