aboutsummaryrefslogtreecommitdiff
path: root/doc/doxy.config.in
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-21 09:11:13 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-21 09:11:13 +0000
commitc9818a994804f4b6ea30a22b7a42aef701db98d8 (patch)
tree21081b8219103ca787ca49cdf779c210968b52da /doc/doxy.config.in
parente4d16db116cdd2f2075efca8a52036ae58c7d4f9 (diff)
downloadlibssh-c9818a994804f4b6ea30a22b7a42aef701db98d8.tar.gz
libssh-c9818a994804f4b6ea30a22b7a42aef701db98d8.tar.xz
libssh-c9818a994804f4b6ea30a22b7a42aef701db98d8.zip
Fix doxygen generation.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@282 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'doc/doxy.config.in')
-rw-r--r--doc/doxy.config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doxy.config.in b/doc/doxy.config.in
index 19c2534f..37cbbc35 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