gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Backport [53bea38f71cb] 'Update Doxygen configuration file'
0 1 0
default
1 file changed with 2 insertions and 3 deletions:
↑ Collapse diff ↑
Ignore white space 16 line context
1
# Doxyfile 1.5.7.1
1
# Doxyfile 1.5.9
2 2

	
3 3
#---------------------------------------------------------------------------
4 4
# Project related configuration options
5 5
#---------------------------------------------------------------------------
6 6
DOXYFILE_ENCODING      = UTF-8
7 7
PROJECT_NAME           = @PACKAGE_NAME@
8 8
PROJECT_NUMBER         = @PACKAGE_VERSION@
9 9
OUTPUT_DIRECTORY       = 
... ...
@@ -16,17 +16,16 @@
16 16
INLINE_INHERITED_MEMB  = NO
17 17
FULL_PATH_NAMES        = YES
18 18
STRIP_FROM_PATH        = "@abs_top_srcdir@"
19 19
STRIP_FROM_INC_PATH    = "@abs_top_srcdir@"
20 20
SHORT_NAMES            = YES
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
28 27
ALIASES                = 
29 28
OPTIMIZE_OUTPUT_FOR_C  = NO
30 29
OPTIMIZE_OUTPUT_JAVA   = NO
31 30
OPTIMIZE_FOR_FORTRAN   = NO
32 31
OPTIMIZE_OUTPUT_VHDL   = NO
... ...
@@ -218,17 +217,17 @@
218 217
EXPAND_ONLY_PREDEF     = NO
219 218
SEARCH_INCLUDES        = YES
220 219
INCLUDE_PATH           = 
221 220
INCLUDE_FILE_PATTERNS  = 
222 221
PREDEFINED             = DOXYGEN
223 222
EXPAND_AS_DEFINED      = 
224 223
SKIP_FUNCTION_MACROS   = YES
225 224
#---------------------------------------------------------------------------
226
# Configuration::additions related to external references   
225
# Options related to the search engine   
227 226
#---------------------------------------------------------------------------
228 227
TAGFILES               = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/  "
229 228
GENERATE_TAGFILE       = html/lemon.tag
230 229
ALLEXTERNALS           = NO
231 230
EXTERNAL_GROUPS        = NO
232 231
PERL_PATH              = /usr/bin/perl
233 232
#---------------------------------------------------------------------------
234 233
# Configuration options related to the dot tool   
0 comments (0 inline)