Skip to content

Commit e73405c

Browse files
committed
Update Doxygen configuration
1 parent 22966ae commit e73405c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Docs/quantlib.doxy

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Doxyfile 1.9.4
1+
# Doxyfile 1.9.5
22

33
#---------------------------------------------------------------------------
44
# Project related configuration options
@@ -117,6 +117,7 @@ WARN_LOGFILE =
117117
INPUT = ql_basepath/Docs//pages \
118118
ql_basepath/ql
119119
INPUT_ENCODING = UTF-8
120+
INPUT_FILE_ENCODING =
120121
FILE_PATTERNS = *.docs \
121122
*.hpp \
122123
*.h
@@ -136,6 +137,7 @@ FILTER_PATTERNS =
136137
FILTER_SOURCE_FILES = NO
137138
FILTER_SOURCE_PATTERNS =
138139
USE_MDFILE_AS_MAINPAGE =
140+
FORTRAN_COMMENT_AFTER = 72
139141
#---------------------------------------------------------------------------
140142
# Configuration options related to source browsing
141143
#---------------------------------------------------------------------------
@@ -164,6 +166,7 @@ HTML_FOOTER = ql_basepath/Docs/quantlibfooter.html
164166
HTML_STYLESHEET =
165167
HTML_EXTRA_STYLESHEET = ql_basepath/Docs/quantlibextra.css
166168
HTML_EXTRA_FILES = ql_basepath/Docs/images/favicon.ico
169+
HTML_COLORSTYLE = AUTO_LIGHT
167170
HTML_COLORSTYLE_HUE = 220
168171
HTML_COLORSTYLE_SAT = 100
169172
HTML_COLORSTYLE_GAMMA = 80
@@ -203,7 +206,6 @@ EXT_LINKS_IN_WINDOW = NO
203206
OBFUSCATE_EMAILS = YES
204207
HTML_FORMULA_FORMAT = png
205208
FORMULA_FONTSIZE = 12
206-
FORMULA_TRANSPARENT = YES
207209
FORMULA_MACROFILE =
208210
USE_MATHJAX = YES
209211
MATHJAX_VERSION = MathJax_2
@@ -307,8 +309,9 @@ DIA_PATH =
307309
HIDE_UNDOC_RELATIONS = NO
308310
HAVE_DOT = YES
309311
DOT_NUM_THREADS = 0
310-
DOT_FONTNAME = Helvetica
311-
DOT_FONTSIZE = 10
312+
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
313+
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
314+
DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
312315
DOT_FONTPATH =
313316
CLASS_GRAPH = YES
314317
COLLABORATION_GRAPH = NO
@@ -336,7 +339,6 @@ PLANTUML_CFG_FILE =
336339
PLANTUML_INCLUDE_PATH =
337340
DOT_GRAPH_MAX_NODES = 150
338341
MAX_DOT_GRAPH_DEPTH = 2
339-
DOT_TRANSPARENT = NO
340342
DOT_MULTI_TARGETS = NO
341343
GENERATE_LEGEND = YES
342344
DOT_CLEANUP = YES

0 commit comments

Comments
 (0)