summaryrefslogtreecommitdiff
path: root/doc/Doxyfile_main
Side-by-side diff
Diffstat (limited to 'doc/Doxyfile_main') (more/less context) (ignore whitespace changes)
-rw-r--r--doc/Doxyfile_main7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Doxyfile_main b/doc/Doxyfile_main
index 80a2660..2e1230e 100644
--- a/doc/Doxyfile_main
+++ b/doc/Doxyfile_main
@@ -1,4 +1,4 @@
-# Doxyfile 1.3.4
+# Doxyfile 1.3.5
#---------------------------------------------------------------------------
# Project related configuration options
@@ -10,6 +10,7 @@ OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
+ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = NO
@@ -26,7 +27,8 @@ ALIASES = libdoc=@mainpage \
reimplemented= \
"deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \
obsolete=@deprecated \
- ref=
+ ref= \
+ slash=/
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
SUBGROUPING = YES
@@ -156,6 +158,7 @@ GENERATE_XML = NO
XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
+XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------