Doxyfile

changeset 188
63f87e2884c1
parent 177
11ad03783baf
child 192
1e51558b9d09
     1.1 --- a/Doxyfile	Mon Jul 28 15:02:17 2014 +0200
     1.2 +++ b/Doxyfile	Mon Jul 28 15:10:22 2014 +0200
     1.3 @@ -336,22 +336,6 @@
     1.4  
     1.5  TYPEDEF_HIDES_STRUCT   = NO
     1.6  
     1.7 -# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
     1.8 -# determine which symbols to keep in memory and which to flush to disk.
     1.9 -# When the cache is full, less often used symbols will be written to disk.
    1.10 -# For small to medium size projects (<1000 input files) the default value is
    1.11 -# probably good enough. For larger projects a too small cache size can cause
    1.12 -# doxygen to be busy swapping symbols to and from disk most of the time
    1.13 -# causing a significant performance penalty.
    1.14 -# If the system has enough physical memory increasing the cache will improve the
    1.15 -# performance by keeping more symbols in memory. Note that the value works on
    1.16 -# a logarithmic scale so increasing the size by one will roughly double the
    1.17 -# memory usage. The cache size is given by this formula:
    1.18 -# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
    1.19 -# corresponding to a cache size of 2^16 = 65536 symbols.
    1.20 -
    1.21 -SYMBOL_CACHE_SIZE      = 0
    1.22 -
    1.23  # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
    1.24  # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
    1.25  # their name and scope. Since this can be an expensive process and often the

mercurial