From d559b5a4dbfffc30894b1972bbb1d7edd77ff507 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 May 2019 21:47:43 +0000 Subject: [PATCH] stm32g0: doc: move flash/pwr/rcc to "peripheral_apis" Where we've been collecting things that have common/specific parts as the new style of docs. --- lib/stm32/g0/flash.c | 4 ++-- lib/stm32/g0/pwr.c | 4 ++-- lib/stm32/g0/rcc.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/stm32/g0/flash.c b/lib/stm32/g0/flash.c index 3356fc9d..74ecf5d0 100644 --- a/lib/stm32/g0/flash.c +++ b/lib/stm32/g0/flash.c @@ -1,6 +1,6 @@ -/** @defgroup flash_file FLASH +/** @defgroup flash_file FLASH peripheral API * - * @ingroup STM32G0xx + * @ingroup peripheral_apis * * @brief libopencm3 STM32G0xx FLASH * diff --git a/lib/stm32/g0/pwr.c b/lib/stm32/g0/pwr.c index b366760b..a4c71ad9 100644 --- a/lib/stm32/g0/pwr.c +++ b/lib/stm32/g0/pwr.c @@ -1,8 +1,8 @@ -/** @defgroup pwr_file PWR +/** @defgroup pwr_file PWR peripheral APIS * * @author @htmlonly © @endhtmlonly 2019 Guillaume Revaillot * - * @ingroup STM32G0xx + * @ingroup peripheral_apis * * @brief libopencm3 STM32G0xx Power Control * diff --git a/lib/stm32/g0/rcc.c b/lib/stm32/g0/rcc.c index e587a722..adfe5b5c 100644 --- a/lib/stm32/g0/rcc.c +++ b/lib/stm32/g0/rcc.c @@ -1,6 +1,6 @@ -/** @defgroup rcc_file RCC +/** @defgroup rcc_file RCC peripheral API * - * @ingroup STM32G0xx + * @ingroup peripheral_apis * * @brief libopencm3 STM32G0xx Reset and Clock Control *