From: Antoine Musso Date: Wed, 12 Nov 2014 10:24:27 +0000 (+0100) Subject: doc: raise doxygen lookup cache X-Git-Tag: 1.31.0-rc.0~13283^2 X-Git-Url: http://git.cyclocoop.org//%22%22._DIR_PLUGIN_FULLCALENDAR.%22prive/themes/spip/images/event_edit.png/%22?a=commitdiff_plain;h=3d924e799902a08e04f06c24877e79a5d64b9656;p=lhc%2Fweb%2Fwiklou.git doc: raise doxygen lookup cache 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 --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index ffc8c3b01b..f5141f6c0c 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -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 #---------------------------------------------------------------------------