From a05596610bbbe9274d9300882fbbbfb41eec107d Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 26 May 2023 10:40:40 -0400 Subject: Add a thread safety indicator for C++ docs --- api-docs/cppdocs/USEBUILDMINDOCS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api-docs/cppdocs/USEBUILDMINDOCS') diff --git a/api-docs/cppdocs/USEBUILDMINDOCS b/api-docs/cppdocs/USEBUILDMINDOCS index 9c33604c..e15cfe15 100644 --- a/api-docs/cppdocs/USEBUILDMINDOCS +++ b/api-docs/cppdocs/USEBUILDMINDOCS @@ -259,7 +259,7 @@ TAB_SIZE = 4 # commands \{ and \} for these it is advised to use the version @{ and @} or use # a double escape (\\{ and \\}) -ALIASES = +ALIASES = threadsafety{1}="
Thread Safe:
\1
" threadsafe="\threadsafety{Yes}" threadunsafe="\threadsafety{No}" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For @@ -941,7 +941,7 @@ EXAMPLE_RECURSIVE = YES # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = _static/img # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program -- cgit v1.3.1