mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +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_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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user