From 48104608949c11227f36e29c48a04f1ab5f8b2fe Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Tue, 7 Apr 2020 22:40:27 +0800 Subject: [PATCH] Do not include nullability and length annotations in documentation --- src/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doxyfile b/src/Doxyfile index 3efbdb9..b880bb2 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -2188,7 +2188,7 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = VMA_CALL_PRE= VMA_CALL_POST= +PREDEFINED = VMA_CALL_PRE= VMA_CALL_POST= VMA_NOT_NULL= VMA_NULLABLE= VMA_LEN_IF_NOT_NULL(len)= VMA_NOT_NULL_NON_DISPATCHABLE= VMA_NULLABLE_NON_DISPATCHABLE= # 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