From 538f41e949de1180b293eade11d2899354c0f6e9 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 5 Dec 2020 09:25:12 -0500 Subject: [PATCH] Doxygen: Increase lookup cache I could not measure any major speedup/memory usage but this resolves a message while running doxygen. --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index c363519cefe..772fac56f63 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -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