Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-12-05 17:25:12 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-12-06 04:17:32 +0300
commit538f41e949de1180b293eade11d2899354c0f6e9 (patch)
treefe99c141caed85d9ebd125a132fbb47d8f992916 /doc
parenteb4eb07065e6c9216d64b4e68e534f1d4ace1a96 (diff)
Doxygen: Increase lookup cache
I could not measure any major speedup/memory usage but this resolves a message while running doxygen.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/Doxyfile2
1 files changed, 1 insertions, 1 deletions
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