# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1255060915 -7200
# Node ID a1411abaf71d000c6a64d8ad99fb9cc8b39a4652
# Parent 1de05cf355c5b109b6fbe46a0ebb163473027ad9
Update Doxygen configuration file
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
|
a
|
b
|
|
| 1 | | # Doxyfile 1.5.7.1 |
| | 1 | # Doxyfile 1.5.9 |
| 2 | 2 | |
| 3 | 3 | #--------------------------------------------------------------------------- |
| 4 | 4 | # Project related configuration options |
| … |
… |
|
| 21 | 21 | JAVADOC_AUTOBRIEF = NO |
| 22 | 22 | QT_AUTOBRIEF = NO |
| 23 | 23 | MULTILINE_CPP_IS_BRIEF = NO |
| 24 | | DETAILS_AT_TOP = YES |
| 25 | 24 | INHERIT_DOCS = NO |
| 26 | 25 | SEPARATE_MEMBER_PAGES = NO |
| 27 | 26 | TAB_SIZE = 8 |
| … |
… |
|
| 224 | 223 | EXPAND_AS_DEFINED = |
| 225 | 224 | SKIP_FUNCTION_MACROS = YES |
| 226 | 225 | #--------------------------------------------------------------------------- |
| 227 | | # Configuration::additions related to external references |
| | 226 | # Options related to the search engine |
| 228 | 227 | #--------------------------------------------------------------------------- |
| 229 | 228 | TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " |
| 230 | 229 | GENERATE_TAGFILE = html/lemon.tag |