aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.doxy.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-15 00:43:07 +0000
committerlloyd <[email protected]>2008-10-15 00:43:07 +0000
commit6844c48be3b974c7e17fe5789b452278d68c284e (patch)
tree02dc6a65656c510c4fafeaa029b56875d22a54f0 /src/build-data/botan.doxy.in
parentec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 (diff)
Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of brackets)
Diffstat (limited to 'src/build-data/botan.doxy.in')
-rw-r--r--src/build-data/botan.doxy.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in
index a1ecfc612..82796a272 100644
--- a/src/build-data/botan.doxy.in
+++ b/src/build-data/botan.doxy.in
@@ -67,9 +67,9 @@ FILE_VERSION_FILTER =
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
-QUIET = NO
+QUIET = YES
WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
+WARN_IF_UNDOCUMENTED = NO
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
WARN_FORMAT = "$file:$line: $text"
@@ -95,8 +95,8 @@ FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
-SOURCE_BROWSER = NO
-INLINE_SOURCES = NO
+SOURCE_BROWSER = YES
+INLINE_SOURCES = YES
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES