From 8c6c1114f3bea353939ddf763f124372a7fd528d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Sun, 21 Jun 2015 23:49:04 +0200 Subject: [PATCH] cpu/stm32f3: Add missing closing Doxygen braces for addtogroup The candidates locations for the closing braces were confirmed by looking at cpu/stm32f0 headers. The closing brace styles stick with the style of each file. Closes #2956 --- cpu/stm32f3/include/stm32f303xc.h | 4 ++++ cpu/stm32f3/include/stm32f303xe.h | 4 ++++ cpu/stm32f3/include/stm32f334x8.h | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/cpu/stm32f3/include/stm32f303xc.h b/cpu/stm32f3/include/stm32f303xc.h index 3a918a54e1..f49742e6cc 100644 --- a/cpu/stm32f3/include/stm32f303xc.h +++ b/cpu/stm32f3/include/stm32f303xc.h @@ -6987,4 +6987,8 @@ typedef struct * @} */ +/** + * @} + */ + /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/cpu/stm32f3/include/stm32f303xe.h b/cpu/stm32f3/include/stm32f303xe.h index 84be4571d0..10b3e2a86e 100644 --- a/cpu/stm32f3/include/stm32f303xe.h +++ b/cpu/stm32f3/include/stm32f303xe.h @@ -8208,4 +8208,8 @@ typedef struct * @} */ +/** + * @} + */ + /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****/ diff --git a/cpu/stm32f3/include/stm32f334x8.h b/cpu/stm32f3/include/stm32f334x8.h index 63d01cac9b..7e0f40d6dd 100644 --- a/cpu/stm32f3/include/stm32f334x8.h +++ b/cpu/stm32f3/include/stm32f334x8.h @@ -7600,4 +7600,8 @@ typedef struct * @} */ +/** + * @} + */ + /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/