From a8c2d125f1520acbd05d9de0773f7a1c92e2aeef Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 8 Jul 2025 13:13:06 +0200 Subject: [PATCH] Doxyfile: Don't hide set_seed() method --- Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Doxyfile.in b/Doxyfile.in index 303998005..e96441abd 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -2376,6 +2376,7 @@ INCLUDE_FILE_PATTERNS = # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. PREDEFINED = LEAK_DETECTIVE \ + TESTABLE_KE \ __attribute__(x)= # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this