We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b353 commit 53f4ee8Copy full SHA for 53f4ee8
cpp/Doxyfile
@@ -15,10 +15,14 @@ DOT_IMAGE_FORMAT = svg
15
DOT_TRANSPARENT = yes
16
DOT_MULTI_TARGETS = yes
17
DOT_CLEANUP = NO
18
-DOT_FONTNAME = Ubuntu
19
#CASE_SENSE_NAMES = YES
20
SOURCE_BROWSER = YES
21
INLINE_SOURCES = YES
22
QUIET = YES
23
ENABLE_PREPROCESSING = YES
24
EXCLUDE_SYMBOLS = assert requires double _*
+DOT_COMMON_ATTR = fontname=\"Helvetica,Arial,sans-serif\"
25
+DOT_NODE_ATTR = fontsize=12 shape=plain
26
+DOT_NODE_ATTR = fontsize=12 shape=plaintext
27
+DOT_EDGE_ATTR = labelfontsize=10 arrowhead=onormal arrowtail=onormal arrowsize=1
28
+DOT_EDGE_ATTR = labelfontsize=10 arrowhead=open arrowtail=open arrowsize=0.5
0 commit comments