From 6e1a593e28ac1c883b51e2f7e30720eb776d5958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Fri, 31 Jul 2015 22:13:48 +0200 Subject: [PATCH] cortexm_common: use doxygen todo --- cpu/cortexm_common/include/cpu.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cpu/cortexm_common/include/cpu.h b/cpu/cortexm_common/include/cpu.h index fcb80da5f4..0b6f294b11 100644 --- a/cpu/cortexm_common/include/cpu.h +++ b/cpu/cortexm_common/include/cpu.h @@ -23,16 +23,14 @@ * @author Stefan Pfeiffer * @author Hauke Petersen * @author Joakim Gebart + * + * @todo remove include irq.h once core was adjusted */ #ifndef CPU_H_ #define CPU_H_ #include "cpu_conf.h" - -/* - * TODO: remove once core was adjusted - */ #include "irq.h" #ifdef __cplusplus @@ -49,8 +47,8 @@ extern "C" { * If needed, you can overwrite these values the the `cpu_conf.h` file of the * specific CPU implementation. * - * TODO: Adjust values for Cortex-M4F with FPU? - * TODO: Configure second set if no newlib nano.specs are available? + * @todo Adjust values for Cortex-M4F with FPU? + * @todo Configure second set if no newlib nano.specs are available? * @{ */ #ifndef THREAD_EXTRA_STACKSIZE_PRINTF @@ -67,7 +65,7 @@ extern "C" { /** * @brief UART0 buffer size definition for compatibility reasons * - * TODO: remove once the remodeling of the uart0 driver is done + * @todo remove once the remodeling of the uart0 driver is done * @{ */ #ifndef UART0_BUFSIZE