Doxygen: Increase lookup cache

I could not measure any major speedup/memory usage but this resolves a 
message while running doxygen.
This commit is contained in:
Aaron Carlisle 2020-12-05 09:25:12 -05:00
parent eb4eb07065
commit 538f41e949
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,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