aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-15 23:48:51 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-15 23:48:51 +0100
commitb9a8b2272855e552c51921d92e8d6e71b61ad3a2 (patch)
treebd8c2c665bc0dc9cd167c7d01fd34467ba11c4c9 /doc
parent65f8e86e418a1601ec78c2c05780488f2afa5288 (diff)
downloadlibssh-b9a8b2272855e552c51921d92e8d6e71b61ad3a2.tar.gz
libssh-b9a8b2272855e552c51921d92e8d6e71b61ad3a2.tar.xz
libssh-b9a8b2272855e552c51921d92e8d6e71b61ad3a2.zip
Doxygen now outputs on stderr, inputs from doc/
Diffstat (limited to 'doc')
-rw-r--r--doc/doxy.config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/doxy.config.in b/doc/doxy.config.in
index 37cbbc3..768b5c4 100644
--- a/doc/doxy.config.in
+++ b/doc/doxy.config.in
@@ -563,7 +563,7 @@ WARN_FORMAT = "$file:$line: $text"
# and error messages should be written. If left blank the output is written
# to stderr.
-WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxy.log
+#WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxy.log
#---------------------------------------------------------------------------
# configuration options related to the input files
@@ -575,7 +575,9 @@ WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxy.log
# with spaces.
INPUT = @CMAKE_SOURCE_DIR@/include \
- @CMAKE_SOURCE_DIR@/libssh
+ @CMAKE_SOURCE_DIR@/libssh \
+ @CMAKE_SOURCE_DIR@/doc
+
# 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
@@ -627,7 +629,6 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.git/* \
*/.svn/* \
*/cmake/* \
- */doc/* \
*/build/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names