aboutsummaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2020-03-27 12:03:30 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-03-27 12:09:57 +0100
commitbbfce454de4bf48e74d3e5a85df159d58f88eb28 (patch)
treef8e458d490844a5707710b769d593d5ee10b9cd5 /doc/CMakeLists.txt
parent3e5dc99198274a670450342801ac7631ddf2fba2 (diff)
downloadlibssh-bbfce454de4bf48e74d3e5a85df159d58f88eb28.tar.gz
libssh-bbfce454de4bf48e74d3e5a85df159d58f88eb28.tar.xz
libssh-bbfce454de4bf48e74d3e5a85df159d58f88eb28.zip
doc: Make sure we parse the server and sftp documentation
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index f96b0278..8a666491 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -15,6 +15,8 @@ if (DOXYGEN_FOUND)
set(DOXYGEN_MARKDOWN_SUPPORT YES)
set(DOXYGEN_PREDEFINED DOXYGEN
+ WITH_SERVER
+ WITH_SFTP
PRINTF_ATTRIBUTE(x,y))
set(DOXYGEN_EXCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/that_style)