stm32g0: exti doc fixup

This commit is contained in:
Guillaume Revaillot 2019-06-12 18:02:28 +02:00
parent 8173fb7249
commit ab1b0c1a5e
2 changed files with 5 additions and 2 deletions

View File

@ -75,9 +75,11 @@ void exti_reset_rising_request(uint32_t extis);
void exti_reset_falling_request(uint32_t extis);
END_DECLS
/**@}*/
#else
/** @cond */
#warning "exti_common_v1.h should not be included directly, only via exti.h"
#endif
/** @endcond */
/**@}*/

View File

@ -1,4 +1,5 @@
/** @addtogroup exti_file
/** @defgroup exti_file EXTI peripheral API
* @ingroup peripheral_apis
*
* @author @htmlonly &copy; @endhtmlonly 2019 Guillaume Revaillot <g.revaillot@gmail.com>
*