From ce4f72352c0784452392bbc444fb3511aeb38c57 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Thu, 16 Nov 2006 21:43:43 +0000 Subject: fixed doxygen ouput and input path git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@84 7dcaeef0-15fb-0310-b436-a5af3365683c --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 52a5b5c..2e82c47 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 \ -- cgit v1.2.3