diff --git a/core/include/log.h b/core/include/log.h index f3b9b4d8b8..d656f4ab21 100644 --- a/core/include/log.h +++ b/core/include/log.h @@ -12,6 +12,7 @@ * * @file * @brief System logging header + * @anchor core_util_log * * This header offers a bunch of "LOG_*" functions that, with the default * implementation, just use printf, but honour a verbosity level.