summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 50867b2..dc79fc7 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -323,7 +323,17 @@ performance by keeping more symbols in memory. Note that the value works on
a logarithmic scale so increasing the size by one will roughly double the
memory usage. The cache size is given by this formula:
2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
-corresponding to a cache size of 2^16 = 65536 symbols
+corresponding to a cache size of 2^16 = 65536 symbols.
+' minval='0' maxval='9' defval='0'/>
+ <option type='int' id='LOOKUP_CACHE_SIZE' docs='
+Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
+set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
+their name and scope. Since this can be an expensive process and often the
+same symbol appear multiple times in the code, doxygen keeps a cache of
+pre-resolved symbols. If the cache is too small doxygen will become slower.
+If the cache is too large, memory is wasted. The cache size is given by this
+formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
+corresponding to a cache size of 2^16 = 65536 symbols.
' minval='0' maxval='9' defval='0'/>
</group>
<group name='Build' docs='Build related configuration options'>
@@ -535,7 +545,7 @@ containing the references data. This must be a list of .bib files. The
.bib extension is automatically appended if omitted. Using this command
requires the bibtex tool to be installed. See also
http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
-of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
+of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
feature you need bibtex and perl available in the search path.
' defval=''/>
</group>