1
0
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:
Benoît Canet 2015-06-21 23:49:04 +02:00
parent f8588d7f37
commit 8c6c1114f3
3 changed files with 12 additions and 0 deletions

View File

@ -6987,4 +6987,8 @@ typedef struct
* @}
*/
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

View File

@ -8208,4 +8208,8 @@ typedef struct
* @}
*/
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****/

View File

@ -7600,4 +7600,8 @@ typedef struct
* @}
*/
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/