diff options
author | pommicket <pommicket@gmail.com> | 2025-09-11 11:39:29 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-11 12:15:37 -0400 |
commit | 7b8b6367492453958dd0eff6a264ca003002c4b5 (patch) | |
tree | 072a1fdc879f77ca348257f392f0a8bc1d9b9a6b /Doxyfile | |
parent | be7b1a115b97dc543d0840d10d2d443ab066ce5b (diff) |
Better thread safety in API
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |