From 06ee2009e812805ac828b7f2cbe31e00cee1cafb Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 26 Jun 2019 12:24:07 +0000 Subject: [PATCH] doc: gd32f1x0: merge flash and rcc into periperhal apis Instead of having some in peripheral_apis and some under the target itself --- lib/gd32/f1x0/flash.c | 4 ++-- lib/gd32/f1x0/rcc.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/gd32/f1x0/flash.c b/lib/gd32/f1x0/flash.c index ad7cb054..4f222082 100644 --- a/lib/gd32/f1x0/flash.c +++ b/lib/gd32/f1x0/flash.c @@ -1,6 +1,6 @@ -/** @defgroup flash_file FLASH +/** @defgroup flash_file FLASH peripheral API * - * @ingroup GD32F1x0 + * @ingroup peripheral_apis * * @brief libopencm3 GD32F1x0 FLASH * diff --git a/lib/gd32/f1x0/rcc.c b/lib/gd32/f1x0/rcc.c index c50e2d65..729a71eb 100644 --- a/lib/gd32/f1x0/rcc.c +++ b/lib/gd32/f1x0/rcc.c @@ -1,6 +1,6 @@ -/** @defgroup GD32F1x0-rcc-file RCC +/** @defgroup rcc_file RCC peripheral API -@ingroup GD32F1x0 +@ingroup peripheral_apis @brief libopencm3 GD32F1x0 Reset and Clock Control