Skip to content

Commit 67bc118

Browse files
committed
prep for automatic doxygen builds
1 parent 55c2ad5 commit 67bc118

File tree

6 files changed

+360
-1209
lines changed

6 files changed

+360
-1209
lines changed

Doxyfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER =
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = "Framework for the production and analysis of combine datacards"
47+
PROJECT_BRIEF =
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
7676
# U+3044.
7777
# The default value is: NO.
7878

79-
#ALLOW_UNICODE_NAMES = NO
79+
ALLOW_UNICODE_NAMES = NO
8080

8181
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
8282
# documentation generated by doxygen is written. Doxygen will use this
@@ -178,7 +178,7 @@ SHORT_NAMES = NO
178178
# description.)
179179
# The default value is: NO.
180180

181-
JAVADOC_AUTOBRIEF = NO
181+
JAVADOC_AUTOBRIEF = YES
182182

183183
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
184184
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -416,7 +416,7 @@ EXTRACT_ALL = YES
416416
# be included in the documentation.
417417
# The default value is: NO.
418418

419-
EXTRACT_PRIVATE = YES
419+
EXTRACT_PRIVATE = NO
420420

421421
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
422422
# scope will be included in the documentation.
@@ -519,7 +519,7 @@ SHOW_INCLUDE_FILES = YES
519519
# which file to include in order to use the member.
520520
# The default value is: NO.
521521

522-
#SHOW_GROUPED_MEMB_INC = NO
522+
SHOW_GROUPED_MEMB_INC = NO
523523

524524
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
525525
# files with double quotes in the documentation rather than with sharp brackets.
@@ -1110,15 +1110,15 @@ HTML_EXTRA_FILES =
11101110
# Minimum value: 0, maximum value: 359, default value: 220.
11111111
# This tag requires that the tag GENERATE_HTML is set to YES.
11121112

1113-
HTML_COLORSTYLE_HUE = 220
1113+
HTML_COLORSTYLE_HUE = 204
11141114

11151115
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
11161116
# in the HTML output. For a value of 0 the output will use grayscales only. A
11171117
# value of 255 will produce the most vivid colors.
11181118
# Minimum value: 0, maximum value: 255, default value: 100.
11191119
# This tag requires that the tag GENERATE_HTML is set to YES.
11201120

1121-
HTML_COLORSTYLE_SAT = 100
1121+
HTML_COLORSTYLE_SAT = 160
11221122

11231123
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
11241124
# luminance component of the colors in the HTML output. Values below 100
@@ -1129,7 +1129,7 @@ HTML_COLORSTYLE_SAT = 100
11291129
# Minimum value: 40, maximum value: 240, default value: 80.
11301130
# This tag requires that the tag GENERATE_HTML is set to YES.
11311131

1132-
HTML_COLORSTYLE_GAMMA = 80
1132+
HTML_COLORSTYLE_GAMMA = 100
11331133

11341134
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
11351135
# page will contain the date and time when the page was generated. Setting this
@@ -1391,7 +1391,7 @@ ENUM_VALUES_PER_LINE = 4
13911391
# Minimum value: 0, maximum value: 1500, default value: 250.
13921392
# This tag requires that the tag GENERATE_HTML is set to YES.
13931393

1394-
TREEVIEW_WIDTH = 250
1394+
TREEVIEW_WIDTH = 270
13951395

13961396
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
13971397
# external symbols imported via tag files in a separate window.
@@ -1791,7 +1791,7 @@ MAN_EXTENSION = .3
17911791
# MAN_EXTENSION with the initial . removed.
17921792
# This tag requires that the tag GENERATE_MAN is set to YES.
17931793

1794-
#MAN_SUBDIR =
1794+
MAN_SUBDIR =
17951795

17961796
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
17971797
# will generate one additional man file for each entity documented in the real
@@ -1854,7 +1854,7 @@ DOCBOOK_OUTPUT = docbook
18541854
# The default value is: NO.
18551855
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
18561856

1857-
#DOCBOOK_PROGRAMLISTING = NO
1857+
DOCBOOK_PROGRAMLISTING = NO
18581858

18591859
#---------------------------------------------------------------------------
18601860
# Configuration options for the AutoGen Definitions output
@@ -2062,7 +2062,7 @@ MSCGEN_PATH =
20622062
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
20632063
# If left empty dia is assumed to be found in the default search path.
20642064

2065-
#DIA_PATH =
2065+
DIA_PATH =
20662066

20672067
# If set to YES, the inheritance and collaboration graphs will hide inheritance
20682068
# and usage relations if the target is undocumented or is not a class.
@@ -2268,7 +2268,7 @@ MSCFILE_DIRS =
22682268
# contain dia files that are included in the documentation (see the \diafile
22692269
# command).
22702270

2271-
#DIAFILE_DIRS =
2271+
DIAFILE_DIRS =
22722272

22732273
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
22742274
# path where java can find the plantuml.jar file. If left blank, it is assumed
@@ -2277,7 +2277,7 @@ MSCFILE_DIRS =
22772277
# will not generate output for the diagram.
22782278
# This tag requires that the tag HAVE_DOT is set to YES.
22792279

2280-
#PLANTUML_JAR_PATH =
2280+
PLANTUML_JAR_PATH =
22812281

22822282
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
22832283
# that will be shown in the graph. If the number of nodes in a graph becomes

0 commit comments

Comments
 (0)