@@ -283,22 +283,6 @@ SUBGROUPING = YES
283
283
284
284
TYPEDEF_HIDES_STRUCT = NO
285
285
286
- # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287
- # determine which symbols to keep in memory and which to flush to disk.
288
- # When the cache is full, less often used symbols will be written to disk.
289
- # For small to medium size projects (<1000 input files) the default value is
290
- # probably good enough. For larger projects a too small cache size can cause
291
- # doxygen to be busy swapping symbols to and from disk most of the time
292
- # causing a significant performance penality.
293
- # If the system has enough physical memory increasing the cache will improve the
294
- # performance by keeping more symbols in memory. Note that the value works on
295
- # a logarithmic scale so increasing the size by one will rougly double the
296
- # memory usage. The cache size is given by this formula:
297
- # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
298
- # corresponding to a cache size of 2^16 = 65536 symbols
299
-
300
- SYMBOL_CACHE_SIZE = 0
301
-
302
286
#---------------------------------------------------------------------------
303
287
# Build related configuration options
304
288
#---------------------------------------------------------------------------
@@ -493,12 +477,6 @@ MAX_INITIALIZER_LINES = 30
493
477
494
478
SHOW_USED_FILES = YES
495
479
496
- # If the sources in your project are distributed over multiple directories
497
- # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
498
- # in the documentation. The default is NO.
499
-
500
- SHOW_DIRECTORIES = NO
501
-
502
480
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
503
481
# This will remove the Files entry from the Quick Index and from the
504
482
# Folder Tree View (if specified). The default is YES.
@@ -868,12 +846,6 @@ HTML_COLORSTYLE_GAMMA = 80
868
846
869
847
HTML_TIMESTAMP = YES
870
848
871
- # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
872
- # files or namespaces will be aligned in HTML using tables. If set to
873
- # NO a bullet list will be used.
874
-
875
- HTML_ALIGN_MEMBERS = YES
876
-
877
849
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
878
850
# documentation will contain sections that can be hidden and shown after the
879
851
# page has loaded. For this to work a browser that supports
@@ -1054,11 +1026,6 @@ ENUM_VALUES_PER_LINE = 4
1054
1026
1055
1027
GENERATE_TREEVIEW = NO
1056
1028
1057
- # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1058
- # and Class Hierarchy pages using a tree view instead of an ordered list.
1059
-
1060
- USE_INLINE_TREES = NO
1061
-
1062
1029
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1063
1030
# used to set the initial width (in pixels) of the frame in which the tree
1064
1031
# is shown.
@@ -1507,7 +1474,7 @@ DOT_NUM_THREADS = 0
1507
1474
# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1508
1475
# containing the font.
1509
1476
1510
- DOT_FONTNAME = FreeSans .ttf
1477
+ DOT_FONTNAME = FreeSansQGIS .ttf
1511
1478
1512
1479
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1513
1480
# The default size is 10pt.
@@ -1519,7 +1486,7 @@ DOT_FONTSIZE = 10
1519
1486
# different font using DOT_FONTNAME you can set the path where dot
1520
1487
# can find it using this tag.
1521
1488
1522
- DOT_FONTPATH =
1489
+ DOT_FONTPATH = @CMAKE_SOURCE_DIR@/tests/testdata/font
1523
1490
1524
1491
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1525
1492
# will generate a graph for each documented class showing the direct and
@@ -1618,7 +1585,7 @@ DOTFILE_DIRS =
1618
1585
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1619
1586
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1620
1587
1621
- DOT_GRAPH_MAX_NODES = 50
1588
+ DOT_GRAPH_MAX_NODES = 150
1622
1589
1623
1590
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1624
1591
# graphs generated by dot. A depth value of 3 means that only nodes reachable
0 commit comments