From ff7e7c26cfa53ee7b2e5af942846cfcdef0975d0 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 6 Oct 2021 10:20:05 +0200 Subject: [PATCH] core/log: Add anchor to doc to allow stable references --- core/include/log.h | 1 + 1 file changed, 1 insertion(+) 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.