From 14342eab895be42ee70be7b6bb67fb055f96fa00 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Sun, 14 Jan 2024 21:27:05 +0100 Subject: [PATCH] Fixed documentation generation with respect to VMA_EXTENDS_VK_STRUCT macro --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 7aac8fa..09a452a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2377,7 +2377,8 @@ PREDEFINED = VMA_CALL_PRE= \ VMA_NULLABLE_NON_DISPATCHABLE= \ VMA_VULKAN_VERSION=1003000 \ VMA_EXTERNAL_MEMORY=1 \ - VMA_MEMORY_PRIORITY=1 + VMA_MEMORY_PRIORITY=1 \ + VMA_EXTENDS_VK_STRUCT= # 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