From b066433bdcb451d41ce4af362a084a8af1800068 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 23 Oct 2014 16:40:56 +0200 Subject: [PATCH] doc: improve doxygen cache size --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 9f14fc3d74..70c6d1259d 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -395,7 +395,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 = 1 #--------------------------------------------------------------------------- # Build related configuration options