[Bf-blender-cvs] [538f41e949d] master: Doxygen: Increase lookup cache

Aaron Carlisle noreply at git.blender.org
Sun Dec 6 02:18:28 CET 2020


Commit: 538f41e949de1180b293eade11d2899354c0f6e9
Author: Aaron Carlisle
Date:   Sat Dec 5 09:25:12 2020 -0500
Branches: master
https://developer.blender.org/rB538f41e949de1180b293eade11d2899354c0f6e9

Doxygen: Increase lookup cache

I could not measure any major speedup/memory usage but this resolves a 
message while running doxygen.

===================================================================

M	doc/doxygen/Doxyfile

===================================================================

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



More information about the Bf-blender-cvs mailing list