aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 177de67ea..28f2b8f22 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -2387,7 +2387,10 @@ PREDEFINED = __cplusplus \
PW_UNLOCK_FUNCTION(...)= \
PW_NO_LOCK_SAFETY_ANALYSIS= \
PW_CXX_STANDARD_IS_SUPPORTED(...)=1 \
- PW_EXTERN_C_START=
+ PW_EXTERN_C_START= \
+ PW_LOCKS_EXCLUDED(...)= \
+ PW_EXCLUSIVE_LOCKS_REQUIRED(...)= \
+ PW_GUARDED_BY(...)= \
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The