doc: raise doxygen lookup cache
authorAntoine Musso <hashar@free.fr>
Wed, 12 Nov 2014 10:24:27 +0000 (11:24 +0100)
committerAntoine Musso <hashar@free.fr>
Wed, 12 Nov 2014 10:24:27 +0000 (11:24 +0100)
The lookup cache size is exhausted again, bumping it from:

   131072 entries - 2^(16+1)
to 262144 entries - 2^(16+2)

See previous bump for details:
    432a0cb https://gerrit.wikimedia.org/r/69709

Change-Id: I9a15cce6f77745c4e913a562e8f1f43a4988c83d

maintenance/Doxyfile

index ffc8c3b..f5141f6 100644 (file)
@@ -82,7 +82,7 @@ INLINE_GROUPED_CLASSES = NO
 INLINE_SIMPLE_STRUCTS  = NO
 TYPEDEF_HIDES_STRUCT   = NO
 SYMBOL_CACHE_SIZE      = 0
-LOOKUP_CACHE_SIZE      = 1
+LOOKUP_CACHE_SIZE      = 2
 #---------------------------------------------------------------------------
 # Build related configuration options
 #---------------------------------------------------------------------------