Changeset 94:c252844cf31d in xplra
- Timestamp:
- 09/21/17 17:01:04 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r67 r94 320 320 TYPEDEF_HIDES_STRUCT = NO 321 321 322 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to323 # determine which symbols to keep in memory and which to flush to disk.324 # When the cache is full, less often used symbols will be written to disk.325 # For small to medium size projects (<1000 input files) the default value is326 # probably good enough. For larger projects a too small cache size can cause327 # doxygen to be busy swapping symbols to and from disk most of the time328 # causing a significant performance penalty.329 # If the system has enough physical memory increasing the cache will improve the330 # performance by keeping more symbols in memory. Note that the value works on331 # a logarithmic scale so increasing the size by one will roughly double the332 # memory usage. The cache size is given by this formula:333 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,334 # corresponding to a cache size of 2^16 = 65536 symbols.335 336 SYMBOL_CACHE_SIZE = 0337 338 322 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be 339 323 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given … … 1396 1380 1397 1381 XML_OUTPUT = xml 1398 1399 # The XML_SCHEMA tag can be used to specify an XML schema,1400 # which can be used by a validating XML parser to check the1401 # syntax of the XML files.1402 1403 XML_SCHEMA =1404 1405 # The XML_DTD tag can be used to specify an XML DTD,1406 # which can be used by a validating XML parser to check the1407 # syntax of the XML files.1408 1409 XML_DTD =1410 1382 1411 1383 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
Note:
See TracChangeset
for help on using the changeset viewer.