Skip to content

Commit 576bd67

Browse files
committed
docs: set LOOKUP_CACHE_SIZE
1 parent 3db3e93 commit 576bd67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Doxyfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ TYPEDEF_HIDES_STRUCT = NO
471471
# the optimal cache size from a speed point of view.
472472
# Minimum value: 0, maximum value: 9, default value: 0.
473473

474-
LOOKUP_CACHE_SIZE = 0
474+
LOOKUP_CACHE_SIZE = 3
475475

476476
# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
477477
# during processing. When set to 0 doxygen will based this on the number of
@@ -1176,7 +1176,7 @@ IGNORE_PREFIX =
11761176
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
11771177
# The default value is: YES.
11781178

1179-
GENERATE_HTML = NO
1179+
GENERATE_HTML = YES
11801180

11811181
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
11821182
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -1556,7 +1556,7 @@ DISABLE_INDEX = NO
15561556
# The default value is: NO.
15571557
# This tag requires that the tag GENERATE_HTML is set to YES.
15581558

1559-
GENERATE_TREEVIEW = NO
1559+
GENERATE_TREEVIEW = YES
15601560

15611561
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
15621562
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
@@ -2335,7 +2335,7 @@ HIDE_UNDOC_RELATIONS = YES
23352335
# set to NO
23362336
# The default value is: NO.
23372337

2338-
HAVE_DOT = NO
2338+
HAVE_DOT = YES
23392339

23402340
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
23412341
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2528,7 +2528,7 @@ DIR_GRAPH_MAX_DEPTH = 1
25282528
# The default value is: png.
25292529
# This tag requires that the tag HAVE_DOT is set to YES.
25302530

2531-
DOT_IMAGE_FORMAT = png
2531+
DOT_IMAGE_FORMAT = svg
25322532

25332533
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
25342534
# enable generation of interactive SVG images that allow zooming and panning.

0 commit comments

Comments
 (0)