@@ -32,7 +32,7 @@ PROJECT_NAME = "VariantKey"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 5.7.9
35+ PROJECT_NUMBER = 5.7.10
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
@@ -922,12 +922,6 @@ HTML_COLORSTYLE_SAT = 100
922922
923923HTML_COLORSTYLE_GAMMA = 80
924924
925- # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
926- # page will contain the date and time when the page was generated. Setting
927- # this to NO can help when comparing the output of multiple runs.
928-
929- HTML_TIMESTAMP = NO
930-
931925# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
932926# documentation will contain sections that can be hidden and shown after the
933927# page has loaded.
@@ -1142,14 +1136,6 @@ EXT_LINKS_IN_WINDOW = NO
11421136
11431137FORMULA_FONTSIZE = 10
11441138
1145- # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1146- # generated for formulas are transparent PNGs. Transparent PNGs are
1147- # not supported properly for IE 6.0, but are supported on all modern browsers.
1148- # Note that when changing this option you need to delete any form_*.png files
1149- # in the HTML output before the changes have effect.
1150-
1151- FORMULA_TRANSPARENT = YES
1152-
11531139# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
11541140# (see http://www.mathjax.org) which uses client side Javascript for the
11551141# rendering instead of using prerendered bitmaps. Use this if you do not
@@ -1567,20 +1553,6 @@ HAVE_DOT = NO
15671553
15681554DOT_NUM_THREADS = 0
15691555
1570- # By default doxygen will use the Helvetica font for all dot files that
1571- # doxygen generates. When you want a differently looking font you can specify
1572- # the font name using DOT_FONTNAME. You need to make sure dot is able to find
1573- # the font, which can be done by putting it in a standard location or by setting
1574- # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
1575- # directory containing the font.
1576-
1577- DOT_FONTNAME = Helvetica
1578-
1579- # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1580- # The default size is 10pt.
1581-
1582- DOT_FONTSIZE = 10
1583-
15841556# By default doxygen will tell dot to use the Helvetica font.
15851557# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
15861558# set the path where dot can find it.
@@ -1722,14 +1694,6 @@ DOT_GRAPH_MAX_NODES = 50
17221694
17231695MAX_DOT_GRAPH_DEPTH = 0
17241696
1725- # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1726- # background. This is disabled by default, because dot on Windows does not
1727- # seem to support this out of the box. Warning: Depending on the platform used,
1728- # enabling this option may lead to badly anti-aliased labels on the edges of
1729- # a graph (i.e. they become hard to read).
1730-
1731- DOT_TRANSPARENT = NO
1732-
17331697# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
17341698# files in one run (i.e. multiple -o and -T options on the command line). This
17351699# makes dot run faster, but since only newer versions of dot (>1.8.10)
0 commit comments