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:
parent
fe5e82a3cc
commit
1af3acdba4
@ -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.
|
||||
*
|
||||
|
@ -1,3 +1,6 @@
|
||||
/** @addtogroup exti_file EXTI peripheral API
|
||||
* @ingroup peripheral_apis
|
||||
*/
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/** @addtogroup exti_defines
|
||||
/** @addtogroup exti_file
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user