From b2976f6986295e9bbb620ab869db17c765229e65 Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Wed, 29 May 2024 10:08:13 +0200 Subject: [PATCH] Documentation: include debug events for FileSystem memory card and NAND media layer --- Documentation/Doxygen/FileSystem/FileSystem.dxy.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/Doxygen/FileSystem/FileSystem.dxy.in b/Documentation/Doxygen/FileSystem/FileSystem.dxy.in index 96a9c573..88cdecc1 100644 --- a/Documentation/Doxygen/FileSystem/FileSystem.dxy.in +++ b/Documentation/Doxygen/FileSystem/FileSystem.dxy.in @@ -2394,8 +2394,11 @@ 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 = __DOXYGEN__ \ - FS_DEBUG +PREDEFINED = __DOXYGEN__ \ + FS_DEBUG \ + FS_MEMORY_CARD_0 \ + FS_NAND_FLASH_0 \ + # 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