diff options
author | lloyd <[email protected]> | 2014-01-06 15:22:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-06 15:22:52 +0000 |
commit | ca29b89bce2c555b033825e0cd304e7ce24e8ab2 (patch) | |
tree | b3e29027a0e2546c42893e543c95612ed2102703 | |
parent | c431fb65b883a0a5fa060ea7caace0aca3628ec6 (diff) |
Correct path to lib sources in Doxygen config (bugzilla 259)
-rw-r--r-- | src/build-data/botan.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index ee0e660c3..63eaa7e15 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -78,7 +78,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src +INPUT = lib INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = YES |