fixed doxygen ouput and input path

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@84 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2006-11-16 21:43:43 +00:00
parent 3d346fdebc
commit ce4f72352c

View File

@@ -5,7 +5,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
PROJECT_NAME = libssh PROJECT_NAME = libssh
PROJECT_NUMBER = 0.2-dev PROJECT_NUMBER = 0.2-dev
OUTPUT_DIRECTORY = /home/aris/dev/libssh/trunk/doxygen/ OUTPUT_DIRECTORY = doxygen/
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO USE_WINDOWS_ENCODING = NO
@@ -82,8 +82,8 @@ WARN_LOGFILE =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the input files # configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = /home/aris/dev/libssh/trunk/include/ \ INPUT = include/ \
/home/aris/dev/libssh/trunk/libssh/ libssh/
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.cc \ *.cc \
*.cpp \ *.cpp \