mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
6
Doxyfile
6
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 \
|
||||
|
||||
Reference in New Issue
Block a user