1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +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 * @defgroup cpu_mips_pic32mx MIPS PIC32MX
* @ingroup cpu * @ingroup cpu
* @brief main CPU definitions for pic32mx devices. * @brief CPU definitions for pic32mx devices.
* @{ * @{
* *
* @file * @file
* @brief main CPU definitions for pic32mx devices. * @brief CPU definitions for pic32mx devices.
* *
* @author Neil Jones <neil.jones@imgtec.com> * @author Neil Jones <neil.jones@imgtec.com>
*/ */

View File

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