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.
This commit is contained in:
Karl Palsson
2019-05-21 21:47:43 +00:00
parent 75748a7bfc
commit d559b5a4db
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH /** @defgroup flash_file FLASH peripheral API
* *
* @ingroup STM32G0xx * @ingroup peripheral_apis
* *
* @brief <b>libopencm3 STM32G0xx FLASH</b> * @brief <b>libopencm3 STM32G0xx FLASH</b>
* *

View File

@@ -1,8 +1,8 @@
/** @defgroup pwr_file PWR /** @defgroup pwr_file PWR peripheral APIS
* *
* @author @htmlonly &copy; @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com> * @author @htmlonly &copy; @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
* *
* @ingroup STM32G0xx * @ingroup peripheral_apis
* *
* @brief <b>libopencm3 STM32G0xx Power Control</b> * @brief <b>libopencm3 STM32G0xx Power Control</b>
* *

View File

@@ -1,6 +1,6 @@
/** @defgroup rcc_file RCC /** @defgroup rcc_file RCC peripheral API
* *
* @ingroup STM32G0xx * @ingroup peripheral_apis
* *
* @brief <b>libopencm3 STM32G0xx Reset and Clock Control</b> * @brief <b>libopencm3 STM32G0xx Reset and Clock Control</b>
* *