diff options
| author | kat <kat@vector35.com> | 2023-05-26 10:40:40 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2023-05-26 11:07:22 -0400 |
| commit | a05596610bbbe9274d9300882fbbbfb41eec107d (patch) | |
| tree | feb0e15a6c908bd1a65e0d3dd5226bd44782534d /api-docs/cppdocs/USEBUILDMINDOCS | |
| parent | f8ba38091323f7e3402bd73bb1e53ac358696dd0 (diff) | |
Add a thread safety indicator for C++ docs
Diffstat (limited to 'api-docs/cppdocs/USEBUILDMINDOCS')
| -rw-r--r-- | api-docs/cppdocs/USEBUILDMINDOCS | 4 |
1 files changed, 2 insertions, 2 deletions
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}="<dl class=\"threadsafe \1\"><dt><img class=\"thread\" src=\"thread.png\"> Thread Safe: <dd>\1</dd></dt></dl>" 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 |
