From 5e61fe0e0f4cb2e7747acc6f2cd73858d7bfe452 Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 26 May 2023 23:15:20 -0400 Subject: [C++ Docs] Metadata and DataBuffer docs, and thread safety tags on namespace methods --- 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 e15cfe15..e54da627 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 = threadsafety{1}="
Thread Safe:
\1
" threadsafe="\threadsafety{Yes}" threadunsafe="\threadsafety{No}" +ALIASES = threadsafety{1}="
Thread Safe:
\1
" threadsafetywith{2}="
Thread Safe:
\1
" threadsafe="\threadsafety{Yes}" threadunsafe="\threadsafety{No}" threadunsafewith{1}="\threadsafetywith{No,\1}" threadmainonly="\threadsafety{Main Thread Only}" # 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 @@ -325,7 +325,7 @@ EXTENSION_MAPPING = # case of backward compatibilities issues. # The default value is: YES. -MARKDOWN_SUPPORT = YES +MARKDOWN_SUPPORT = NO # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up # to that level are automatically included in the table of contents, even if -- cgit v1.3.1