stm32: doc: exti: fix missing/wrong groups and move to peripheral_api

Almost all families were missing all docs for the exti apis.
This commit is contained in:
Karl Palsson 2019-05-21 22:21:17 +00:00
parent fe5e82a3cc
commit 1af3acdba4
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,13 @@
/** @defgroup exti_defines EXTI Defines
*
* @ingroup STM32L4xx_defines
*
* @brief <b>Defined Constants and Types for the STM32L4xx EXTI Control</b>
*
* @version 1.0.0
*
* LGPL License Terms @ref lgpl_license
**/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *

View File

@ -1,3 +1,6 @@
/** @addtogroup exti_file EXTI peripheral API
* @ingroup peripheral_apis
*/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *

View File

@ -1,4 +1,4 @@
/** @addtogroup exti_defines /** @addtogroup exti_file
* *
* @author @htmlonly &copy; @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com> * @author @htmlonly &copy; @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
* *