aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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