Doxyfile: Increased LOOKUP_CACHE_SIZE to 3 as recommended by running doxygen

This commit is contained in:
Henry Weller
2018-06-20 20:06:40 +01:00
parent 227db6deb3
commit 45e61f38f7

View File

@ -402,7 +402,7 @@ TYPEDEF_HIDES_STRUCT = NO
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
LOOKUP_CACHE_SIZE = 0
LOOKUP_CACHE_SIZE = 3
#---------------------------------------------------------------------------
# Build related configuration options