diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-01-28 13:13:08 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-01-28 13:13:08 +0100 |
commit | b0c2be25a6f2f69f11cf0379b6f8a1f0e7646b3a (patch) | |
tree | d2a883eb846939c1c1ad8d6da17a27fcc099c3ae /doc/doxy.config.in | |
parent | c1ecec7cda805908dff0b40fb888628630231823 (diff) | |
download | libssh-b0c2be25a6f2f69f11cf0379b6f8a1f0e7646b3a.tar.gz libssh-b0c2be25a6f2f69f11cf0379b6f8a1f0e7646b3a.tar.xz libssh-b0c2be25a6f2f69f11cf0379b6f8a1f0e7646b3a.zip |
doc: Fixed the include dir.
Diffstat (limited to 'doc/doxy.config.in')
-rw-r--r-- | doc/doxy.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxy.config.in b/doc/doxy.config.in index 0c23575..778dd74 100644 --- a/doc/doxy.config.in +++ b/doc/doxy.config.in @@ -578,7 +578,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_SOURCE_DIR@/include \ +INPUT = @CMAKE_SOURCE_DIR@/include/libssh \ @CMAKE_SOURCE_DIR@/src \ @CMAKE_SOURCE_DIR@/doc |