comparison Doxyfile @ 110:7133b39975f7 stable-0-6-22

patch from David Cuadrado to process emails with type PST_TYPE_OTHER base64_encode_multiple() may insert newline, needs larger malloc subject lines shorter than 2 bytes could segfault
author Carl Byington <carl@five-ten-sg.com>
date Fri, 28 Nov 2008 11:36:53 -0800
parents fb3818370dd6
children 03fbb0269f3c
comparison
equal deleted inserted replaced
109:7947334d53ad 110:7133b39975f7
1039 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1039 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1040 # available from the path. This tool is part of Graphviz, a graph visualization 1040 # available from the path. This tool is part of Graphviz, a graph visualization
1041 # toolkit from AT&T and Lucent Bell Labs. The other options in this section 1041 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
1042 # have no effect if this option is set to NO (the default) 1042 # have no effect if this option is set to NO (the default)
1043 1043
1044 HAVE_DOT = NO 1044 HAVE_DOT = YES
1045 1045
1046 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 1046 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1047 # will generate a graph for each documented class showing the direct and 1047 # will generate a graph for each documented class showing the direct and
1048 # indirect inheritance relations. Setting this tag to YES will force the 1048 # indirect inheritance relations. Setting this tag to YES will force the
1049 # the CLASS_DIAGRAMS tag to NO. 1049 # the CLASS_DIAGRAMS tag to NO.
1086 # generate a call dependency graph for every global function or class method. 1086 # generate a call dependency graph for every global function or class method.
1087 # Note that enabling this option will significantly increase the time of a run. 1087 # Note that enabling this option will significantly increase the time of a run.
1088 # So in most cases it will be better to enable call graphs for selected 1088 # So in most cases it will be better to enable call graphs for selected
1089 # functions only using the \callgraph command. 1089 # functions only using the \callgraph command.
1090 1090
1091 CALL_GRAPH = NO 1091 CALL_GRAPH = YES
1092 1092
1093 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 1093 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1094 # will graphical hierarchy of all classes instead of a textual one. 1094 # will graphical hierarchy of all classes instead of a textual one.
1095 1095
1096 GRAPHICAL_HIERARCHY = YES 1096 GRAPHICAL_HIERARCHY = YES