diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-02 11:30:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-02 11:30:06 +0100 |
| commit | d05275f76cf96d577d51ee937ba3aac3be8b2d03 (patch) | |
| tree | 0e2fb84d707353fa0a86abfc6e57831bfe5d89fe /Doxyfile | |
| parent | 678f457a9797ae064634f8ba2a83b156f2892871 (diff) | |
feat! refactor the FIX module again to meet the standard C++ design conventions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -493,7 +493,7 @@ TYPEDEF_HIDES_STRUCT = NO # an expensive process and often the same symbol appears 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 +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid basic_range # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 # symbols. At the end of a run Doxygen will report the cache usage and suggest # the optimal cache size from a speed point of view. |
