Mercurial > libpst
comparison Doxyfile @ 390:5c0ce43c7532
Fix a number of spelling mistakes
Changes-by: codespell -w
Suggested-by: codespell, spellintian, lintian
I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred
I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author | Paul Wise <pabs3@bonedaddy.net> |
---|---|
date | Sat, 21 Dec 2019 21:25:45 +0800 |
parents | 843705c25b45 |
children |
comparison
equal
deleted
inserted
replaced
389:3f83feface7a | 390:5c0ce43c7532 |
---|---|
276 # determine which symbols to keep in memory and which to flush to disk. | 276 # determine which symbols to keep in memory and which to flush to disk. |
277 # When the cache is full, less often used symbols will be written to disk. | 277 # When the cache is full, less often used symbols will be written to disk. |
278 # For small to medium size projects (<1000 input files) the default value is | 278 # For small to medium size projects (<1000 input files) the default value is |
279 # probably good enough. For larger projects a too small cache size can cause | 279 # probably good enough. For larger projects a too small cache size can cause |
280 # doxygen to be busy swapping symbols to and from disk most of the time | 280 # doxygen to be busy swapping symbols to and from disk most of the time |
281 # causing a significant performance penality. | 281 # causing a significant performance penalty. |
282 # If the system has enough physical memory increasing the cache will improve the | 282 # If the system has enough physical memory increasing the cache will improve the |
283 # performance by keeping more symbols in memory. Note that the value works on | 283 # performance by keeping more symbols in memory. Note that the value works on |
284 # a logarithmic scale so increasing the size by one will rougly double the | 284 # a logarithmic scale so increasing the size by one will roughly double the |
285 # memory usage. The cache size is given by this formula: | 285 # memory usage. The cache size is given by this formula: |
286 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, | 286 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, |
287 # corresponding to a cache size of 2^16 = 65536 symbols | 287 # corresponding to a cache size of 2^16 = 65536 symbols |
288 | 288 |
289 SYMBOL_CACHE_SIZE = 0 | 289 SYMBOL_CACHE_SIZE = 0 |