diff --git a/doc/doxygen.config b/doc/doxygen.config index a7ff7495cb7..a423fd499cb 100644 --- a/doc/doxygen.config +++ b/doc/doxygen.config @@ -276,6 +276,8 @@ PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \ "CONFIG_DEVICE_POWER_MANAGEMENT=y" \ "CONFIG_BLUETOOTH_SMP=y" \ "CONFIG_BLUETOOTH_BREDR=y" \ + "__printf_like(x, y)=" \ + "__attribute(x)__=" EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = NO #---------------------------------------------------------------------------