forked from metamath/metamath-exe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile.diff
67 lines (53 loc) · 2.73 KB
/
Doxyfile.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# diff to Doxyfile 1.8.17 with only default settings.
# The Doxyfile reflects your personal documentation style. It is therefore not
# automatically overwritten by git. Instead a Doxyfile.diff suggests values we
# think are quite usable. You can use this file directly by renaming it to
# Doxyfile. You can prepend its contents to your personal Doxyfile, so that the
# suggested values do not overwrite your settings. Or, of course, patch your
# file with a subset suiting your needs.
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "metamath executable"
# patched in by build.sh
# PROJECT_NUMBER = "..."
PROJECT_BRIEF = "executable used to maintain *.mm files"
PROJECT_LOGO = "Metamath.png"
#---------------------------------------------------------------------------
# Output extent related overrides
#---------------------------------------------------------------------------
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: YES.
HAVE_DOT = NO
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Parsing C contents related overrides
#---------------------------------------------------------------------------
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = YES
# cope with function like macros (pntrString_def and similar).
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION = YES