doc: fix reference/util after sys/util.h split Add back Doxygen documentation that previously existed in sys/util.h and was moved to sys/util_macro.h. Also fixes #29896 Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
diff --git a/include/sys/util_macro.h b/include/sys/util_macro.h index 178d1e4..06315da 100644 --- a/include/sys/util_macro.h +++ b/include/sys/util_macro.h
@@ -21,6 +21,11 @@ extern "C" { #endif +/** + * @addtogroup sys-util + * @{ + */ + /* * Most of the eldritch implementation details for all the macrobatics * below (APIs like IS_ENABLED(), COND_CODE_1(), etc.) are hidden away