From 03b49422094f9a04a80c5eb5f39c823857a16128 Mon Sep 17 00:00:00 2001 From: Florian Grandel Date: Wed, 28 Jun 2023 23:20:50 +0200 Subject: [PATCH] doc: drivers: system timer: unique documentation header Without enough context, the "clock" term is underspecified in Zephyr. This change renames "Clock API" to "System Clock API" as both the functions as well as the remaining documentation calls the clock being documented here this way. This tries to ensure that people landing on this API from context free search will be less confused. Signed-off-by: Florian Grandel --- include/zephyr/drivers/timer/system_timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zephyr/drivers/timer/system_timer.h b/include/zephyr/drivers/timer/system_timer.h index 52af7495e4656c..654df3874599f5 100644 --- a/include/zephyr/drivers/timer/system_timer.h +++ b/include/zephyr/drivers/timer/system_timer.h @@ -23,8 +23,8 @@ extern "C" { #endif /** - * @brief Clock APIs - * @defgroup clock_apis Clock APIs + * @brief System Clock APIs + * @defgroup clock_apis System Clock APIs * @{ */