summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-11 11:39:29 -0400
committerpommicket <pommicket@gmail.com>2025-09-11 12:15:37 -0400
commit7b8b6367492453958dd0eff6a264ca003002c4b5 (patch)
tree072a1fdc879f77ca348257f392f0a8bc1d9b9a6b /Doxyfile
parentbe7b1a115b97dc543d0840d10d2d443ab066ce5b (diff)
Better thread safety in API
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
index 01993ae..98c8a1e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -14,6 +14,7 @@ HTML_OUTPUT = .
HTML_FILE_EXTENSION = .html
GENERATE_LATEX = NO
ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = YES
MULTILINE_CPP_IS_BRIEF = YES
AUTOLINK_SUPPORT = NO
DISTRIBUTE_GROUP_DOC = YES