Browse Source

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.
pull/1053/head
Karl Palsson 6 years ago
parent
commit
d559b5a4db
  1. 4
      lib/stm32/g0/flash.c
  2. 4
      lib/stm32/g0/pwr.c
  3. 4
      lib/stm32/g0/rcc.c

4
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 <b>libopencm3 STM32G0xx FLASH</b>
*

4
lib/stm32/g0/pwr.c

@ -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>
*
* @ingroup STM32G0xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32G0xx Power Control</b>
*

4
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 <b>libopencm3 STM32G0xx Reset and Clock Control</b>
*

Loading…
Cancel
Save