Skip to content

Commit 9040375

Browse files
committed
Adding doxypypy to requirements
1 parent 0338faf commit 9040375

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ LOOKUP_CACHE_SIZE = 0
467467
# than 0 to get more control over the balance between CPU load and processing
468468
# speed. At this moment only the input processing can be done using multiple
469469
# threads. Since this is still an experimental feature the default is set to 1,
470-
# which efficively disables parallel processing. Please report any issues you
470+
# which effectively disables parallel processing. Please report any issues you
471471
# encounter. Generating dot graphs in parallel is controlled by the
472472
# DOT_NUM_THREADS setting.
473473
# Minimum value: 0, maximum value: 32, default value: 1.
@@ -1265,7 +1265,7 @@ HTML_EXTRA_STYLESHEET =
12651265
# files will be copied as-is; there are no commands or markers available.
12661266
# This tag requires that the tag GENERATE_HTML is set to YES.
12671267

1268-
HTML_EXTRA_FILES =
1268+
HTML_EXTRA_FILES =
12691269

12701270
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12711271
# will adjust the colors in the style sheet and background images according to
@@ -1582,7 +1582,7 @@ EXT_LINKS_IN_WINDOW = NO
15821582

15831583
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
15841584
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
1585-
# https://inkscape.org) to generate formulas as SVG images instead of PNGs for
1585+
# https://inkscape.org) to generate formulas as SVG images instead of ONGs for
15861586
# the HTML output. These images will generally look nicer at scaled resolutions.
15871587
# Possible values are: png (the default) and svg (looks nicer but requires the
15881588
# pdf2svg or inkscape tool).
@@ -1601,7 +1601,7 @@ HTML_FORMULA_FORMAT = png
16011601
FORMULA_FONTSIZE = 10
16021602

16031603
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
1604-
# generated for formulas are transparent PNGs. Transparent PNGs are not
1604+
# generated for formulas are transparent ONGs. Transparent ONGs are not
16051605
# supported properly for IE 6.0, but are supported on all modern browsers.
16061606
#
16071607
# Note that when changing this option you need to delete any form_*.png files in

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ mypy==1.16.0
1313

1414
# C++ linting
1515
cpplint>=1.6.0
16+
17+
# Documentation
18+
doxypypy>=0.8.8.7

0 commit comments

Comments
 (0)