swm050: doc: tweak peripheral apis groupings

Makes it more consistent with the other families.
This commit is contained in:
Karl Palsson 2019-10-17 11:41:02 +00:00
parent 3c4ee6f4c0
commit baa2f13592
5 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,6 @@
/** @addtogroup clk_file Clock peripheral API
/** @defgroup clk_file Clock peripheral API
* @ingroup peripheral_apis
* @brief SWM050 Clock API.
* LGPL License Terms @ref lgpl_license
* @author @htmlonly © @endhtmlonly 2019
* Caleb Szalacinski <contact@skiboy.net>

View File

@ -1,5 +1,6 @@
/** @addtogroup flash_file Flash peripheral API
/** @defgroup flash_file Flash peripheral API
* @ingroup peripheral_apis
* @brief SWM050 Flash API.
* LGPL License Terms @ref lgpl_license
* @author @htmlonly &copy; @endhtmlonly 2019
* Caleb Szalacinski <contact@skiboy.net>

View File

@ -1,4 +1,5 @@
/** @addtogroup gpio_file GPIO peripheral API
/** @defgroup gpio_file GPIO peripheral API
* @brief SWM050 GPIO API.
* @ingroup peripheral_apis
* LGPL License Terms @ref lgpl_license
* @author @htmlonly &copy; @endhtmlonly 2019

View File

@ -1,4 +1,5 @@
/** @addtogroup pwr_file Power/Sleep API
/** @defgroup pwr_file Power/Sleep API
* @brief SWM050 Power API.
* @ingroup peripheral_apis
* LGPL License Terms @ref lgpl_license
* @author @htmlonly &copy; @endhtmlonly 2019

View File

@ -1,5 +1,6 @@
/** @addtogroup syscon_file SYSCON peripheral API
/** @defgroup syscon_file SYSCON peripheral API
* @ingroup peripheral_apis
* @brief SWM050 SYSCON API.
* LGPL License Terms @ref lgpl_license
* @author @htmlonly &copy; @endhtmlonly 2019
* Icenowy Zheng <icenowy@aosc.io>