@@ -44,7 +44,7 @@ PROJECT_NUMBER =
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF = "Framework for the production and analysis of combine datacards"
47
+ PROJECT_BRIEF =
48
48
49
49
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50
50
# the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
76
76
# U+3044.
77
77
# The default value is: NO.
78
78
79
- # ALLOW_UNICODE_NAMES = NO
79
+ ALLOW_UNICODE_NAMES = NO
80
80
81
81
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
82
82
# documentation generated by doxygen is written. Doxygen will use this
@@ -178,7 +178,7 @@ SHORT_NAMES = NO
178
178
# description.)
179
179
# The default value is: NO.
180
180
181
- JAVADOC_AUTOBRIEF = NO
181
+ JAVADOC_AUTOBRIEF = YES
182
182
183
183
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
184
184
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -416,7 +416,7 @@ EXTRACT_ALL = YES
416
416
# be included in the documentation.
417
417
# The default value is: NO.
418
418
419
- EXTRACT_PRIVATE = YES
419
+ EXTRACT_PRIVATE = NO
420
420
421
421
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
422
422
# scope will be included in the documentation.
@@ -519,7 +519,7 @@ SHOW_INCLUDE_FILES = YES
519
519
# which file to include in order to use the member.
520
520
# The default value is: NO.
521
521
522
- # SHOW_GROUPED_MEMB_INC = NO
522
+ SHOW_GROUPED_MEMB_INC = NO
523
523
524
524
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
525
525
# files with double quotes in the documentation rather than with sharp brackets.
@@ -1110,15 +1110,15 @@ HTML_EXTRA_FILES =
1110
1110
# Minimum value: 0, maximum value: 359, default value: 220.
1111
1111
# This tag requires that the tag GENERATE_HTML is set to YES.
1112
1112
1113
- HTML_COLORSTYLE_HUE = 220
1113
+ HTML_COLORSTYLE_HUE = 204
1114
1114
1115
1115
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1116
1116
# in the HTML output. For a value of 0 the output will use grayscales only. A
1117
1117
# value of 255 will produce the most vivid colors.
1118
1118
# Minimum value: 0, maximum value: 255, default value: 100.
1119
1119
# This tag requires that the tag GENERATE_HTML is set to YES.
1120
1120
1121
- HTML_COLORSTYLE_SAT = 100
1121
+ HTML_COLORSTYLE_SAT = 160
1122
1122
1123
1123
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
1124
1124
# luminance component of the colors in the HTML output. Values below 100
@@ -1129,7 +1129,7 @@ HTML_COLORSTYLE_SAT = 100
1129
1129
# Minimum value: 40, maximum value: 240, default value: 80.
1130
1130
# This tag requires that the tag GENERATE_HTML is set to YES.
1131
1131
1132
- HTML_COLORSTYLE_GAMMA = 80
1132
+ HTML_COLORSTYLE_GAMMA = 100
1133
1133
1134
1134
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1135
1135
# page will contain the date and time when the page was generated. Setting this
@@ -1391,7 +1391,7 @@ ENUM_VALUES_PER_LINE = 4
1391
1391
# Minimum value: 0, maximum value: 1500, default value: 250.
1392
1392
# This tag requires that the tag GENERATE_HTML is set to YES.
1393
1393
1394
- TREEVIEW_WIDTH = 250
1394
+ TREEVIEW_WIDTH = 270
1395
1395
1396
1396
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1397
1397
# external symbols imported via tag files in a separate window.
@@ -1791,7 +1791,7 @@ MAN_EXTENSION = .3
1791
1791
# MAN_EXTENSION with the initial . removed.
1792
1792
# This tag requires that the tag GENERATE_MAN is set to YES.
1793
1793
1794
- # MAN_SUBDIR =
1794
+ MAN_SUBDIR =
1795
1795
1796
1796
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1797
1797
# will generate one additional man file for each entity documented in the real
@@ -1854,7 +1854,7 @@ DOCBOOK_OUTPUT = docbook
1854
1854
# The default value is: NO.
1855
1855
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1856
1856
1857
- # DOCBOOK_PROGRAMLISTING = NO
1857
+ DOCBOOK_PROGRAMLISTING = NO
1858
1858
1859
1859
#---------------------------------------------------------------------------
1860
1860
# Configuration options for the AutoGen Definitions output
@@ -2062,7 +2062,7 @@ MSCGEN_PATH =
2062
2062
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
2063
2063
# If left empty dia is assumed to be found in the default search path.
2064
2064
2065
- # DIA_PATH =
2065
+ DIA_PATH =
2066
2066
2067
2067
# If set to YES, the inheritance and collaboration graphs will hide inheritance
2068
2068
# and usage relations if the target is undocumented or is not a class.
@@ -2268,7 +2268,7 @@ MSCFILE_DIRS =
2268
2268
# contain dia files that are included in the documentation (see the \diafile
2269
2269
# command).
2270
2270
2271
- # DIAFILE_DIRS =
2271
+ DIAFILE_DIRS =
2272
2272
2273
2273
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
2274
2274
# path where java can find the plantuml.jar file. If left blank, it is assumed
@@ -2277,7 +2277,7 @@ MSCFILE_DIRS =
2277
2277
# will not generate output for the diagram.
2278
2278
# This tag requires that the tag HAVE_DOT is set to YES.
2279
2279
2280
- # PLANTUML_JAR_PATH =
2280
+ PLANTUML_JAR_PATH =
2281
2281
2282
2282
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2283
2283
# that will be shown in the graph. If the number of nodes in a graph becomes
0 commit comments