summaryrefslogtreecommitdiffhomepage
path: root/Doxyfile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-02 11:30:06 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-02 11:30:06 +0100
commitd05275f76cf96d577d51ee937ba3aac3be8b2d03 (patch)
tree0e2fb84d707353fa0a86abfc6e57831bfe5d89fe /Doxyfile
parent678f457a9797ae064634f8ba2a83b156f2892871 (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--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index ba2b92e..9534c89 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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.