1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/mips: add missing brief doxygen + cleanup

This commit is contained in:
Alexandre Abadie 2017-08-24 14:52:54 +02:00
parent 24a1aacca2
commit c07a6af0fd
2 changed files with 4 additions and 3 deletions

View File

@ -11,11 +11,11 @@
/**
* @defgroup cpu_mips_pic32mx MIPS PIC32MX
* @ingroup cpu
* @brief main CPU definitions for pic32mx devices.
* @brief CPU definitions for pic32mx devices.
* @{
*
* @file
* @brief main CPU definitions for pic32mx devices.
* @brief CPU definitions for pic32mx devices.
*
* @author Neil Jones <neil.jones@imgtec.com>
*/

View File

@ -11,10 +11,11 @@
/**
* @defgroup cpu_mips_pic32mz MIPS PIC32MZ
* @ingroup cpu
* @brief CPU definitions for pic32mz devices.
* @{
*
* @file
* @brief main CPU definitions for pic32mz devices.
* @brief CPU definitions for pic32mz devices.
*
* @author Neil Jones <neil.jones@imgtec.com>
*/