From 32517665b9d2ded3bf796198122500c774c16f6a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 15 Jun 2025 23:06:00 -0500 Subject: [PATCH] Tell doxygen about some essential C/C++ macros --- documentation/Doxyfile@ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/Doxyfile@ b/documentation/Doxyfile@ index 7462156d1..2c0289602 100644 --- a/documentation/Doxyfile@ +++ b/documentation/Doxyfile@ @@ -1992,6 +1992,9 @@ PREDEFINED = __cplusplus \ LIBCA_API \ DBRECSTD_API \ EPICS_ALWAYS_INLINE \ + EPICS_NORETURN \ + EPICS_PRINTF_FMT(x)=x \ + EPICS_PRINTF_STYLE(a,b)= \ epicsShareExtern \ epicsShareClass \ epicsShareFunc \