-rw-r--r-- | doc/Doxyfile_main | 7 |
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 @@ | |||
1 | # Doxyfile 1.3.4 | 1 | # Doxyfile 1.3.5 |
2 | 2 | ||
3 | #--------------------------------------------------------------------------- | 3 | #--------------------------------------------------------------------------- |
4 | # Project related configuration options | 4 | # Project related configuration options |
@@ -10,6 +10,7 @@ OUTPUT_LANGUAGE = English | |||
10 | USE_WINDOWS_ENCODING = NO | 10 | USE_WINDOWS_ENCODING = NO |
11 | BRIEF_MEMBER_DESC = YES | 11 | BRIEF_MEMBER_DESC = YES |
12 | REPEAT_BRIEF = YES | 12 | REPEAT_BRIEF = YES |
13 | ABBREVIATE_BRIEF = | ||
13 | ALWAYS_DETAILED_SEC = YES | 14 | ALWAYS_DETAILED_SEC = YES |
14 | INLINE_INHERITED_MEMB = NO | 15 | INLINE_INHERITED_MEMB = NO |
15 | FULL_PATH_NAMES = NO | 16 | FULL_PATH_NAMES = NO |
@@ -26,7 +27,8 @@ ALIASES = libdoc=@mainpage \ | |||
26 | reimplemented= \ | 27 | reimplemented= \ |
27 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ | 28 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ |
28 | obsolete=@deprecated \ | 29 | obsolete=@deprecated \ |
29 | ref= | 30 | ref= \ |
31 | slash=/ | ||
30 | OPTIMIZE_OUTPUT_FOR_C = NO | 32 | OPTIMIZE_OUTPUT_FOR_C = NO |
31 | OPTIMIZE_OUTPUT_JAVA = NO | 33 | OPTIMIZE_OUTPUT_JAVA = NO |
32 | SUBGROUPING = YES | 34 | SUBGROUPING = YES |
@@ -156,6 +158,7 @@ GENERATE_XML = NO | |||
156 | XML_OUTPUT = xml | 158 | XML_OUTPUT = xml |
157 | XML_SCHEMA = | 159 | XML_SCHEMA = |
158 | XML_DTD = | 160 | XML_DTD = |
161 | XML_PROGRAMLISTING = YES | ||
159 | #--------------------------------------------------------------------------- | 162 | #--------------------------------------------------------------------------- |
160 | # configuration options for the AutoGen Definitions output | 163 | # configuration options for the AutoGen Definitions output |
161 | #--------------------------------------------------------------------------- | 164 | #--------------------------------------------------------------------------- |