From 130075a12dfb1fd538b22d63067f23ad0e2e2010 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 2 Feb 2023 23:16:31 +0000 Subject: [PATCH] doc: stm32f0: comparator: move to "peripheral api" style The COMP peripheral was left by it's own. Signed-off-by: Karl Palsson --- lib/stm32/f0/comparator.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/stm32/f0/comparator.c b/lib/stm32/f0/comparator.c index 51bd0f2f..59e6023f 100644 --- a/lib/stm32/f0/comparator.c +++ b/lib/stm32/f0/comparator.c @@ -1,8 +1,7 @@ -/** @defgroup comp_file COMP +/** @addtogroup comp_file COMP peripheral API + * @ingroup peripheral_apis * - * @ingroup STM32F0xx - * - * @brief libopencm3 STM32F0xx COMP + * @brief STM32F0xx comparator peripheral * * @version 1.0.0 *