From ab1b0c1a5eed9c85dd1daed1e2a884b79d3f732c Mon Sep 17 00:00:00 2001 From: Guillaume Revaillot Date: Wed, 12 Jun 2019 18:02:28 +0200 Subject: stm32g0: exti doc fixup --- include/libopencm3/stm32/g0/exti.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libopencm3/stm32/g0/exti.h b/include/libopencm3/stm32/g0/exti.h index 5445a7d1..88a1c01b 100644 --- a/include/libopencm3/stm32/g0/exti.h +++ b/include/libopencm3/stm32/g0/exti.h @@ -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 */ + +/**@}*/ -- cgit v1.2.3