From c9818a994804f4b6ea30a22b7a42aef701db98d8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 21 Mar 2009 09:11:13 +0000 Subject: Fix doxygen generation. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@282 7dcaeef0-15fb-0310-b436-a5af3365683c --- doc/doxy.config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doxy.config.in b/doc/doxy.config.in index 19c2534..37cbbc3 100644 --- a/doc/doxy.config.in +++ b/doc/doxy.config.in @@ -574,7 +574,8 @@ WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxy.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_SOURCE_DIR@/include +INPUT = @CMAKE_SOURCE_DIR@/include \ + @CMAKE_SOURCE_DIR@/libssh # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.3