mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
This commit is contained in:
parent
f8588d7f37
commit
8c6c1114f3
@ -6987,4 +6987,8 @@ typedef struct
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
@ -8208,4 +8208,8 @@ typedef struct
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****/
|
||||
|
@ -7600,4 +7600,8 @@ typedef struct
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
Loading…
Reference in New Issue
Block a user