[PATCH] D62138: [Docs] Increase Doxygen cache size
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 17:54:08 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC361343: [Docs] Increase Doxygen cache size (authored by dhinton, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62138?vs=200261&id=200617#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62138/new/
https://reviews.llvm.org/D62138
Files:
docs/doxygen.cfg.in
Index: docs/doxygen.cfg.in
===================================================================
--- docs/doxygen.cfg.in
+++ docs/doxygen.cfg.in
@@ -384,7 +384,7 @@
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
-LOOKUP_CACHE_SIZE = 2
+LOOKUP_CACHE_SIZE = 3
#---------------------------------------------------------------------------
# Build related configuration options
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62138.200617.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190522/7cdd79b5/attachment.bin>
More information about the cfe-commits
mailing list