diff --git a/boards/airfy-beacon/board.c b/boards/airfy-beacon/board.c index 8a87014d5..1e6f86148 100644 --- a/boards/airfy-beacon/board.c +++ b/boards/airfy-beacon/board.c @@ -10,7 +10,7 @@ * @ingroup boards_airfy-beacon * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Airfy Beacon board * * @author Christian Mehlis diff --git a/boards/arduino-due/board.c b/boards/arduino-due/board.c index d63c3e36d..4196be526 100644 --- a/boards/arduino-due/board.c +++ b/boards/arduino-due/board.c @@ -10,7 +10,7 @@ * @ingroup boards_arduino-due * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Arduino Due board * * @author Hauke Petersen diff --git a/boards/arduino-mega2560/board.c b/boards/arduino-mega2560/board.c index 91b900099..8f57420d5 100644 --- a/boards/arduino-mega2560/board.c +++ b/boards/arduino-mega2560/board.c @@ -10,7 +10,7 @@ * @ingroup boards_arduino-mega2560 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Arduino Mega 2560 board * * @author Hinnerk van Bruinehsen diff --git a/boards/fox/board.c b/boards/fox/board.c index 43a340ef9..b5388b2e7 100644 --- a/boards/fox/board.c +++ b/boards/fox/board.c @@ -10,7 +10,7 @@ * @ingroup boards_fox * @{ * - * @file board.c + * @file * @brief Board specific implementations for the fox board * * @author Thomas Eichinger diff --git a/boards/iot-lab_M3/board.c b/boards/iot-lab_M3/board.c index c194a4286..7b307ca21 100644 --- a/boards/iot-lab_M3/board.c +++ b/boards/iot-lab_M3/board.c @@ -10,7 +10,7 @@ * @ingroup boards_iot-lab_M3 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the iot-lab_M3 board * * @author Thomas Eichinger diff --git a/boards/mbed_lpc1768/system.c b/boards/mbed_lpc1768/system.c index 4bd55de24..c2dbc0ae1 100644 --- a/boards/mbed_lpc1768/system.c +++ b/boards/mbed_lpc1768/system.c @@ -1,5 +1,5 @@ /**************************************************************************//** - * @file boards_init.c + * @file * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Source File * for the NXP LPC17xx Device Series * @version V1.09 diff --git a/boards/pca10000/board.c b/boards/pca10000/board.c index d5ef8bcd9..8bfaa47e6 100644 --- a/boards/pca10000/board.c +++ b/boards/pca10000/board.c @@ -10,7 +10,7 @@ * @ingroup boards_pca10000 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the nRF51822 evaluation board pca10000 * * @author Christian Kühling diff --git a/boards/pca10005/board.c b/boards/pca10005/board.c index a0274335b..6ae6345d9 100644 --- a/boards/pca10005/board.c +++ b/boards/pca10005/board.c @@ -10,7 +10,7 @@ * @ingroup boards_pca10005 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the nRF51822 evaluation board pca10005 * * @author Christian Kühling diff --git a/boards/samr21-xpro/board.c b/boards/samr21-xpro/board.c index f3e590c92..26ba0411d 100644 --- a/boards/samr21-xpro/board.c +++ b/boards/samr21-xpro/board.c @@ -10,7 +10,7 @@ * @ingroup boards_samr21-xpro * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Atem SAM R21 Xplained Pro board * * @author Thomas Eichinger diff --git a/boards/udoo/board.c b/boards/udoo/board.c index ad32ea625..c77f7e763 100644 --- a/boards/udoo/board.c +++ b/boards/udoo/board.c @@ -10,7 +10,7 @@ * @ingroup boards_udoo * @{ * - * @file board.c + * @file * @brief Board specific implementations for the UDOO board * * @author Hauke Petersen diff --git a/boards/yunjia-nrf51822/board.c b/boards/yunjia-nrf51822/board.c index ee2fe7ab3..6db542c72 100644 --- a/boards/yunjia-nrf51822/board.c +++ b/boards/yunjia-nrf51822/board.c @@ -10,7 +10,7 @@ * @ingroup boards_yunjia-nrf51822 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Yunjia NRF51822 board * * @author Hauke Petersen diff --git a/boards/z1/board.c b/boards/z1/board.c index c7ba7ceff..4be86d37e 100644 --- a/boards/z1/board.c +++ b/boards/z1/board.c @@ -13,7 +13,7 @@ * @ingroup boards_z1 * @{ * - * @file board.c + * @file * @brief Board specific implementations for the Zolertia Z1 * * @author Kévin Roussel diff --git a/boards/z1/driver_cc2420.c b/boards/z1/driver_cc2420.c index d912da685..43b7fade0 100644 --- a/boards/z1/driver_cc2420.c +++ b/boards/z1/driver_cc2420.c @@ -14,7 +14,7 @@ * @ingroup boards_z1 * @{ * - * @file driver_cc2420.c + * @file * @brief Board specific CC2420 driver HAL for the Zolertia Z1 * * @author Kévin Roussel diff --git a/boards/z1/uart.c b/boards/z1/uart.c index 096ee9db7..b89eb74d4 100644 --- a/boards/z1/uart.c +++ b/boards/z1/uart.c @@ -13,7 +13,7 @@ * @ingroup boards_z1 * @{ * - * @file uart.c + * @file * @brief Board specific UART/USB driver HAL for the Zolertia Z1 * * @author Kévin Roussel diff --git a/core/bitarithm.c b/core/bitarithm.c index e9285c7b6..f7fa213ba 100644 --- a/core/bitarithm.c +++ b/core/bitarithm.c @@ -10,7 +10,7 @@ * @ingroup core_util * @{ * - * @file bitarithm.c + * @file * @brief Bit arithmetic helper functions implementation * * @author Kaspar Schleiser diff --git a/core/clist.c b/core/clist.c index ae0620901..72b1e3dd1 100644 --- a/core/clist.c +++ b/core/clist.c @@ -10,7 +10,7 @@ * @ingroup core_util * @{ * - * @file clist.c + * @file * @brief Circular linked list implementation * * @author Kaspar Schleiser diff --git a/core/hwtimer.c b/core/hwtimer.c index 89e9e9616..cfe48086c 100644 --- a/core/hwtimer.c +++ b/core/hwtimer.c @@ -10,7 +10,7 @@ * @ingroup core_hwtimer * @{ * - * @file hwtimer.c + * @file * @brief Hardware timer abstraction implementation * * @author Heiko Will diff --git a/core/include/arch/atomic_arch.h b/core/include/arch/atomic_arch.h index 36d5cdfb3..8307415ed 100644 --- a/core/include/arch/atomic_arch.h +++ b/core/include/arch/atomic_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file atomic_arch.h + * @file * @brief Architecture dependent interface for an atomic set operation * * @author Hauke Petersen diff --git a/core/include/arch/hwtimer_arch.h b/core/include/arch/hwtimer_arch.h index c727b33ce..9a807235b 100644 --- a/core/include/arch/hwtimer_arch.h +++ b/core/include/arch/hwtimer_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file hwtimer_arch.h + * @file * @brief The kernel's hardware timer abstraction interface * * @author Thomas Hillebrandt diff --git a/core/include/arch/irq_arch.h b/core/include/arch/irq_arch.h index c8eae3de4..b08ade578 100644 --- a/core/include/arch/irq_arch.h +++ b/core/include/arch/irq_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file irq_arch.h + * @file * @brief Interrupt handling interface for globally en- and disabling interrupts * * This file acts as a wrapper between the kernels interrupt interface and the architecture diff --git a/core/include/arch/lpm_arch.h b/core/include/arch/lpm_arch.h index 3b4a5f368..9001ff889 100644 --- a/core/include/arch/lpm_arch.h +++ b/core/include/arch/lpm_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file lpm_arch.h + * @file * @brief Architecture dependent interface for power mode management * * This file acts as a wrapper between the kernels power management interface and the architecture diff --git a/core/include/arch/reboot_arch.h b/core/include/arch/reboot_arch.h index 5b25da294..83f760083 100644 --- a/core/include/arch/reboot_arch.h +++ b/core/include/arch/reboot_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file reboot_arch.h + * @file * @brief Architecture dependent interface rebooting * * @author Hauke Petersen diff --git a/core/include/arch/thread_arch.h b/core/include/arch/thread_arch.h index 186b55220..0f60ad0c7 100644 --- a/core/include/arch/thread_arch.h +++ b/core/include/arch/thread_arch.h @@ -10,7 +10,7 @@ * @ingroup core_arch * @{ * - * @file thread_arch.h + * @file * @brief Architecture dependent kernel interface for handling and managing threads * * @author Hauke Petersen diff --git a/core/include/attributes.h b/core/include/attributes.h index f9fa7ac64..1de1cd231 100644 --- a/core/include/attributes.h +++ b/core/include/attributes.h @@ -10,7 +10,7 @@ * @addtogroup core_internal * @{ * - * @file attributes.h + * @file * @brief Compiler attributes/pragmas configuration * * @author René Kijewski diff --git a/core/include/bitarithm.h b/core/include/bitarithm.h index 956dcd218..6a8521c0f 100644 --- a/core/include/bitarithm.h +++ b/core/include/bitarithm.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file bitarithm.h + * @file * @brief Helper functions for bit arithmetic * * @author Kaspar Schleiser diff --git a/core/include/byteorder.h b/core/include/byteorder.h index abac956ed..b08117947 100644 --- a/core/include/byteorder.h +++ b/core/include/byteorder.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file byteorder.h + * @file * @brief Functions to work with different byte orders. * * @author René Kijewski diff --git a/core/include/cib.h b/core/include/cib.h index fbe552513..b6d906018 100644 --- a/core/include/cib.h +++ b/core/include/cib.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file cib.h + * @file * @brief Circular integer buffer interface * @details This structure provides an organizational interface * and combined with an memory array forms a circular buffer. diff --git a/core/include/clist.h b/core/include/clist.h index 59ca5c15c..b5442f746 100644 --- a/core/include/clist.h +++ b/core/include/clist.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file clist.h + * @file * @brief Circular linked list * * @author Kaspar Schleiser diff --git a/core/include/debug.h b/core/include/debug.h index 9dec9e2d5..91c9cd8ec 100644 --- a/core/include/debug.h +++ b/core/include/debug.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file debug.h + * @file * @brief Debug-header * * @details If *ENABLE_DEBUG* is defined inside an implementation file, all diff --git a/core/include/flags.h b/core/include/flags.h index fdcd3ac55..733c8872b 100644 --- a/core/include/flags.h +++ b/core/include/flags.h @@ -10,7 +10,7 @@ * @addtogroup core_internal * @{ * - * @file flags.h + * @file * @brief Misc flag definitions * * @author Kaspar Schleiser diff --git a/core/include/irq.h b/core/include/irq.h index 8629ecfd1..75cc7453c 100644 --- a/core/include/irq.h +++ b/core/include/irq.h @@ -12,7 +12,7 @@ * @brief Provides an API to control interrupt processing * @{ * - * @file irq.h + * @file * @brief IRQ driver interface * * @author Freie Universität Berlin, Computer Systems & Telematics diff --git a/core/include/kernel.h b/core/include/kernel.h index 45842c011..072563315 100644 --- a/core/include/kernel.h +++ b/core/include/kernel.h @@ -10,7 +10,7 @@ * @addtogroup core_internal * @{ * - * @file kernel.h + * @file * @brief Kernel compile time configuration * * A reboot() function is also provided diff --git a/core/include/kernel_internal.h b/core/include/kernel_internal.h index 83804e045..d225ca684 100644 --- a/core/include/kernel_internal.h +++ b/core/include/kernel_internal.h @@ -10,7 +10,7 @@ * @addtogroup core_internal * @{ * - * @file kernel_internal.h + * @file * @brief prototypes for kernel internal functions * * @author Oliver Hahm diff --git a/core/include/kernel_macros.h b/core/include/kernel_macros.h index 8d406b094..0c084d026 100644 --- a/core/include/kernel_macros.h +++ b/core/include/kernel_macros.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file kernel_macros.h + * @file * @brief common macros * * @author René Kijewski diff --git a/core/include/kernel_types.h b/core/include/kernel_types.h index 992015342..208f4577b 100644 --- a/core/include/kernel_types.h +++ b/core/include/kernel_types.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file kernel_types.h + * @file * @brief Types used by the kernel * * @author Oliver Hahm diff --git a/core/include/lifo.h b/core/include/lifo.h index d2c1f7c41..93ba54110 100644 --- a/core/include/lifo.h +++ b/core/include/lifo.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file lifo.h + * @file * @brief LIFO buffer API, read long description carefully * @author Heiko Will * diff --git a/core/include/lpm.h b/core/include/lpm.h index 1158db24c..24d7ee4d7 100644 --- a/core/include/lpm.h +++ b/core/include/lpm.h @@ -12,7 +12,7 @@ * @brief The kernels power management interface * @{ * - * @file lpm.h + * @file * @brief Power management interface * * This interface needs to be implemented for each platform. diff --git a/core/include/msg.h b/core/include/msg.h index 27a091552..d7a7610d8 100644 --- a/core/include/msg.h +++ b/core/include/msg.h @@ -22,7 +22,7 @@ * * @{ * - * @file msg.h + * @file * @brief Messaging API for inter process communication * * @author Kaspar Schleiser diff --git a/core/include/mutex.h b/core/include/mutex.h index 394934733..633934a39 100644 --- a/core/include/mutex.h +++ b/core/include/mutex.h @@ -12,7 +12,7 @@ * @ingroup core * @{ * - * @file mutex.h + * @file * @brief RIOT synchronization API * * @author Kaspar Schleiser diff --git a/core/include/native_sched.h b/core/include/native_sched.h index d337bc1c0..2c1116173 100644 --- a/core/include/native_sched.h +++ b/core/include/native_sched.h @@ -14,7 +14,7 @@ * * @{ * - * @file native_sched.h + * @file * @brief Add definitions required on the native board * * @author Raphael Hiesgen diff --git a/core/include/priority_queue.h b/core/include/priority_queue.h index 76c42fd43..f1df5a6d2 100644 --- a/core/include/priority_queue.h +++ b/core/include/priority_queue.h @@ -10,7 +10,7 @@ * @addtogroup core_util * @{ * - * @file priority_queue.h + * @file * @brief A simple priority queue * * @author Kaspar Schleiser diff --git a/core/include/ringbuffer.h b/core/include/ringbuffer.h index a6d253c09..197eb9362 100644 --- a/core/include/ringbuffer.h +++ b/core/include/ringbuffer.h @@ -10,7 +10,7 @@ * * @ingroup core_util * @{ - * @file ringbuffer.h + * @file * @author Kaspar Schleiser * @author René Kijewski * @} diff --git a/core/include/sched.h b/core/include/sched.h index c925644ad..31ed0bb3b 100644 --- a/core/include/sched.h +++ b/core/include/sched.h @@ -71,7 +71,7 @@ * * @{ * - * @file sched.h + * @file * @brief Scheduler API definition * * @author Kaspar Schleiser diff --git a/core/include/tcb.h b/core/include/tcb.h index 276d87d0d..41a803c5b 100644 --- a/core/include/tcb.h +++ b/core/include/tcb.h @@ -10,7 +10,7 @@ * @addtogroup core_thread * @{ * - * @file tcb.h + * @file * @brief Thread context block definition * * @author Heiko Will diff --git a/core/include/thread.h b/core/include/thread.h index c3bcbf337..da91b91a0 100644 --- a/core/include/thread.h +++ b/core/include/thread.h @@ -13,7 +13,7 @@ * * @{ * - * @file thread.h + * @file * @brief Threading API * * @author Kaspar Schleiser diff --git a/core/kernel_init.c b/core/kernel_init.c index b18bdb002..ff508567e 100644 --- a/core/kernel_init.c +++ b/core/kernel_init.c @@ -10,7 +10,7 @@ * @ingroup core_internal * @{ * - * @file kernel_init.c + * @file * @brief Platform-independent kernel initilization * * @author Kaspar Schleiser diff --git a/core/lifo.c b/core/lifo.c index 7c6ce59ba..2dd6b8826 100644 --- a/core/lifo.c +++ b/core/lifo.c @@ -9,7 +9,7 @@ /** * @ingroup core_util * @{ - * @file lifo.c + * @file * @brief LIFO buffer implementation * * @author Heiko Will diff --git a/core/mutex.c b/core/mutex.c index 93d66cf20..970b1d967 100644 --- a/core/mutex.c +++ b/core/mutex.c @@ -10,7 +10,7 @@ * @ingroup core_sync * @{ * - * @file mutex.c + * @file * @brief Kernel mutex implementation * * @author Kaspar Schleiser diff --git a/core/priority_queue.c b/core/priority_queue.c index 95fe71f96..261c8a9d6 100644 --- a/core/priority_queue.c +++ b/core/priority_queue.c @@ -10,7 +10,7 @@ * @ingroup core_util * @{ * - * @file priority_queue.c + * @file * @brief A simple priority queue * * @author Kaspar Schleiser diff --git a/core/reboot.c b/core/reboot.c index 71676d225..df52da3bc 100644 --- a/core/reboot.c +++ b/core/reboot.c @@ -10,7 +10,7 @@ * @ingroup core_util * @{ * - * @file reboot.c + * @file * @brief Reboot function * * @author Ludwig Ortmann * @author René Kijewski * @} diff --git a/core/sched.c b/core/sched.c index 28ab4db24..50f252762 100644 --- a/core/sched.c +++ b/core/sched.c @@ -10,7 +10,7 @@ * @ingroup core_sched * @{ * - * @file sched.c + * @file * @brief Scheduler implementation * * @author Kaspar Schleiser diff --git a/core/thread.c b/core/thread.c index 3d8805f98..4f2088cfb 100644 --- a/core/thread.c +++ b/core/thread.c @@ -10,7 +10,7 @@ * @ingroup core_thread * @{ * - * @file thread.c + * @file * @brief Threading implementation * * @author Kaspar Schleiser diff --git a/cpu/atmega2560/cpu.c b/cpu/atmega2560/cpu.c index 0f1f9fb25..e79c67dc6 100644 --- a/cpu/atmega2560/cpu.c +++ b/cpu/atmega2560/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega2560 * @{ * - * @file cpu.c + * @file * @brief Implementation of the CPU initialization * * @author Hinnerk van Bruinehsen diff --git a/cpu/atmega2560/hwtimer_arch.c b/cpu/atmega2560/hwtimer_arch.c index 44188727b..a6bab720a 100644 --- a/cpu/atmega2560/hwtimer_arch.c +++ b/cpu/atmega2560/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega2560 * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses the ATmega2560 build-in system timer as back-end. diff --git a/cpu/atmega2560/lpm_arch.c b/cpu/atmega2560/lpm_arch.c index 85a172275..c10aef2fb 100644 --- a/cpu/atmega2560/lpm_arch.c +++ b/cpu/atmega2560/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega2560 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernels power management interface * * @author Hinnerk van Bruinehsen diff --git a/cpu/atmega2560/periph/gpio.c b/cpu/atmega2560/periph/gpio.c index ab748e9e5..2c81e7d80 100644 --- a/cpu/atmega2560/periph/gpio.c +++ b/cpu/atmega2560/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * @author Hauke Petersen diff --git a/cpu/atmega2560/periph/timer.c b/cpu/atmega2560/periph/timer.c index e1ed77272..c10312ff0 100644 --- a/cpu/atmega2560/periph/timer.c +++ b/cpu/atmega2560/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation for the ATmega2560 CPU * * @author Hauke Petersen diff --git a/cpu/atmega2560/periph/uart.c b/cpu/atmega2560/periph/uart.c index d570ca8fd..b68aeb119 100644 --- a/cpu/atmega2560/periph/uart.c +++ b/cpu/atmega2560/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Hauke Petersen diff --git a/cpu/atmega2560/reboot_arch.c b/cpu/atmega2560/reboot_arch.c index b34098aef..f94ba7d65 100644 --- a/cpu/atmega2560/reboot_arch.c +++ b/cpu/atmega2560/reboot_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega2560 * @{ * - * @file reboot_arch.c + * @file * @brief Implementation of the kernels reboot interface * * @author Hinnerk van Bruinehsen diff --git a/cpu/atmega2560/startup.c b/cpu/atmega2560/startup.c index e2796bd62..3c36634bf 100644 --- a/cpu/atmega2560/startup.c +++ b/cpu/atmega2560/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega2560 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hinnerk van Bruinehsen diff --git a/cpu/atmega_common/irq_arch.c b/cpu/atmega_common/irq_arch.c index e52d128be..f494aff41 100644 --- a/cpu/atmega_common/irq_arch.c +++ b/cpu/atmega_common/irq_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega_common * @{ * - * @file irq_arch.c + * @file * @brief Implementation of the kernels irq interface * * @author Hauke Petersen diff --git a/cpu/atmega_common/thread_arch.c b/cpu/atmega_common/thread_arch.c index 4afa21c90..9b9cd1106 100644 --- a/cpu/atmega_common/thread_arch.c +++ b/cpu/atmega_common/thread_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_atmega_common * @{ * - * @file thread_arch.c + * @file * @brief Implementation of the kernel's architecture dependent thread interface * * @author Hinnerk van Bruinehsen diff --git a/cpu/cc2538/cc2538nf11_linkerscript.ld b/cpu/cc2538/cc2538nf11_linkerscript.ld index de4768e0c..6892cb49b 100644 --- a/cpu/cc2538/cc2538nf11_linkerscript.ld +++ b/cpu/cc2538/cc2538nf11_linkerscript.ld @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file cc2538nf11_linkerscript.ld + * @file * @brief Linker script for the CC2538NF11 model MCU * * @author Ian Martin diff --git a/cpu/cc2538/cc2538nf23_linkerscript.ld b/cpu/cc2538/cc2538nf23_linkerscript.ld index 0ef26d34a..d0670b6ca 100644 --- a/cpu/cc2538/cc2538nf23_linkerscript.ld +++ b/cpu/cc2538/cc2538nf23_linkerscript.ld @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file cc2538nf23_linkerscript.ld + * @file * @brief Linker script for the CC2538NF23 and CC2538SF23 model MCUs * * @author Ian Martin diff --git a/cpu/cc2538/cc2538nf53_linkerscript.ld b/cpu/cc2538/cc2538nf53_linkerscript.ld index 000e277a1..f9eb66522 100644 --- a/cpu/cc2538/cc2538nf53_linkerscript.ld +++ b/cpu/cc2538/cc2538nf53_linkerscript.ld @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file cc2538nf53_linkerscript.ld + * @file * @brief Linker script for the CC2538NF53 and CC2538SF53 model MCUs * * @author Ian Martin diff --git a/cpu/cc2538/cpu.c b/cpu/cc2538/cpu.c index f46d8fbe7..389fe7a0e 100644 --- a/cpu/cc2538/cpu.c +++ b/cpu/cc2538/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file cpu.c + * @file * @brief Implementation of the CPU initialization * * @author Ian Martin diff --git a/cpu/cc2538/hwtimer_arch.c b/cpu/cc2538/hwtimer_arch.c index 3465e7694..92ef167ee 100644 --- a/cpu/cc2538/hwtimer_arch.c +++ b/cpu/cc2538/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses the Cortex build-in system timer as back-end. diff --git a/cpu/cc2538/include/cc2538-gpio.h b/cpu/cc2538/include/cc2538-gpio.h index 2413677b8..a286534b4 100644 --- a/cpu/cc2538/include/cc2538-gpio.h +++ b/cpu/cc2538/include/cc2538-gpio.h @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file cc2538-gpio.h + * @file * @brief Driver for the cc2538 GPIO controller * * Header file with register and macro declarations for the cc2538 GPIO module diff --git a/cpu/cc2538/include/cc2538-uart.h b/cpu/cc2538/include/cc2538-uart.h index 1b6f14e04..f0bcafdf5 100644 --- a/cpu/cc2538/include/cc2538-uart.h +++ b/cpu/cc2538/include/cc2538-uart.h @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file cc2538-uart.h + * @file * @brief CC2538 UART interface * * @author Ian Martin diff --git a/cpu/cc2538/include/cc2538.h b/cpu/cc2538/include/cc2538.h index fa9b65760..f992f8634 100644 --- a/cpu/cc2538/include/cc2538.h +++ b/cpu/cc2538/include/cc2538.h @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538_definitions * @{ * - * @file cc2538.h + * @file * @brief CC2538 MCU interrupt and register definitions * * @author Ian Martin diff --git a/cpu/cc2538/include/gptimer.h b/cpu/cc2538/include/gptimer.h index f4d917dab..22c14a6ec 100644 --- a/cpu/cc2538/include/gptimer.h +++ b/cpu/cc2538/include/gptimer.h @@ -10,7 +10,7 @@ * @addtogroup cpu_cc2538 * @{ * - * @file gptimer.h + * @file * @brief CC2538 General Purpose Timer (GPTIMER) driver * * @author Ian Martin diff --git a/cpu/cc2538/include/ioc.h b/cpu/cc2538/include/ioc.h index 41d64a79d..3a6838bf5 100644 --- a/cpu/cc2538/include/ioc.h +++ b/cpu/cc2538/include/ioc.h @@ -9,7 +9,7 @@ /** * @{ * - * @file ioc.h + * @file * @brief CC2538 I/O Control driver * * @author Ian Martin diff --git a/cpu/cc2538/include/rfcore.h b/cpu/cc2538/include/rfcore.h index 209679162..2bad1a1c1 100644 --- a/cpu/cc2538/include/rfcore.h +++ b/cpu/cc2538/include/rfcore.h @@ -9,7 +9,7 @@ /** * @{ * - * @file rfcore.h + * @file * @brief CC2538 RF core interface * * @author Ian Martin diff --git a/cpu/cc2538/include/soc-adc.h b/cpu/cc2538/include/soc-adc.h index c5252ff38..7853e0b04 100644 --- a/cpu/cc2538/include/soc-adc.h +++ b/cpu/cc2538/include/soc-adc.h @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file soc-adc.h + * @file * @brief CC2538 SOC ADC interface * * @author Ian Martin diff --git a/cpu/cc2538/include/sys-ctrl.h b/cpu/cc2538/include/sys-ctrl.h index a474d33f7..b9f44c68a 100644 --- a/cpu/cc2538/include/sys-ctrl.h +++ b/cpu/cc2538/include/sys-ctrl.h @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file sys-ctrl.h + * @file * @brief CC2538 System Control interface * * @author Ian Martin diff --git a/cpu/cc2538/lpm_arch.c b/cpu/cc2538/lpm_arch.c index 584f9e340..d6013d0b2 100644 --- a/cpu/cc2538/lpm_arch.c +++ b/cpu/cc2538/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernels power management interface * * @author Ian Martin diff --git a/cpu/cc2538/periph/cpuid.c b/cpu/cc2538/periph/cpuid.c index 577370364..efc4cb382 100644 --- a/cpu/cc2538/periph/cpuid.c +++ b/cpu/cc2538/periph/cpuid.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file cpuid.c + * @file * @brief CPU-ID driver implementation * * The CC2538 provides a 64-bit unique identifier, that is unique for each shipped unit. diff --git a/cpu/cc2538/periph/gpio.c b/cpu/cc2538/periph/gpio.c index 7a6a46fb1..ce1095513 100644 --- a/cpu/cc2538/periph/gpio.c +++ b/cpu/cc2538/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * @author Ian Martin diff --git a/cpu/cc2538/periph/random.c b/cpu/cc2538/periph/random.c index 795b5578f..7e0eb7b97 100644 --- a/cpu/cc2538/periph/random.c +++ b/cpu/cc2538/periph/random.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file random.c + * @file * @brief Low-level random number generator driver implementation * * @author Ian Martin diff --git a/cpu/cc2538/periph/timer.c b/cpu/cc2538/periph/timer.c index 938174419..c3460219e 100644 --- a/cpu/cc2538/periph/timer.c +++ b/cpu/cc2538/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation for the CC2538 CPU * * @author Ian Martin diff --git a/cpu/cc2538/periph/uart.c b/cpu/cc2538/periph/uart.c index 2b2588a81..7016c96fb 100644 --- a/cpu/cc2538/periph/uart.c +++ b/cpu/cc2538/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Ian Martin diff --git a/cpu/cc2538/startup.c b/cpu/cc2538/startup.c index b635cb583..37270b191 100644 --- a/cpu/cc2538/startup.c +++ b/cpu/cc2538/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hauke Petersen diff --git a/cpu/cc2538/syscalls.c b/cpu/cc2538/syscalls.c index bf114b4ae..28fd2db49 100644 --- a/cpu/cc2538/syscalls.c +++ b/cpu/cc2538/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_cc2538 * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for CC2538 * * @author Michael Baar diff --git a/cpu/cc430/cc430-gpioint.c b/cpu/cc430/cc430-gpioint.c index 5017890ce..33419e2c9 100644 --- a/cpu/cc430/cc430-gpioint.c +++ b/cpu/cc430/cc430-gpioint.c @@ -9,7 +9,7 @@ /** * @ingroup cc430 - * @file cc430-gpioint.c + * @file * @brief CC430 GPIO Interrupt Multiplexer implementation * @author Oliver Hahm */ diff --git a/cpu/cc430/include/cc430-rtc.h b/cpu/cc430/include/cc430-rtc.h index 2d95dfca6..a1e6374a1 100644 --- a/cpu/cc430/include/cc430-rtc.h +++ b/cpu/cc430/include/cc430-rtc.h @@ -20,7 +20,7 @@ extern "C" { */ /** - * @file cc430-rtc.h + * @file * @brief CC430 Real Time Clock * * @author Freie Universität Berlin, Computer Systems & Telematics, RIOT diff --git a/cpu/cortex-m3_common/irq_arch.c b/cpu/cortex-m3_common/irq_arch.c index df9ef26fc..c1a3bf6c6 100644 --- a/cpu/cortex-m3_common/irq_arch.c +++ b/cpu/cortex-m3_common/irq_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_cortexm3_common * @{ * - * @file irq_arch.c + * @file * @brief Implementation of the kernels irq interface * * @author Hauke Petersen diff --git a/cpu/cortex-m3_common/thread_arch.c b/cpu/cortex-m3_common/thread_arch.c index 241e91434..1a54c2a04 100644 --- a/cpu/cortex-m3_common/thread_arch.c +++ b/cpu/cortex-m3_common/thread_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_cortexm3_common * @{ * - * @file thread_arch.c + * @file * @brief Implementation of the kernel's architecture dependent thread interface * * @author Stefan Pfeiffer diff --git a/cpu/kw2x/include/MKW22D5.h b/cpu/kw2x/include/MKW22D5.h index 9c2695631..da313d458 100644 --- a/cpu/kw2x/include/MKW22D5.h +++ b/cpu/kw2x/include/MKW22D5.h @@ -71,7 +71,7 @@ */ /*! - * @file MKW22D5.h + * @file * @version 1.7 * @date 2015-01-21 * @brief CMSIS Peripheral Access Layer for MKW22D5 diff --git a/cpu/lpc1768/include/LPC17xx.h b/cpu/lpc1768/include/LPC17xx.h index 7c37e28a7..952cb73c6 100644 --- a/cpu/lpc1768/include/LPC17xx.h +++ b/cpu/lpc1768/include/LPC17xx.h @@ -1,5 +1,5 @@ /**************************************************************************//** - * @file LPC17xx.h + * @file * @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File for * NXP LPC17xx Device Series * @version: V1.09 diff --git a/cpu/msp430-common/irq.c b/cpu/msp430-common/irq.c index 412e17708..cd5189a66 100644 --- a/cpu/msp430-common/irq.c +++ b/cpu/msp430-common/irq.c @@ -10,7 +10,7 @@ * @ingroup cpu * @{ * - * @file irq.c + * @file * @brief ISR related functions * * @author Kaspar Schleiser diff --git a/cpu/msp430-common/lpm_cpu.c b/cpu/msp430-common/lpm_cpu.c index e7893bb0a..a5815912f 100644 --- a/cpu/msp430-common/lpm_cpu.c +++ b/cpu/msp430-common/lpm_cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu * @{ * - * @file lpm_cpu.c + * @file * @brief low-power mode implementation for MSP430 MCUs * * @author Kévin Roussel diff --git a/cpu/msp430-common/msp430-main.c b/cpu/msp430-common/msp430-main.c index 6a908f2a4..807e67b82 100644 --- a/cpu/msp430-common/msp430-main.c +++ b/cpu/msp430-common/msp430-main.c @@ -33,7 +33,7 @@ * @ingroup cpu * @{ * - * @file msp430-main.c + * @file * @brief MSP430 CPU initialization * * @author Kaspar Schleiser diff --git a/cpu/msp430-common/startup.c b/cpu/msp430-common/startup.c index bd6ff01db..d3fc0d417 100644 --- a/cpu/msp430-common/startup.c +++ b/cpu/msp430-common/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu * @{ * - * @file startup.c + * @file * @brief Calls startup functions on MSP430-based platforms * * @author Kaspar Schleiser diff --git a/cpu/msp430fxyz/flashrom.c b/cpu/msp430fxyz/flashrom.c index 100cd51f5..ac9efd8ec 100644 --- a/cpu/msp430fxyz/flashrom.c +++ b/cpu/msp430fxyz/flashrom.c @@ -10,7 +10,7 @@ * @ingroup cpu * @{ * - * @file flashrom.c + * @file * @brief MSP430Fxyz flashrom functions * * @author Oliver Hahm diff --git a/cpu/msp430fxyz/hwtimer_msp430.c b/cpu/msp430fxyz/hwtimer_msp430.c index ad4d3f78f..1b0465d07 100644 --- a/cpu/msp430fxyz/hwtimer_msp430.c +++ b/cpu/msp430fxyz/hwtimer_msp430.c @@ -10,7 +10,7 @@ * @ingroup cpu * @{ * - * @file hwtimer_msp430_.c + * @file * @brief MSP430Fxyz timer functions * * @author Oliver Hahm diff --git a/cpu/native/periph/cpuid.c b/cpu/native/periph/cpuid.c index 3a2fc52ee..1b902d407 100644 --- a/cpu/native/periph/cpuid.c +++ b/cpu/native/periph/cpuid.c @@ -10,7 +10,7 @@ * @addtogroup driver_periph * @{ * - * @file cpuid.c + * @file * @brief Implementation * * @author Martine Lenders diff --git a/cpu/nrf51822/cpu.c b/cpu/nrf51822/cpu.c index ff85420a3..c864411d2 100644 --- a/cpu/nrf51822/cpu.c +++ b/cpu/nrf51822/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file cpu.c + * @file * @brief Implementation of the CPU initialization * * @author Hauke Petersen diff --git a/cpu/nrf51822/hwtimer_arch.c b/cpu/nrf51822/hwtimer_arch.c index 1df7928df..2e47719dc 100644 --- a/cpu/nrf51822/hwtimer_arch.c +++ b/cpu/nrf51822/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses a direct mapping to the low-level UART driver. diff --git a/cpu/nrf51822/include/nrf51.h b/cpu/nrf51822/include/nrf51.h index 55fc2ac29..7459ab213 100644 --- a/cpu/nrf51822/include/nrf51.h +++ b/cpu/nrf51822/include/nrf51.h @@ -1,6 +1,6 @@ /****************************************************************************************************/ /** - * @file nRF51.h + * @file * * @brief CMSIS Cortex-M0 Peripheral Access Layer Header File for * nRF51 from Nordic Semiconductor. diff --git a/cpu/nrf51822/lpm_arch.c b/cpu/nrf51822/lpm_arch.c index 64821fc56..e983f29f5 100644 --- a/cpu/nrf51822/lpm_arch.c +++ b/cpu/nrf51822/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernels power management interface * * @author Hauke Petersen diff --git a/cpu/nrf51822/periph/gpio.c b/cpu/nrf51822/periph/gpio.c index 1684c3c0e..4182e6a2a 100644 --- a/cpu/nrf51822/periph/gpio.c +++ b/cpu/nrf51822/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * NOTE: this GPIO driver implementation supports due to hardware limitations diff --git a/cpu/nrf51822/periph/rtt.c b/cpu/nrf51822/periph/rtt.c index 58fb1b65a..869962224 100644 --- a/cpu/nrf51822/periph/rtt.c +++ b/cpu/nrf51822/periph/rtt.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file rtt.c + * @file * @brief Real-time timer driver implementation * * @author Hauke Petersen diff --git a/cpu/nrf51822/periph/spi.c b/cpu/nrf51822/periph/spi.c index 77cbed173..c52c7a2b3 100644 --- a/cpu/nrf51822/periph/spi.c +++ b/cpu/nrf51822/periph/spi.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file gpio.c + * @file * @brief Low-level SPI driver implementation * * @author Hauke Petersen diff --git a/cpu/nrf51822/periph/timer.c b/cpu/nrf51822/periph/timer.c index e4d860e39..8c4dd1aa4 100644 --- a/cpu/nrf51822/periph/timer.c +++ b/cpu/nrf51822/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation * * @author Christian Kühling diff --git a/cpu/nrf51822/periph/uart.c b/cpu/nrf51822/periph/uart.c index af86f7bcc..4a12ea3e7 100644 --- a/cpu/nrf51822/periph/uart.c +++ b/cpu/nrf51822/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Christian Kühling diff --git a/cpu/nrf51822/startup.c b/cpu/nrf51822/startup.c index 87676eb4a..2be61e217 100644 --- a/cpu/nrf51822/startup.c +++ b/cpu/nrf51822/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hauke Petersen diff --git a/cpu/nrf51822/syscalls.c b/cpu/nrf51822/syscalls.c index 0c51de0ac..2161b5b65 100644 --- a/cpu/nrf51822/syscalls.c +++ b/cpu/nrf51822/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_nrf51822 * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for nRF51822 * * @author Michael Baar diff --git a/cpu/sam3x8e/cpu.c b/cpu/sam3x8e/cpu.c index 2d50b5082..4d8bdba9a 100644 --- a/cpu/sam3x8e/cpu.c +++ b/cpu/sam3x8e/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file cpu.c + * @file * @brief Implementation of the CPU initialization * * @author Hauke Petersen diff --git a/cpu/sam3x8e/hwtimer_arch.c b/cpu/sam3x8e/hwtimer_arch.c index 38c7d9cfa..99ceea582 100644 --- a/cpu/sam3x8e/hwtimer_arch.c +++ b/cpu/sam3x8e/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses the Cortex build-in system timer as back-end. diff --git a/cpu/sam3x8e/lpm_arch.c b/cpu/sam3x8e/lpm_arch.c index 101fc1d04..36a8233f5 100644 --- a/cpu/sam3x8e/lpm_arch.c +++ b/cpu/sam3x8e/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernels power management interface * * @author Hauke Petersen diff --git a/cpu/sam3x8e/periph/gpio.c b/cpu/sam3x8e/periph/gpio.c index f2239f92b..29c87544d 100644 --- a/cpu/sam3x8e/periph/gpio.c +++ b/cpu/sam3x8e/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * @author Hauke Petersen diff --git a/cpu/sam3x8e/periph/spi.c b/cpu/sam3x8e/periph/spi.c index 96971c9fc..206443db5 100644 --- a/cpu/sam3x8e/periph/spi.c +++ b/cpu/sam3x8e/periph/spi.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file spi.c + * @file * @brief Low-level SPI driver implementation * * @author Maxime Blanloeil diff --git a/cpu/sam3x8e/periph/timer.c b/cpu/sam3x8e/periph/timer.c index bf0c08ce5..b49c73a6c 100644 --- a/cpu/sam3x8e/periph/timer.c +++ b/cpu/sam3x8e/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation for the SAM3X8E CPU * * @author Hauke Petersen diff --git a/cpu/sam3x8e/periph/uart.c b/cpu/sam3x8e/periph/uart.c index f20a79157..feda12c37 100644 --- a/cpu/sam3x8e/periph/uart.c +++ b/cpu/sam3x8e/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Hauke Petersen diff --git a/cpu/sam3x8e/startup.c b/cpu/sam3x8e/startup.c index 52278ccde..adb393fa4 100644 --- a/cpu/sam3x8e/startup.c +++ b/cpu/sam3x8e/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hauke Petersen diff --git a/cpu/sam3x8e/syscalls.c b/cpu/sam3x8e/syscalls.c index 3daae2d46..7ee492912 100644 --- a/cpu/sam3x8e/syscalls.c +++ b/cpu/sam3x8e/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_sam3x8e * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for SAM3X8E * * @author Michael Baar diff --git a/cpu/samd21/cpu.c b/cpu/samd21/cpu.c index 5dbdb79e1..0589b4cb1 100644 --- a/cpu/samd21/cpu.c +++ b/cpu/samd21/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_samd21 * @{ * - * @file cpu.c + * @file * @brief Implementation of the CPU initialization * * @author Thomas Eichinger diff --git a/cpu/samd21/lpm_arch.c b/cpu/samd21/lpm_arch.c index 3d410ffe6..fd6dbe4d4 100644 --- a/cpu/samd21/lpm_arch.c +++ b/cpu/samd21/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_samd21 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernels power management interface * * @author Thomas Eichinger diff --git a/cpu/samd21/periph/cpuid.c b/cpu/samd21/periph/cpuid.c index c32ea9262..d3468a68b 100644 --- a/cpu/samd21/periph/cpuid.c +++ b/cpu/samd21/periph/cpuid.c @@ -10,7 +10,7 @@ * @addtogroup driver_periph * @{ * - * @file cpuid.c + * @file * @brief Low-level CPUID driver implementation * * @author Troels Hoffmeyer diff --git a/cpu/samd21/periph/gpio.c b/cpu/samd21/periph/gpio.c index 9a9a5392d..0a85b9f56 100644 --- a/cpu/samd21/periph/gpio.c +++ b/cpu/samd21/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * @author Troels Hoffmeyer diff --git a/cpu/samd21/periph/spi.c b/cpu/samd21/periph/spi.c index 915294bfd..869977b54 100644 --- a/cpu/samd21/periph/spi.c +++ b/cpu/samd21/periph/spi.c @@ -10,7 +10,7 @@ * @ingroup cpu_samd21 * @{ * - * @file spi.c + * @file * @brief Low-level SPI driver implementation * * @author Thomas Eichinger diff --git a/cpu/samd21/periph/timer.c b/cpu/samd21/periph/timer.c index 1c92c90ee..7a8dc1b56 100644 --- a/cpu/samd21/periph/timer.c +++ b/cpu/samd21/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation * * @author Thomas Eichinger diff --git a/cpu/samd21/periph/uart.c b/cpu/samd21/periph/uart.c index 8cb97a3bf..67e333a12 100644 --- a/cpu/samd21/periph/uart.c +++ b/cpu/samd21/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup driver_periph * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Thomas Eichinger diff --git a/cpu/samd21/startup.c b/cpu/samd21/startup.c index 0b0b1d28c..62b36305e 100644 --- a/cpu/samd21/startup.c +++ b/cpu/samd21/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_samd21 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Thomas Eichinger diff --git a/cpu/samd21/syscalls.c b/cpu/samd21/syscalls.c index e0cc45d3e..d44b31788 100644 --- a/cpu/samd21/syscalls.c +++ b/cpu/samd21/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_samd21 * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for samd21 * * @author Michael Baar diff --git a/cpu/stm32f1/cpu.c b/cpu/stm32f1/cpu.c index e1e32912d..1eca9a5ea 100644 --- a/cpu/stm32f1/cpu.c +++ b/cpu/stm32f1/cpu.c @@ -11,7 +11,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file cpu.c + * @file * @brief Implementation of the kernel cpu functions * * @author Stefan Pfeiffer diff --git a/cpu/stm32f1/hwtimer_arch.c b/cpu/stm32f1/hwtimer_arch.c index cb77f8407..b34214911 100644 --- a/cpu/stm32f1/hwtimer_arch.c +++ b/cpu/stm32f1/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses the Coretex build-in system timer as backend. diff --git a/cpu/stm32f1/lpm_arch.c b/cpu/stm32f1/lpm_arch.c index 34ddfc507..c463d6c3c 100644 --- a/cpu/stm32f1/lpm_arch.c +++ b/cpu/stm32f1/lpm_arch.c @@ -11,7 +11,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernel's lpm interface * * @author Alaeddine Weslati diff --git a/cpu/stm32f1/periph/cpuid.c b/cpu/stm32f1/periph/cpuid.c index f354b3497..661b4be3b 100644 --- a/cpu/stm32f1/periph/cpuid.c +++ b/cpu/stm32f1/periph/cpuid.c @@ -10,7 +10,7 @@ * @addtogroup driver_periph * @{ * - * @file cpuid.c + * @file * @brief Low-level CPUID driver implementation * * @author Thomas Eichinger diff --git a/cpu/stm32f1/periph/gpio.c b/cpu/stm32f1/periph/gpio.c index 2eb0c66d2..1b1016c1e 100644 --- a/cpu/stm32f1/periph/gpio.c +++ b/cpu/stm32f1/periph/gpio.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file gpio.c + * @file * @brief Low-level GPIO driver implementation * * @author Hauke Petersen diff --git a/cpu/stm32f1/periph/rtt.c b/cpu/stm32f1/periph/rtt.c index 281e84096..3e9837848 100644 --- a/cpu/stm32f1/periph/rtt.c +++ b/cpu/stm32f1/periph/rtt.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file rtt.c + * @file * @brief Low-level RTT driver implementation * * @author Thomas Eichinger diff --git a/cpu/stm32f1/periph/spi.c b/cpu/stm32f1/periph/spi.c index 895619168..cd1f32a22 100644 --- a/cpu/stm32f1/periph/spi.c +++ b/cpu/stm32f1/periph/spi.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file spi.c + * @file * @brief Low-level SPI driver implementation * * @author Thomas Eichinger diff --git a/cpu/stm32f1/periph/timer.c b/cpu/stm32f1/periph/timer.c index ade7ecf8e..dcf8d2063 100644 --- a/cpu/stm32f1/periph/timer.c +++ b/cpu/stm32f1/periph/timer.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file timer.c + * @file * @brief Low-level timer driver implementation * * @author Hauke Petersen diff --git a/cpu/stm32f1/periph/uart.c b/cpu/stm32f1/periph/uart.c index b6a599a9d..1e6fc69b5 100644 --- a/cpu/stm32f1/periph/uart.c +++ b/cpu/stm32f1/periph/uart.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file uart.c + * @file * @brief Low-level UART driver implementation * * @author Hauke Petersen diff --git a/cpu/stm32f1/startup.c b/cpu/stm32f1/startup.c index 612ade611..34582a230 100644 --- a/cpu/stm32f1/startup.c +++ b/cpu/stm32f1/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hauke Petersen diff --git a/cpu/stm32f1/syscalls.c b/cpu/stm32f1/syscalls.c index e563471e4..3a72613b7 100644 --- a/cpu/stm32f1/syscalls.c +++ b/cpu/stm32f1/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32f1 * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for stm32f1 * * @author Michael Baar diff --git a/cpu/stm32l1/cpu.c b/cpu/stm32l1/cpu.c index 6ca8a82dc..642542b51 100644 --- a/cpu/stm32l1/cpu.c +++ b/cpu/stm32l1/cpu.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32l1 * @{ * - * @file cpu.c + * @file * @brief Implementation of the kernel cpu functions * * @author Thomas Eichinger diff --git a/cpu/stm32l1/hwtimer_arch.c b/cpu/stm32l1/hwtimer_arch.c index e8d58d631..199994d65 100644 --- a/cpu/stm32l1/hwtimer_arch.c +++ b/cpu/stm32l1/hwtimer_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32l1 * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface * * The hardware timer implementation uses the Cortex build-in system timer as backend. diff --git a/cpu/stm32l1/lpm_arch.c b/cpu/stm32l1/lpm_arch.c index c39419888..ca26f3a32 100644 --- a/cpu/stm32l1/lpm_arch.c +++ b/cpu/stm32l1/lpm_arch.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32l1 * @{ * - * @file lpm_arch.c + * @file * @brief Implementation of the kernel's lpm interface * * @author Hauke Petersen diff --git a/cpu/stm32l1/periph/cpuid.c b/cpu/stm32l1/periph/cpuid.c index f8443b9cf..84288d284 100644 --- a/cpu/stm32l1/periph/cpuid.c +++ b/cpu/stm32l1/periph/cpuid.c @@ -10,7 +10,7 @@ * @addtogroup driver_periph * @{ * - * @file cpuid.c + * @file * @brief Low-level CPUID driver implementation * * @author Thomas Eichinger diff --git a/cpu/stm32l1/startup.c b/cpu/stm32l1/startup.c index 9802555c6..ae5670268 100644 --- a/cpu/stm32l1/startup.c +++ b/cpu/stm32l1/startup.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32l1 * @{ * - * @file startup.c + * @file * @brief Startup code and interrupt vector definition * * @author Hauke Petersen diff --git a/cpu/stm32l1/syscalls.c b/cpu/stm32l1/syscalls.c index 3c60a16cf..5bfb718ff 100644 --- a/cpu/stm32l1/syscalls.c +++ b/cpu/stm32l1/syscalls.c @@ -10,7 +10,7 @@ * @ingroup cpu_stm32l1 * @{ * - * @file syscalls.c + * @file * @brief NewLib system calls implementations for stm32l1 * * @author Michael Baar diff --git a/dist/tools/linux-border_router/flowcontrol.h b/dist/tools/linux-border_router/flowcontrol.h index 769865444..fc3dbc499 100644 --- a/dist/tools/linux-border_router/flowcontrol.h +++ b/dist/tools/linux-border_router/flowcontrol.h @@ -7,7 +7,7 @@ */ /** - * @file flowcontrol.h + * @file * @author Martine Lenders * @brief Public declarations for the flow control jobs via the * serial interface for the 6LoWPAN Border Router driver. diff --git a/dist/tools/linux-border_router/multiplex.h b/dist/tools/linux-border_router/multiplex.h index 83b3e4762..bfc99843c 100644 --- a/dist/tools/linux-border_router/multiplex.h +++ b/dist/tools/linux-border_router/multiplex.h @@ -7,7 +7,7 @@ */ /** - * @file multiplex.h + * @file * @author Martine Lenders * @brief Public declarations for the multiplexing jobs via the * serial interface for the 6LoWPAN Border Router driver. diff --git a/dist/tools/linux-border_router/serialnumber.h b/dist/tools/linux-border_router/serialnumber.h index 16bb875e6..1d9256905 100644 --- a/dist/tools/linux-border_router/serialnumber.h +++ b/dist/tools/linux-border_router/serialnumber.h @@ -7,7 +7,7 @@ */ /** - * @file serialnumber.h + * @file * @author Martine Lenders * @brief Serial number arithmetics after RFC 1982, section 3 */ diff --git a/dist/tools/linux-border_router/sixlowdriver.h b/dist/tools/linux-border_router/sixlowdriver.h index 0d39de285..b927bb7ca 100644 --- a/dist/tools/linux-border_router/sixlowdriver.h +++ b/dist/tools/linux-border_router/sixlowdriver.h @@ -7,7 +7,7 @@ */ /** - * @file sixlowdriver.h + * @file * @author Martine Lenders * @brief Public declarations for the 6LoWPAN Border Router driver. */ diff --git a/dist/tools/linux-border_router/testing.h b/dist/tools/linux-border_router/testing.h index a5aaecd61..0cf48b583 100644 --- a/dist/tools/linux-border_router/testing.h +++ b/dist/tools/linux-border_router/testing.h @@ -7,7 +7,7 @@ */ /** - * @file testing.h + * @file * @brief Test suite for the 6LoWPAN Border Router. * * The tests are managed in the following way: diff --git a/drivers/cc110x/cc110x-netdev.c b/drivers/cc110x/cc110x-netdev.c index 448e4dc4e..152545fab 100644 --- a/drivers/cc110x/cc110x-netdev.c +++ b/drivers/cc110x/cc110x-netdev.c @@ -9,7 +9,7 @@ /** * @ingroup drivers_cc110x * @{ - * @file cc110x_netdev.c + * @file * @brief Functionality for netdev base interface * * @author Fabian Nack diff --git a/drivers/cc110x/cc110x-rxtx.c b/drivers/cc110x/cc110x-rxtx.c index 9f0c9db59..f1ba0c092 100644 --- a/drivers/cc110x/cc110x-rxtx.c +++ b/drivers/cc110x/cc110x-rxtx.c @@ -10,7 +10,7 @@ /** * @ingroup drivers_cc110x * @{ - * @file cc110x-rx.c + * @file * @brief Functions for packet reception and transmission on cc110x devices * * @author Oliver Hahm diff --git a/drivers/cc110x/cc110x-spi.c b/drivers/cc110x/cc110x-spi.c index 178b7bcb6..16a21c7f6 100644 --- a/drivers/cc110x/cc110x-spi.c +++ b/drivers/cc110x/cc110x-spi.c @@ -10,7 +10,7 @@ * @ingroup drivers_cc110x * @{ * - * @file cc110x_spi.c + * @file * @brief TI Chipcon CC110x SPI driver * * @author Thomas Hillebrandt diff --git a/drivers/cc110x/cc110x.c b/drivers/cc110x/cc110x.c index 4e1f6c1cf..762098f8c 100644 --- a/drivers/cc110x/cc110x.c +++ b/drivers/cc110x/cc110x.c @@ -10,7 +10,7 @@ /** * @ingroup drivers_cc110x * @{ - * @file cc110x.c + * @file * @brief Basic functionality of cc110x driver * * @author Oliver Hahm diff --git a/drivers/cc110x_legacy/cc110x-rx.c b/drivers/cc110x_legacy/cc110x-rx.c index a35fdb3d0..20b011fe7 100644 --- a/drivers/cc110x_legacy/cc110x-rx.c +++ b/drivers/cc110x_legacy/cc110x-rx.c @@ -10,7 +10,7 @@ /** * @ingroup drivers_cc110x_legacy * @{ - * @file cc110x-rx.c + * @file * @brief Functions for packet reception on cc110x * * @author Oliver Hahm diff --git a/drivers/cc110x_legacy/cc110x-tx.c b/drivers/cc110x_legacy/cc110x-tx.c index af5a62690..482378ba7 100644 --- a/drivers/cc110x_legacy/cc110x-tx.c +++ b/drivers/cc110x_legacy/cc110x-tx.c @@ -10,7 +10,7 @@ /** * @ingroup drivers_cc110x_legacy * @{ - * @file cc110x-tx.c + * @file * @brief Functions for packet transmission on cc110x * * @author Oliver Hahm diff --git a/drivers/cc110x_legacy/cc110x.c b/drivers/cc110x_legacy/cc110x.c index b8f78e446..e22d85277 100644 --- a/drivers/cc110x_legacy/cc110x.c +++ b/drivers/cc110x_legacy/cc110x.c @@ -10,7 +10,7 @@ /** * @ingroup drivers_cc110x_legacy * @{ - * @file cc110x.c + * @file * @brief Basic functionality of cc110x driver * * @author Oliver Hahm diff --git a/drivers/cc110x_legacy/spi/cc110x_spi.c b/drivers/cc110x_legacy/spi/cc110x_spi.c index bf548df6f..58619c046 100644 --- a/drivers/cc110x_legacy/spi/cc110x_spi.c +++ b/drivers/cc110x_legacy/spi/cc110x_spi.c @@ -10,7 +10,7 @@ * @ingroup drivers_cc110x_legacy * @{ * - * @file cc110x_spi.c + * @file * @brief TI Chipcon CC1100 SPI driver * * @author Thomas Hillebrandt diff --git a/drivers/include/cc110x/cc110x-netdev.h b/drivers/include/cc110x/cc110x-netdev.h index c4659ecc7..d9573495f 100644 --- a/drivers/include/cc110x/cc110x-netdev.h +++ b/drivers/include/cc110x/cc110x-netdev.h @@ -10,7 +10,7 @@ * @ingroup drivers_cc110x * @{ * - * @file cc110x-netdev.h + * @file * @brief Variables for the cc110x netdev base interface * * @author Fabian Nack diff --git a/drivers/include/cc110x_legacy/cc110x-arch.h b/drivers/include/cc110x_legacy/cc110x-arch.h index 986ccf854..8a4eedccb 100644 --- a/drivers/include/cc110x_legacy/cc110x-arch.h +++ b/drivers/include/cc110x_legacy/cc110x-arch.h @@ -10,7 +10,7 @@ * @ingroup drivers_cc110x_legacy * @{ * - * @file cc110x-arch.h + * @file * @brief CC1100 architecture dependent functions * * @author Heiko Will diff --git a/drivers/include/cc110x_legacy/cc110x-interface.h b/drivers/include/cc110x_legacy/cc110x-interface.h index 00370321d..9c3291de3 100644 --- a/drivers/include/cc110x_legacy/cc110x-interface.h +++ b/drivers/include/cc110x_legacy/cc110x-interface.h @@ -13,7 +13,7 @@ * @ingroup drivers * @{ * - * @file cc110x_legacy.h + * @file * @brief Data structures and variables for the cc110x driver interface * * @author Oliver Hahm diff --git a/drivers/include/diskio.h b/drivers/include/diskio.h index b4b59b0bc..02f859756 100644 --- a/drivers/include/diskio.h +++ b/drivers/include/diskio.h @@ -15,7 +15,7 @@ * * @{ * - * @file diskio.h + * @file * * @author unknown */ diff --git a/drivers/include/ltc4150_arch.h b/drivers/include/ltc4150_arch.h index 266666646..4bc949079 100644 --- a/drivers/include/ltc4150_arch.h +++ b/drivers/include/ltc4150_arch.h @@ -19,7 +19,7 @@ extern "C" { * @brief Driver for the Linear Technology LTC4150 Coulomb Counter * @{ * - * @file ltc4150_arch.h + * @file * @brief LTC4150 Coulomb Counter * * @author Heiko Will diff --git a/drivers/include/netdev/base.h b/drivers/include/netdev/base.h index e20137014..a1868c807 100644 --- a/drivers/include/netdev/base.h +++ b/drivers/include/netdev/base.h @@ -10,7 +10,7 @@ * @addtogroup netdev * @{ * - * @file netdev/base.h + * @file * @brief Basic network device driver interface definitions. * * @author Martine Lenders diff --git a/drivers/include/netdev/default.h b/drivers/include/netdev/default.h index a505f2f82..0916973f2 100644 --- a/drivers/include/netdev/default.h +++ b/drivers/include/netdev/default.h @@ -10,7 +10,7 @@ * @addtogroup netdev * @{ * - * @file netdev/default.h + * @file * @brief Supplies the users with default values for the use of * @ref netdev * diff --git a/drivers/include/sht11.h b/drivers/include/sht11.h index 64dfe9ee6..31ae8db8b 100644 --- a/drivers/include/sht11.h +++ b/drivers/include/sht11.h @@ -15,7 +15,7 @@ * @ingroup drivers * @{ * - * @file sht11.h + * @file * @brief SHT11 Device Driver * * @author Freie Universität Berlin, Computer Systems & Telematics diff --git a/drivers/include/srf02.h b/drivers/include/srf02.h index 10bcd77e2..d47245bc5 100644 --- a/drivers/include/srf02.h +++ b/drivers/include/srf02.h @@ -15,7 +15,7 @@ * * @{ * - * @file srf02.h + * @file * @brief Driver definitions for the SRF02 ultrasonic ranger. * * The connection between the SRF02 and the MCU is based on the i2c interface. diff --git a/drivers/include/srf08.h b/drivers/include/srf08.h index c28e9dd2e..10400ebf7 100644 --- a/drivers/include/srf08.h +++ b/drivers/include/srf08.h @@ -15,7 +15,7 @@ * * @{ * - * @file srf08.h + * @file * @brief Driver definitions for the SRF02 ultrasonic ranger. * * The connection between the SRF08 and the MCU is based on the i2c interface. diff --git a/drivers/kw2xrf/include/kw2xrf_spi.h b/drivers/kw2xrf/include/kw2xrf_spi.h index b7a29e101..3368ed21e 100644 --- a/drivers/kw2xrf/include/kw2xrf_spi.h +++ b/drivers/kw2xrf/include/kw2xrf_spi.h @@ -9,7 +9,7 @@ /** * @ingroup drivers_kw2xrf * @{ - * @file kw2xrf_spi.h + * @file * @brief Definition of KW2XRF SPI functions * * @author Johann Fischer diff --git a/drivers/kw2xrf/kw2xrf.c b/drivers/kw2xrf/kw2xrf.c index b7cff7c3c..64408809a 100644 --- a/drivers/kw2xrf/kw2xrf.c +++ b/drivers/kw2xrf/kw2xrf.c @@ -9,7 +9,7 @@ /** * @ingroup kw2xrf * @{ - * @file kw2xrf.c + * @file * @brief Basic functionality of kw2xrf driver * * @author Johann Fischer diff --git a/drivers/kw2xrf/kw2xrf_spi.c b/drivers/kw2xrf/kw2xrf_spi.c index 2c2ff4834..496d67480 100644 --- a/drivers/kw2xrf/kw2xrf_spi.c +++ b/drivers/kw2xrf/kw2xrf_spi.c @@ -9,7 +9,7 @@ /** * @ingroup drivers_kw2xrf * @{ - * @file kw2xrf_spi.c + * @file * @brief Implementation of SPI-functions for the kw2xrf driver * * @author Johann Fischer diff --git a/drivers/netdev/802154/802154.c b/drivers/netdev/802154/802154.c index 56ca69fef..389b33ca5 100644 --- a/drivers/netdev/802154/802154.c +++ b/drivers/netdev/802154/802154.c @@ -10,7 +10,7 @@ * @addtogroup netdev * @{ * - * @file 802154.c + * @file * @brief Provides wrappers of @ref netdev/base.h functions to * netdev/802154.h functions. * diff --git a/drivers/netdev/base/base.c b/drivers/netdev/base/base.c index fca681ace..f96d63567 100644 --- a/drivers/netdev/base/base.c +++ b/drivers/netdev/base/base.c @@ -10,7 +10,7 @@ * @addtogroup netdev * @{ * - * @file base.c + * @file * @brief Provides helper functions to the API in @ref netdev/base.h. * * @author Martine Lenders diff --git a/drivers/srf02/srf02.c b/drivers/srf02/srf02.c index d1bc822ca..6994ceb9f 100644 --- a/drivers/srf02/srf02.c +++ b/drivers/srf02/srf02.c @@ -10,7 +10,7 @@ * @ingroup driver_srf02 * @{ * - * @file srf02.c + * @file * @brief Driver for the SRF02 ultrasonic ranger. * The connection between the MCU and the SRF02 is based on the * i2c-interface. diff --git a/drivers/srf08/srf08.c b/drivers/srf08/srf08.c index dbf131b95..72b4d75e2 100644 --- a/drivers/srf08/srf08.c +++ b/drivers/srf08/srf08.c @@ -10,7 +10,7 @@ * @ingroup driver_srf08 * @{ * - * @file srf08.c + * @file * @brief Driver for the SRF08 ultrasonic ranger. * The connection between the MCU and the SRF08 is based on the * i2c-interface. diff --git a/examples/riot_and_cpp/c_functions.c b/examples/riot_and_cpp/c_functions.c index e91775b82..e5681cc5f 100644 --- a/examples/riot_and_cpp/c_functions.c +++ b/examples/riot_and_cpp/c_functions.c @@ -10,7 +10,7 @@ * @ingroup examples * @{ * - * @file c_functions.c + * @file * @brief Some functions implementaion in C. * * @author DangNhat Pham-Huu <51002279@hcmut.edu.vn> diff --git a/examples/riot_and_cpp/c_functions.h b/examples/riot_and_cpp/c_functions.h index 454a3ae88..068251b33 100644 --- a/examples/riot_and_cpp/c_functions.h +++ b/examples/riot_and_cpp/c_functions.h @@ -10,7 +10,7 @@ * @ingroup examples * @{ * - * @file c_functions.h + * @file * @brief Definitions for some c functions. * * @author DangNhat Pham-Huu <51002279@hcmut.edu.vn> diff --git a/examples/riot_and_cpp/cpp_class.cpp b/examples/riot_and_cpp/cpp_class.cpp index c6f4586ac..1da85f0a4 100644 --- a/examples/riot_and_cpp/cpp_class.cpp +++ b/examples/riot_and_cpp/cpp_class.cpp @@ -11,7 +11,7 @@ * @ingroup examples * @{ * - * @file cpp_class.cpp + * @file * @brief implementation of declared functions of object cpp_class * * @author Martin Landsmann diff --git a/examples/riot_and_cpp/cpp_class.hpp b/examples/riot_and_cpp/cpp_class.hpp index 8f26711b5..81dc07e38 100644 --- a/examples/riot_and_cpp/cpp_class.hpp +++ b/examples/riot_and_cpp/cpp_class.hpp @@ -13,7 +13,7 @@ * @ingroup examples * @{ * - * @file cpp_class.hpp + * @file * @brief simple c++ object declaration with public and private functions * * @author Martin Landsmann diff --git a/examples/riot_and_cpp/main.cpp b/examples/riot_and_cpp/main.cpp index 0c7ba5604..4429c4690 100644 --- a/examples/riot_and_cpp/main.cpp +++ b/examples/riot_and_cpp/main.cpp @@ -8,7 +8,7 @@ */ /** - * @file main.cpp + * @file * @brief Demonstration of mixed c++ and c user application with pure c RIOT * - mixing of c and c++ source to test name mangling * - introducing a namespace to declarative block, avoiding to qualify calls, e.g. std::vector diff --git a/sys/auto_init/auto_init.c b/sys/auto_init/auto_init.c index e655ec526..366743dfb 100644 --- a/sys/auto_init/auto_init.c +++ b/sys/auto_init/auto_init.c @@ -9,7 +9,7 @@ * * @ingroup auto_init * @{ - * @file auto_init_c + * @file * @brief initializes any used module that has a trivial init function * @author Oliver Hahm * @author Hauke Petersen diff --git a/sys/base64/base64.c b/sys/base64/base64.c index 89a1cd84e..869ca668a 100644 --- a/sys/base64/base64.c +++ b/sys/base64/base64.c @@ -10,7 +10,7 @@ /** * @ingroup base64 * @{ - * @file base64.c + * @file * @brief Functions to encode and decode base64 * * @author Martin Landsmann diff --git a/sys/chardev_thread.c b/sys/chardev_thread.c index cd3180c71..aa0ce66a9 100644 --- a/sys/chardev_thread.c +++ b/sys/chardev_thread.c @@ -9,7 +9,7 @@ * * @ingroup chardev * @{ - * @file chardev_thread.c + * @file * @brief Runs an infinite loop in a separate thread to handle access to character devices such as uart. * @author Kaspar Schleiser * @} diff --git a/sys/compat/hwtimer/hwtimer_arch.c b/sys/compat/hwtimer/hwtimer_arch.c index 95a2399b7..8eca632fe 100644 --- a/sys/compat/hwtimer/hwtimer_arch.c +++ b/sys/compat/hwtimer/hwtimer_arch.c @@ -12,7 +12,7 @@ * @ingroup sys_compat * @{ * - * @file hwtimer_arch.c + * @file * @brief Implementation of the kernels hwtimer interface over periph timers * * This hwtimer implementation wraps one periph timer diff --git a/sys/config/config.c b/sys/config/config.c index 924cbc55e..cf67b499d 100644 --- a/sys/config/config.c +++ b/sys/config/config.c @@ -9,7 +9,7 @@ * * @ingroup config * @{ - * @file config_c + * @file * @brief Provides system configuration struct with default values. * @author Oliver Hahm * @} diff --git a/sys/cpp11-compat/condition_variable.cpp b/sys/cpp11-compat/condition_variable.cpp index d660874fa..791270997 100644 --- a/sys/cpp11-compat/condition_variable.cpp +++ b/sys/cpp11-compat/condition_variable.cpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file condition_variable.cpp + * @file * @brief C++11 condition variable drop in replacement * * @author Raphael Hiesgen diff --git a/sys/cpp11-compat/include/riot/chrono.hpp b/sys/cpp11-compat/include/riot/chrono.hpp index 531e8a4ad..2e53c2be8 100644 --- a/sys/cpp11-compat/include/riot/chrono.hpp +++ b/sys/cpp11-compat/include/riot/chrono.hpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file chrono.hpp + * @file * @brief C++11 chrono drop in replacement that adds the function now based on * vtimer/timex * @see diff --git a/sys/cpp11-compat/include/riot/condition_variable.hpp b/sys/cpp11-compat/include/riot/condition_variable.hpp index 7f3087504..50ed2ac8a 100644 --- a/sys/cpp11-compat/include/riot/condition_variable.hpp +++ b/sys/cpp11-compat/include/riot/condition_variable.hpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file condition_variable.hpp + * @file * @brief C++11 condition variable drop in replacement * @see * std::condition_variable diff --git a/sys/cpp11-compat/include/riot/detail/thread_util.hpp b/sys/cpp11-compat/include/riot/detail/thread_util.hpp index 2ac1a5d07..6c1e76a2c 100644 --- a/sys/cpp11-compat/include/riot/detail/thread_util.hpp +++ b/sys/cpp11-compat/include/riot/detail/thread_util.hpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file thread_util.hpp + * @file * @brief utility functions * * @author Dominik Charousset diff --git a/sys/cpp11-compat/include/riot/mutex.hpp b/sys/cpp11-compat/include/riot/mutex.hpp index 5c95c4c79..d4783270f 100644 --- a/sys/cpp11-compat/include/riot/mutex.hpp +++ b/sys/cpp11-compat/include/riot/mutex.hpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file mutex.hpp + * @file * @brief C++11 mutex drop in replacement * @see * std::mutex, std::lock_guard and std::unique_lock diff --git a/sys/cpp11-compat/include/riot/thread.hpp b/sys/cpp11-compat/include/riot/thread.hpp index 8430f09d1..734a1750a 100644 --- a/sys/cpp11-compat/include/riot/thread.hpp +++ b/sys/cpp11-compat/include/riot/thread.hpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file thread.hpp + * @file * @brief C++11 thread drop in replacement * @see * std::thread, std::this_thread diff --git a/sys/cpp11-compat/mutex.cpp b/sys/cpp11-compat/mutex.cpp index 7abaed0aa..aadbb1d66 100644 --- a/sys/cpp11-compat/mutex.cpp +++ b/sys/cpp11-compat/mutex.cpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file mutex.cpp + * @file * @brief C++11 mutex drop in replacement * * @author Raphael Hiesgen diff --git a/sys/cpp11-compat/thread.cpp b/sys/cpp11-compat/thread.cpp index 3cebaf765..a34caafce 100644 --- a/sys/cpp11-compat/thread.cpp +++ b/sys/cpp11-compat/thread.cpp @@ -10,7 +10,7 @@ * @ingroup cpp11-compat * @{ * - * @file thread.cpp + * @file * @brief C++11 thread drop in replacement * * @author Raphael Hiesgen diff --git a/sys/crypto/3des.c b/sys/crypto/3des.c index bf774c64a..dfc7db2f1 100644 --- a/sys/crypto/3des.c +++ b/sys/crypto/3des.c @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file 3des.c + * @file * @brief implementation of the 3DES cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/crypto/aes.c b/sys/crypto/aes.c index 4141f0d07..f837a9884 100644 --- a/sys/crypto/aes.c +++ b/sys/crypto/aes.c @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file aes.c + * @file * @brief implementation of the AES cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/crypto/rc5.c b/sys/crypto/rc5.c index 3ba6b8108..99c8a6a00 100644 --- a/sys/crypto/rc5.c +++ b/sys/crypto/rc5.c @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file rc5.c + * @file * @brief implementation of the RC5 cipher-algorithm * * @author Nicolai Schmittberger diff --git a/sys/crypto/sha256.c b/sys/crypto/sha256.c index 89f81f621..10d7a0620 100644 --- a/sys/crypto/sha256.c +++ b/sys/crypto/sha256.c @@ -31,7 +31,7 @@ * @ingroup sys_crypto * @{ * - * @file sha256.c + * @file * @brief SHA256 hash function implementation * * @author Colin Percival diff --git a/sys/crypto/skipjack.c b/sys/crypto/skipjack.c index 610163c32..53390804a 100644 --- a/sys/crypto/skipjack.c +++ b/sys/crypto/skipjack.c @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file skipjack.c + * @file * @brief implementation of the SkipJack Cipher-Algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/crypto/twofish.c b/sys/crypto/twofish.c index 22419bdc8..42045be36 100644 --- a/sys/crypto/twofish.c +++ b/sys/crypto/twofish.c @@ -11,7 +11,7 @@ * @ingroup sys_crypto * @{ * - * @file twofish.c + * @file * @brief implementation of the twofish cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/auto_init.h b/sys/include/auto_init.h index b957fe8d6..c98aaecae 100644 --- a/sys/include/auto_init.h +++ b/sys/include/auto_init.h @@ -26,7 +26,7 @@ * * @{ * - * @file auto_init.h + * @file * * @author Kaspar Schleiser * @author Oliver Hahm diff --git a/sys/include/bloom.h b/sys/include/bloom.h index 2801ed7dc..7ac5fd214 100644 --- a/sys/include/bloom.h +++ b/sys/include/bloom.h @@ -114,7 +114,7 @@ * @brief Bloom filter library * @{ * - * @file bloom.h + * @file * @brief Bloom filter API * * @author Christian Mehlis diff --git a/sys/include/board_uart0.h b/sys/include/board_uart0.h index a32b9b2b3..4ef43fbe2 100644 --- a/sys/include/board_uart0.h +++ b/sys/include/board_uart0.h @@ -13,7 +13,7 @@ * @brief UART0 interface abstraction * @{ * - * @file board_uart0.h + * @file * @brief Interface definitions for the UART0 abstraction */ diff --git a/sys/include/config.h b/sys/include/config.h index 905eb913c..0da42338a 100644 --- a/sys/include/config.h +++ b/sys/include/config.h @@ -10,7 +10,7 @@ * @addtogroup core_internal * @{ * - * @file config.h + * @file * @brief Kernel configuration interface * * @author unknown diff --git a/sys/include/crypto/3des.h b/sys/include/crypto/3des.h index 173c8e416..8f335118f 100644 --- a/sys/include/crypto/3des.h +++ b/sys/include/crypto/3des.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file 3des.h + * @file * @brief Headers for the implementation of the 3DES cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics, diff --git a/sys/include/crypto/aes.h b/sys/include/crypto/aes.h index ebfd665bc..c410c8ea9 100644 --- a/sys/include/crypto/aes.h +++ b/sys/include/crypto/aes.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file aes.h + * @file * @brief Headers for the implementation of the AES cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/crypto/ciphers.h b/sys/include/crypto/ciphers.h index cc22cfb4c..da8511eba 100644 --- a/sys/include/crypto/ciphers.h +++ b/sys/include/crypto/ciphers.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file ciphers.h + * @file * @brief Headers for the packet encryption class. They are used to encrypt single packets. * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/crypto/rc5.h b/sys/include/crypto/rc5.h index 5e7cd75e7..7cba2df77 100644 --- a/sys/include/crypto/rc5.h +++ b/sys/include/crypto/rc5.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file rc5.h + * @file * @brief Headers for the implementation of the RC5 Cipher-Algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/crypto/sha256.h b/sys/include/crypto/sha256.h index bac2cf38f..194dbf3a8 100644 --- a/sys/include/crypto/sha256.h +++ b/sys/include/crypto/sha256.h @@ -32,7 +32,7 @@ * @ingroup sys_crypto * @{ * - * @file sha256.h + * @file * @brief Header definitions for the SHA256 hash function * * @author Colin Percival diff --git a/sys/include/crypto/skipjack.h b/sys/include/crypto/skipjack.h index 0eb110626..04ea50227 100644 --- a/sys/include/crypto/skipjack.h +++ b/sys/include/crypto/skipjack.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file skipjack.h + * @file * @brief Headers for the implementation of the SkipJack cipher-algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/crypto/twofish.h b/sys/include/crypto/twofish.h index 17095c2c5..d513396ed 100644 --- a/sys/include/crypto/twofish.h +++ b/sys/include/crypto/twofish.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file twofish.h + * @file * @brief Headers for the implementation of the TwoFish Cipher-Algorithm * * @author Freie Universitaet Berlin, Computer Systems & Telematics diff --git a/sys/include/fd.h b/sys/include/fd.h index e03b16aa2..f5fdd8b8a 100644 --- a/sys/include/fd.h +++ b/sys/include/fd.h @@ -12,7 +12,7 @@ */ /** - * @file fd.h + * @file * @brief Unifies diverse identifiers of RIOT to POSIX like file descriptors. * * @author Martine Lenders diff --git a/sys/include/hashes.h b/sys/include/hashes.h index 988e0c5a1..38a58754b 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -12,7 +12,7 @@ * @brief Hash function library * @{ * - * @file hashes.h + * @file * @brief Hash function API * * @author Jason Linehan diff --git a/sys/include/od.h b/sys/include/od.h index 426b70a45..8cd2d2015 100644 --- a/sys/include/od.h +++ b/sys/include/od.h @@ -20,7 +20,7 @@ * * @{ * - * @file od.h + * @file * * @author Martine Lenders */ diff --git a/sys/include/posix_io.h b/sys/include/posix_io.h index 21a58266c..0f4e998b4 100644 --- a/sys/include/posix_io.h +++ b/sys/include/posix_io.h @@ -9,7 +9,7 @@ /** * @ingroup posix * @{ - * @file posix_io.h + * @file * @brief POSIX-like IO * * @author Kaspar Schleiser diff --git a/sys/include/trickle.h b/sys/include/trickle.h index 92658509f..febb81ff5 100644 --- a/sys/include/trickle.h +++ b/sys/include/trickle.h @@ -15,7 +15,7 @@ */ /** - * @file trickle.h + * @file * @brief Implementation of a generic Trickle Algorithm (RFC 6206) * * @author Eric Engel diff --git a/sys/log/log_printfnoformat/log_module.h b/sys/log/log_printfnoformat/log_module.h index 9725290a2..64c7d451a 100644 --- a/sys/log/log_printfnoformat/log_module.h +++ b/sys/log/log_printfnoformat/log_module.h @@ -12,7 +12,7 @@ * @brief This module implements an example logging module * @{ * - * @file log_module.h + * @file * @brief log_module header * * @author Jason Linehan diff --git a/sys/net/crosslayer/net_help/net_help.c b/sys/net/crosslayer/net_help/net_help.c index 7ffc29f1c..9a2741d1a 100644 --- a/sys/net/crosslayer/net_help/net_help.c +++ b/sys/net/crosslayer/net_help/net_help.c @@ -8,7 +8,7 @@ /** * @{ - * @file net_help.c + * @file * @brief Providing implementation for prototypes defined in net_help.h. * @author Oliver Gesch */ diff --git a/sys/net/crosslayer/netapi/netapi.c b/sys/net/crosslayer/netapi/netapi.c index 2d5cd7e68..2ad8272a6 100644 --- a/sys/net/crosslayer/netapi/netapi.c +++ b/sys/net/crosslayer/netapi/netapi.c @@ -8,7 +8,7 @@ /** * @{ - * @file netapi.c + * @file * @brief You do not necessarily need this file (leave `netapi` out of * `USEMODULE`, the netapi.h file will still be available for * inclusion). It supplies you however with some helper functions diff --git a/sys/net/crosslayer/ng_netreg/ng_netreg.c b/sys/net/crosslayer/ng_netreg/ng_netreg.c index 1d4517e9f..84c125fe0 100644 --- a/sys/net/crosslayer/ng_netreg/ng_netreg.c +++ b/sys/net/crosslayer/ng_netreg/ng_netreg.c @@ -9,7 +9,7 @@ /** * @{ * - * @file ng_netreg.c + * @file */ #include diff --git a/sys/net/include/aodvv2/aodvv2.h b/sys/net/include/aodvv2/aodvv2.h index 86b6b0329..008db2d97 100644 --- a/sys/net/include/aodvv2/aodvv2.h +++ b/sys/net/include/aodvv2/aodvv2.h @@ -13,7 +13,7 @@ * @ingroup net * @{ * - * @file aodvv2/aodvv2.h + * @file * @brief Interface for the AODVv2 routing protocol * * @author Lotte Steenbrink diff --git a/sys/net/include/aodvv2/types.h b/sys/net/include/aodvv2/types.h index 47de03dd6..311530ea2 100644 --- a/sys/net/include/aodvv2/types.h +++ b/sys/net/include/aodvv2/types.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file aodvv2/types.h + * @file * @brief data types for the aodvv2 routing protocol * * @author Lotte Steenbrink diff --git a/sys/net/include/ccn_lite/util/ccnl-riot-client.h b/sys/net/include/ccn_lite/util/ccnl-riot-client.h index 4ae429d07..725c42e8c 100644 --- a/sys/net/include/ccn_lite/util/ccnl-riot-client.h +++ b/sys/net/include/ccn_lite/util/ccnl-riot-client.h @@ -19,7 +19,7 @@ /** * @ingroup ccnl * @{ - * @file ccnl-riot-client.h + * @file * @brief CCN high level client functions * @author Christian Mehlis * @} diff --git a/sys/net/include/etx_beaconing.h b/sys/net/include/etx_beaconing.h index c694e4796..34a8ca849 100644 --- a/sys/net/include/etx_beaconing.h +++ b/sys/net/include/etx_beaconing.h @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file etx_beaconing.h + * @file * * Header-file, which includes all constants and functions used for ETX-based beaconing. * diff --git a/sys/net/include/ipv6.h b/sys/net/include/ipv6.h index 8a65c14c3..e80702364 100644 --- a/sys/net/include/ipv6.h +++ b/sys/net/include/ipv6.h @@ -9,7 +9,7 @@ /** * @ingroup net_sixlowpan * @{ - * @file ipv6.h + * @file * @brief IPv6 and ICMP functions * * Wraps all API types, constants and functions of diff --git a/sys/net/include/net_help.h b/sys/net/include/net_help.h index 8b3521231..cc6c79784 100644 --- a/sys/net/include/net_help.h +++ b/sys/net/include/net_help.h @@ -12,7 +12,7 @@ * @brief Helper functions for networking as byte order conversions and checksum calculations * @{ * - * @file net_help.h + * @file * * @author Oliver Gesch */ diff --git a/sys/net/include/net_if.h b/sys/net/include/net_if.h index c9ee4653f..a87704239 100644 --- a/sys/net/include/net_if.h +++ b/sys/net/include/net_if.h @@ -14,7 +14,7 @@ * * @{ * - * @file net_if.h + * @file * @brief Types and functions for network interfaces * @author Martine Lenders */ diff --git a/sys/net/include/netapi.h b/sys/net/include/netapi.h index 220635c51..dc82590d0 100644 --- a/sys/net/include/netapi.h +++ b/sys/net/include/netapi.h @@ -43,7 +43,7 @@ * * @{ * - * @file netapi.h + * @file * @brief Basic general interface to communicate with a network layer. * * @author Martine Lenders diff --git a/sys/net/include/rpl.h b/sys/net/include/rpl.h index 3168483cb..9715e5aaa 100644 --- a/sys/net/include/rpl.h +++ b/sys/net/include/rpl.h @@ -11,7 +11,7 @@ * @ingroup rpl * @{ * - * @file rpl.h + * @file * @brief RPL header. Declaration of global variables and functions needed for * core functionality of RPL. * diff --git a/sys/net/include/rpl/rpl_config.h b/sys/net/include/rpl/rpl_config.h index de782798b..9215a9f61 100644 --- a/sys/net/include/rpl/rpl_config.h +++ b/sys/net/include/rpl/rpl_config.h @@ -10,7 +10,7 @@ * @ingroup rpl * @{ * - * @file rpl_config.h + * @file * @brief RPL Config * * Configuration file, which defines all environmental variables for RPL. diff --git a/sys/net/include/rpl/rpl_dodag.h b/sys/net/include/rpl/rpl_dodag.h index 90233176b..af2be0288 100644 --- a/sys/net/include/rpl/rpl_dodag.h +++ b/sys/net/include/rpl/rpl_dodag.h @@ -8,7 +8,7 @@ * @ingroup rpl * @{ * - * @file rpl_dodag.h + * @file * @brief RPL DODAG header * * Header file, which defines all public known DODAG-related functions for RPL. diff --git a/sys/net/include/rpl/rpl_of_manager.h b/sys/net/include/rpl/rpl_of_manager.h index 3f13c001a..c3ece1c59 100644 --- a/sys/net/include/rpl/rpl_of_manager.h +++ b/sys/net/include/rpl/rpl_of_manager.h @@ -9,7 +9,7 @@ * * @ingroup rpl * @{ -* @file rpl_of_manager.h +* @file * @brief RPL Objective functions manager header * @author Fabian Brandt * @} diff --git a/sys/net/include/rpl/rpl_structs.h b/sys/net/include/rpl/rpl_structs.h index f374004a5..8f1b05c13 100644 --- a/sys/net/include/rpl/rpl_structs.h +++ b/sys/net/include/rpl/rpl_structs.h @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file rpl_structs.h + * @file * @brief RPL data structs * * File, which defines all structs used by RPL. diff --git a/sys/net/include/sixlowpan.h b/sys/net/include/sixlowpan.h index 2442b2b58..af37c3aa4 100644 --- a/sys/net/include/sixlowpan.h +++ b/sys/net/include/sixlowpan.h @@ -34,7 +34,7 @@ * * * @{ - * @file sixlowpan.h + * @file * @brief 6lowpan link layer and lowpan functions * * @author Martine Lenders diff --git a/sys/net/include/sixlowpan/error.h b/sys/net/include/sixlowpan/error.h index 3e4ab2eee..d0f434c37 100644 --- a/sys/net/include/sixlowpan/error.h +++ b/sys/net/include/sixlowpan/error.h @@ -10,7 +10,7 @@ * @ingroup net_sixlowpan_lowpan * @{ * - * @file sixlowpan/error.h + * @file * @brief 6LoWPAN error codes * * @author Martine Lenders diff --git a/sys/net/include/sixlowpan/icmp.h b/sys/net/include/sixlowpan/icmp.h index 7652e25bf..44ac09e3b 100644 --- a/sys/net/include/sixlowpan/icmp.h +++ b/sys/net/include/sixlowpan/icmp.h @@ -13,7 +13,7 @@ * * @{ * - * @file include/sixlowpan/icmp.h + * @file * @brief 6LoWPAN ICMP related header * * @author Stephan Zeisberg diff --git a/sys/net/include/sixlowpan/ip.h b/sys/net/include/sixlowpan/ip.h index 3de41e2f3..1c6eee7ef 100644 --- a/sys/net/include/sixlowpan/ip.h +++ b/sys/net/include/sixlowpan/ip.h @@ -12,7 +12,7 @@ * @brief Internet Protocol version 6 * @{ * - * @file include/sixlowpan/ip.h + * @file * @brief 6LoWPAN constants, data structs, and prototypes for network layer * * @author Stephan Zeisberg diff --git a/sys/net/include/sixlowpan/lowpan.h b/sys/net/include/sixlowpan/lowpan.h index d4ce2c274..25f928576 100644 --- a/sys/net/include/sixlowpan/lowpan.h +++ b/sys/net/include/sixlowpan/lowpan.h @@ -12,7 +12,7 @@ * @brief IPv6 over LoW Power wireless Area Networks * @{ * - * @file include/sixlowpan/lowpan.h + * @file * @brief 6LoWPAN LoWPAN layer header * * @author Stephan Zeisberg diff --git a/sys/net/include/sixlowpan/mac.h b/sys/net/include/sixlowpan/mac.h index 0b1ed7813..32c3e4aa0 100644 --- a/sys/net/include/sixlowpan/mac.h +++ b/sys/net/include/sixlowpan/mac.h @@ -10,7 +10,7 @@ * @ingroup net_sixlowpan_lowpan * @{ * - * @file sixlowpan/mac.h + * @file * @brief 6LoWPAN data structs, and prototypes for MAC layer * * @author Stephan Zeisberg diff --git a/sys/net/include/sixlowpan/ndp.h b/sys/net/include/sixlowpan/ndp.h index 407df8629..48750e15d 100644 --- a/sys/net/include/sixlowpan/ndp.h +++ b/sys/net/include/sixlowpan/ndp.h @@ -12,7 +12,7 @@ * @brief Neighbor discovery protocol for 6LoWPAN and IPv6 * @{ * - * @file sixlowpan/ndp.h + * @file * @brief 6LoWPAN constants, data structs, and prototypes related to NDP * * @author Stephan Zeisberg diff --git a/sys/net/include/sixlowpan/types.h b/sys/net/include/sixlowpan/types.h index f76c7a0a9..fd5423959 100644 --- a/sys/net/include/sixlowpan/types.h +++ b/sys/net/include/sixlowpan/types.h @@ -12,7 +12,7 @@ * @brief Structs, constants, and enums for 6LoWPAN and IPv6 related functions * @{ * - * @file sixlowpan/types.h + * @file * @brief 6LoWPAN data types * * @author Stephan Zeisberg diff --git a/sys/net/link_layer/ieee802154/ieee802154_frame.c b/sys/net/link_layer/ieee802154/ieee802154_frame.c index 5d6e8b276..6a6951984 100644 --- a/sys/net/link_layer/ieee802154/ieee802154_frame.c +++ b/sys/net/link_layer/ieee802154/ieee802154_frame.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file ieee802154_frame.c + * @file * @brief IEEE 802.14.4 framing operations * @author Stephan Zeisberg * @author Oliver Hahm diff --git a/sys/net/link_layer/net_if/net_if.c b/sys/net/link_layer/net_if/net_if.c index 1f1cdd820..b2b9990e9 100644 --- a/sys/net/link_layer/net_if/net_if.c +++ b/sys/net/link_layer/net_if/net_if.c @@ -9,7 +9,7 @@ /** * @ingroup net_if * @{ - * @file net_if.c + * @file * @author Martine Lenders */ #include diff --git a/sys/net/network_layer/fib/fib.c b/sys/net/network_layer/fib/fib.c index 0f01e786f..e466d3d2f 100644 --- a/sys/net/network_layer/fib/fib.c +++ b/sys/net/network_layer/fib/fib.c @@ -9,7 +9,7 @@ * * @ingroup fib * @{ - * @file fib.c + * @file * @brief Functions to manage FIB entries * @author Martin Landsmann * @} diff --git a/sys/net/network_layer/fib/universal_address.c b/sys/net/network_layer/fib/universal_address.c index c25972151..1f12ad068 100644 --- a/sys/net/network_layer/fib/universal_address.c +++ b/sys/net/network_layer/fib/universal_address.c @@ -9,7 +9,7 @@ * * @ingroup fib * @{ - * @file universal_address.c + * @file * @brief Functions to manage universal address container * @author Martin Landsmann * @} diff --git a/sys/net/network_layer/sixlowpan/border/border.c b/sys/net/network_layer/sixlowpan/border/border.c index 808b1f932..8c9b912d4 100644 --- a/sys/net/network_layer/sixlowpan/border/border.c +++ b/sys/net/network_layer/sixlowpan/border/border.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file sixlowborder.c + * @file * @brief constraint node implementation for a 6lowpan border router * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/network_layer/sixlowpan/border/bordermultiplex.c b/sys/net/network_layer/sixlowpan/border/bordermultiplex.c index d0958006b..47131ba65 100644 --- a/sys/net/network_layer/sixlowpan/border/bordermultiplex.c +++ b/sys/net/network_layer/sixlowpan/border/bordermultiplex.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file bordermultiplex.c + * @file * @brief multiplexiing border router information * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/network_layer/sixlowpan/border/bordermultiplex.h b/sys/net/network_layer/sixlowpan/border/bordermultiplex.h index d80e813a0..afbaee8f6 100644 --- a/sys/net/network_layer/sixlowpan/border/bordermultiplex.h +++ b/sys/net/network_layer/sixlowpan/border/bordermultiplex.h @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file bordermultiplex.h + * @file * @brief data structs for border router multiplexing * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/network_layer/sixlowpan/border/flowcontrol.c b/sys/net/network_layer/sixlowpan/border/flowcontrol.c index d89004562..78280b000 100644 --- a/sys/net/network_layer/sixlowpan/border/flowcontrol.c +++ b/sys/net/network_layer/sixlowpan/border/flowcontrol.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file flowcontrol.c + * @file * @brief flowcontrol for constraint node border router implementation * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/network_layer/sixlowpan/border/flowcontrol.h b/sys/net/network_layer/sixlowpan/border/flowcontrol.h index 013291606..63f62ebac 100644 --- a/sys/net/network_layer/sixlowpan/border/flowcontrol.h +++ b/sys/net/network_layer/sixlowpan/border/flowcontrol.h @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file flowcontrol.h + * @file * @brief data structs for border router flowcontrol * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/network_layer/sixlowpan/lowpan.c b/sys/net/network_layer/sixlowpan/lowpan.c index a8aa511ea..36ca3e452 100644 --- a/sys/net/network_layer/sixlowpan/lowpan.c +++ b/sys/net/network_layer/sixlowpan/lowpan.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file sixlowpan.c + * @file * @brief 6lowpan functions * @author Stephan Zeisberg * @author Martine Lenders diff --git a/sys/net/network_layer/sixlowpan/lowpan.h b/sys/net/network_layer/sixlowpan/lowpan.h index c3ba07a7b..39e0a4f01 100644 --- a/sys/net/network_layer/sixlowpan/lowpan.h +++ b/sys/net/network_layer/sixlowpan/lowpan.h @@ -7,7 +7,7 @@ */ /** - * @file network_layer/sixlowpan/lowpan.h + * @file * @brief 6lowpan header * * @author Stephan Zeisberg diff --git a/sys/net/network_layer/sixlowpan/mac.c b/sys/net/network_layer/sixlowpan/mac.c index 16cdf2462..da26e6979 100644 --- a/sys/net/network_layer/sixlowpan/mac.c +++ b/sys/net/network_layer/sixlowpan/mac.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file sixlowmac.c + * @file * @brief 6lowpan link layer functions * @author Stephan Zeisberg * @author Martine Lenders diff --git a/sys/net/network_layer/sixlowpan/serialnumber.c b/sys/net/network_layer/sixlowpan/serialnumber.c index 7acdde109..e328e487d 100644 --- a/sys/net/network_layer/sixlowpan/serialnumber.c +++ b/sys/net/network_layer/sixlowpan/serialnumber.c @@ -9,7 +9,7 @@ * * @ingroup sixlowpan * @{ - * @file serialnumber.c + * @file * @brief serial number arithmetics (corresponding RFC1982) for version field in ABRO * @author Martine Lenders * @author Oliver Hahm diff --git a/sys/net/routing/aodvv2/aodv.c b/sys/net/routing/aodvv2/aodv.c index d6d502ffc..6ff5d611f 100644 --- a/sys/net/routing/aodvv2/aodv.c +++ b/sys/net/routing/aodvv2/aodv.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file aodv.c + * @file * @brief aodvv2 routing protocol * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/aodv.h b/sys/net/routing/aodvv2/aodv.h index f210b7e22..dd14143d4 100644 --- a/sys/net/routing/aodvv2/aodv.h +++ b/sys/net/routing/aodvv2/aodv.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file aodv.h + * @file * @brief aodvv2 routing protocol * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/constants.h b/sys/net/routing/aodvv2/constants.h index 3567ccfce..0b061b9fd 100644 --- a/sys/net/routing/aodvv2/constants.h +++ b/sys/net/routing/aodvv2/constants.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file constants.h + * @file * @brief constants for the aodvv2 routing protocol * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/reader.c b/sys/net/routing/aodvv2/reader.c index 7bd01ac4a..1d4dbf1fa 100644 --- a/sys/net/routing/aodvv2/reader.c +++ b/sys/net/routing/aodvv2/reader.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file reader.c + * @file * @brief reading and handling of RFC5444 aodvv2 messages * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/reader.h b/sys/net/routing/aodvv2/reader.h index 07fe13384..c47b5a06b 100644 --- a/sys/net/routing/aodvv2/reader.h +++ b/sys/net/routing/aodvv2/reader.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file reader.h + * @file * @brief reading and handling of RFC5444 aodvv2 messages * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/routingtable.c b/sys/net/routing/aodvv2/routingtable.c index 1c4911745..953a0623e 100644 --- a/sys/net/routing/aodvv2/routingtable.c +++ b/sys/net/routing/aodvv2/routingtable.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file routing.c + * @file * @brief Cobbled-together routing table. * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/routingtable.h b/sys/net/routing/aodvv2/routingtable.h index 87e442158..c69677a5a 100644 --- a/sys/net/routing/aodvv2/routingtable.h +++ b/sys/net/routing/aodvv2/routingtable.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file routingtable.h + * @file * @brief Cobbled-together routing table. * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/seqnum.c b/sys/net/routing/aodvv2/seqnum.c index 9f8da607b..0cfec95f7 100644 --- a/sys/net/routing/aodvv2/seqnum.c +++ b/sys/net/routing/aodvv2/seqnum.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file seqnum.c + * @file * @brief aodvv2 sequence number * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/seqnum.h b/sys/net/routing/aodvv2/seqnum.h index 0a11a44b6..c47ee224e 100644 --- a/sys/net/routing/aodvv2/seqnum.h +++ b/sys/net/routing/aodvv2/seqnum.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file seqnum.h + * @file * @brief aodvv2 sequence number * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/utils.c b/sys/net/routing/aodvv2/utils.c index 1f66748bc..62f4741b6 100644 --- a/sys/net/routing/aodvv2/utils.c +++ b/sys/net/routing/aodvv2/utils.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file utils.c + * @file * @brief client- and RREQ-table, ipv6 address representation converters * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/utils.h b/sys/net/routing/aodvv2/utils.h index 2c3519059..2a23140e7 100644 --- a/sys/net/routing/aodvv2/utils.h +++ b/sys/net/routing/aodvv2/utils.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file utils.h + * @file * @brief client- and RREQ-table, ipv6 address representation converters * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/writer.c b/sys/net/routing/aodvv2/writer.c index 4f936734c..275082425 100644 --- a/sys/net/routing/aodvv2/writer.c +++ b/sys/net/routing/aodvv2/writer.c @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file writer.c + * @file * @brief writer to create RFC5444 aodvv2 messages * * @author Lotte Steenbrink diff --git a/sys/net/routing/aodvv2/writer.h b/sys/net/routing/aodvv2/writer.h index f3ace00c2..24fa54386 100644 --- a/sys/net/routing/aodvv2/writer.h +++ b/sys/net/routing/aodvv2/writer.h @@ -11,7 +11,7 @@ * @ingroup aodvv2 * @{ * - * @file writer.h + * @file * @brief writer to create RFC5444 aodvv2 messages * * @author Lotte Steenbrink diff --git a/sys/net/routing/etx_beaconing.c b/sys/net/routing/etx_beaconing.c index 836e1d120..0abb69526 100644 --- a/sys/net/routing/etx_beaconing.c +++ b/sys/net/routing/etx_beaconing.c @@ -11,7 +11,7 @@ /** * @ingroup rpl * @{ - * @file etx_beaconing.c + * @file * @brief ETX-beaconing implementation * * Implementation for ETX-based beaconing. diff --git a/sys/net/routing/rpl/of0.c b/sys/net/routing/rpl/of0.c index 913be73b8..3f3778cbd 100644 --- a/sys/net/routing/rpl/of0.c +++ b/sys/net/routing/rpl/of0.c @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file of0.c + * @file * @brief Objective Function Zero. * * Implementation of Objective Function Zero. diff --git a/sys/net/routing/rpl/of0.h b/sys/net/routing/rpl/of0.h index e256dce73..d0394f277 100644 --- a/sys/net/routing/rpl/of0.h +++ b/sys/net/routing/rpl/of0.h @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file of0.h + * @file * @brief Objective Function Zero. * * Header-file, which defines all functions for the implementation of Objective Function Zero. diff --git a/sys/net/routing/rpl/of_mrhof.c b/sys/net/routing/rpl/of_mrhof.c index 83eb3bb28..da77d6893 100644 --- a/sys/net/routing/rpl/of_mrhof.c +++ b/sys/net/routing/rpl/of_mrhof.c @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file of_mrhof.c + * @file * @brief Objective Function MRHOF. * * Implementation of Objective Function MRHOF. diff --git a/sys/net/routing/rpl/of_mrhof.h b/sys/net/routing/rpl/of_mrhof.h index cc0b0e23a..71aa8d042 100644 --- a/sys/net/routing/rpl/of_mrhof.h +++ b/sys/net/routing/rpl/of_mrhof.h @@ -9,7 +9,7 @@ /** * @ingroup rpl * @{ - * @file of_mrhof.h + * @file * @brief Objective Function MRHOF. * * Header-file, which defines all functions for the implementation of Objective Function MRHOF. diff --git a/sys/net/routing/rpl/rpl.c b/sys/net/routing/rpl/rpl.c index b30c91979..102012c18 100644 --- a/sys/net/routing/rpl/rpl.c +++ b/sys/net/routing/rpl/rpl.c @@ -11,7 +11,7 @@ * @ingroup rpl * @{ * - * @file rpl.c + * @file * @brief Implementation of the RPL-core. * * Implementation of core RPL-functions. Normally it shouldn't be necessary to diff --git a/sys/net/routing/rpl/rpl_dodag.c b/sys/net/routing/rpl/rpl_dodag.c index 8c9528436..eb09fb433 100644 --- a/sys/net/routing/rpl/rpl_dodag.c +++ b/sys/net/routing/rpl/rpl_dodag.c @@ -8,7 +8,7 @@ * @ingroup rpl * @{ * - * @file rpl_dodag.c + * @file * @brief RPL DODAG * * Implementation of a DODAG for usage with RPL. diff --git a/sys/net/routing/rpl/rpl_of_manager.c b/sys/net/routing/rpl/rpl_of_manager.c index d60944d5d..4973aec1e 100644 --- a/sys/net/routing/rpl/rpl_of_manager.c +++ b/sys/net/routing/rpl/rpl_of_manager.c @@ -12,7 +12,7 @@ * * @ingroup rpl * @{ - * @file rpl_of_manager.c + * @file * @brief RPL Objective functions manager * @author Fabian Brandt * @} diff --git a/sys/net/transport_layer/socket_base/msg_help.c b/sys/net/transport_layer/socket_base/msg_help.c index 4b9f6e617..2c8ddb438 100644 --- a/sys/net/transport_layer/socket_base/msg_help.c +++ b/sys/net/transport_layer/socket_base/msg_help.c @@ -8,7 +8,7 @@ /** * @{ - * @file msg_help.c + * @file * @brief Providing implementation for prototypes defined in msg_help.h. * @author Oliver Gesch */ diff --git a/sys/net/transport_layer/socket_base/msg_help.h b/sys/net/transport_layer/socket_base/msg_help.h index e763855e7..271b83a7c 100644 --- a/sys/net/transport_layer/socket_base/msg_help.h +++ b/sys/net/transport_layer/socket_base/msg_help.h @@ -8,7 +8,7 @@ /** * @{ - * @file msg_help.h + * @file * @author Oliver Gesch */ #ifndef MSG_HELP_H_ diff --git a/sys/net/transport_layer/socket_base/socket.c b/sys/net/transport_layer/socket_base/socket.c index 58945be75..841d87f2f 100644 --- a/sys/net/transport_layer/socket_base/socket.c +++ b/sys/net/transport_layer/socket_base/socket.c @@ -9,7 +9,7 @@ /** * @ingroup socket_base * @{ - * @file socket.c + * @file * @brief functions for BSD socket API, methods return default values and * will be overwritten by appropriate transport layer protocols. * @author Oliver Gesch diff --git a/sys/net/transport_layer/tcp/tcp.c b/sys/net/transport_layer/tcp/tcp.c index 4555ac982..a2f6d2503 100644 --- a/sys/net/transport_layer/tcp/tcp.c +++ b/sys/net/transport_layer/tcp/tcp.c @@ -9,7 +9,7 @@ * * @ingroup tcp * @{ - * @file tcp.c + * @file * @brief TCP implementation * @author Oliver Gesch * @author Cenk Gündoğan diff --git a/sys/net/transport_layer/tcp/tcp_hc.c b/sys/net/transport_layer/tcp/tcp_hc.c index 85cbaf0a6..03c05406c 100644 --- a/sys/net/transport_layer/tcp/tcp_hc.c +++ b/sys/net/transport_layer/tcp/tcp_hc.c @@ -9,7 +9,7 @@ * * @ingroup transport_layer * @{ - * @file tcp_hc.c + * @file * @brief TCP HC * @author Oliver Gesch * @} diff --git a/sys/net/transport_layer/tcp/tcp_timer.c b/sys/net/transport_layer/tcp/tcp_timer.c index 25e4cb553..c60414c8f 100644 --- a/sys/net/transport_layer/tcp/tcp_timer.c +++ b/sys/net/transport_layer/tcp/tcp_timer.c @@ -9,7 +9,7 @@ * * @ingroup transport_layer * @{ - * @file tcp_timer.c + * @file * @brief TCP timer * @author Oliver Gesch * @} diff --git a/sys/net/transport_layer/tcp/tcp_timer.h b/sys/net/transport_layer/tcp/tcp_timer.h index ff1d707e9..ec65eb722 100644 --- a/sys/net/transport_layer/tcp/tcp_timer.h +++ b/sys/net/transport_layer/tcp/tcp_timer.h @@ -8,7 +8,7 @@ /** * @{ - * @file tcp_timer.h + * @file * @author Oliver Gesch */ diff --git a/sys/net/transport_layer/udp/udp.c b/sys/net/transport_layer/udp/udp.c index 6dc93f78c..bdb27ff5e 100644 --- a/sys/net/transport_layer/udp/udp.c +++ b/sys/net/transport_layer/udp/udp.c @@ -9,7 +9,7 @@ /** * @ingroup udp * @{ - * @file udp.c + * @file * @brief UDP implementation * @author Oliver Gesch * @author Cenk Gündoğan diff --git a/sys/od/od.c b/sys/od/od.c index b3667142e..21cd1ade8 100644 --- a/sys/od/od.c +++ b/sys/od/od.c @@ -9,7 +9,7 @@ /** * @{ * - * @file od.c + * @file */ #include #include diff --git a/sys/oneway-malloc/oneway-malloc.c b/sys/oneway-malloc/oneway-malloc.c index 7fea119fc..630a5bf47 100644 --- a/sys/oneway-malloc/oneway-malloc.c +++ b/sys/oneway-malloc/oneway-malloc.c @@ -11,7 +11,7 @@ * @ingroup sys * @{ * - * @file oneway_malloc.c + * @file * @brief Simple malloc wrapper for SBRK * @author Kaspar Schleiser diff --git a/sys/posix/fd.c b/sys/posix/fd.c index 8f40bbda3..520efb10c 100644 --- a/sys/posix/fd.c +++ b/sys/posix/fd.c @@ -9,7 +9,7 @@ /** * @ingroup posix * @{ - * @file fd.c + * @file * @brief Providing unifying file descriptor wrapper for POSIX-compliant * operations. * @author Christian Mehlis diff --git a/sys/posix/include/strings.h b/sys/posix/include/strings.h index 3b456296b..5df101c95 100644 --- a/sys/posix/include/strings.h +++ b/sys/posix/include/strings.h @@ -10,7 +10,7 @@ * @ingroup posix * @{ * - * @file strings.h + * @file * @brief string operations * * @see diff --git a/sys/posix/include/unistd.h b/sys/posix/include/unistd.h index ccadd7491..3bda2a070 100644 --- a/sys/posix/include/unistd.h +++ b/sys/posix/include/unistd.h @@ -12,7 +12,7 @@ */ /** - * @file unistd.h + * @file * @brief standard symbolic constants and types * @see * The Open Group Base Specifications Issue 7, diff --git a/sys/posix/pnet/include/arpa/inet.h b/sys/posix/pnet/include/arpa/inet.h index 04493a5c8..91841ea5c 100644 --- a/sys/posix/pnet/include/arpa/inet.h +++ b/sys/posix/pnet/include/arpa/inet.h @@ -12,7 +12,7 @@ */ /** - * @file arpa/inet.h + * @file * @brief Definitions for internet operations * @see * The Open Group Base Specifications Issue 7, diff --git a/sys/posix/pnet/include/netinet/in.h b/sys/posix/pnet/include/netinet/in.h index 9c2a2db3b..c877370d1 100644 --- a/sys/posix/pnet/include/netinet/in.h +++ b/sys/posix/pnet/include/netinet/in.h @@ -12,7 +12,7 @@ */ /** - * @file netinet/in.h + * @file * @brief Main socket header * @see * The Open Group Base Specifications Issue 7, diff --git a/sys/posix/pnet/include/sys/socket.h b/sys/posix/pnet/include/sys/socket.h index 7b1b2df01..925ab2cdd 100644 --- a/sys/posix/pnet/include/sys/socket.h +++ b/sys/posix/pnet/include/sys/socket.h @@ -12,7 +12,7 @@ */ /** - * @file sys/socket.h + * @file * @brief Main socket header * @see * The Open Group Base Specifications Issue 7, diff --git a/sys/posix/pnet/netinet_in.c b/sys/posix/pnet/netinet_in.c index adaf38b9a..7ef06230c 100644 --- a/sys/posix/pnet/netinet_in.c +++ b/sys/posix/pnet/netinet_in.c @@ -8,7 +8,7 @@ /** * @{ - * @file netinet_in.c + * @file * @brief Providing values for in6addr_any and in6addr_loopback. * @author Martine Lenders */ diff --git a/sys/posix/pnet/sys_socket.c b/sys/posix/pnet/sys_socket.c index 924acbe90..b398da56b 100644 --- a/sys/posix/pnet/sys_socket.c +++ b/sys/posix/pnet/sys_socket.c @@ -8,7 +8,7 @@ /** * @{ - * @file sys_socket.c + * @file * @brief Providing implementation for POSIX socket wrapper. * @author Martine Lenders */ diff --git a/sys/posix/posix_io.c b/sys/posix/posix_io.c index 35bd215a0..98c8ce65a 100644 --- a/sys/posix/posix_io.c +++ b/sys/posix/posix_io.c @@ -9,7 +9,7 @@ * * @ingroup sys_posix * @{ - * @file posix_io.c + * @file * @brief Implementation of basic POSIX IO functionality. * @author Kaspar Schleiser * @} diff --git a/sys/posix/pthread/pthread_cond.c b/sys/posix/pthread/pthread_cond.c index b089fd9af..e4dcecadf 100644 --- a/sys/posix/pthread/pthread_cond.c +++ b/sys/posix/pthread/pthread_cond.c @@ -10,7 +10,7 @@ * @ingroup sys * @{ * - * @file pthread_cond.c + * @file * @brief Condition variable implementation * * @author Martin Landsmann diff --git a/sys/posix/semaphore.c b/sys/posix/semaphore.c index 094b3e7c0..09a4c40c3 100644 --- a/sys/posix/semaphore.c +++ b/sys/posix/semaphore.c @@ -11,7 +11,7 @@ * * @{ * - * @file semaphore.c + * @file * @brief Implementation of semaphores with priority queues * * @author Christian Mehlis diff --git a/sys/posix/strings.c b/sys/posix/strings.c index 03136f2a0..5d74c5b8e 100644 --- a/sys/posix/strings.c +++ b/sys/posix/strings.c @@ -8,7 +8,7 @@ /** * @{ - * @file strings.c + * @file * @brief Providing implementation for prototypes defined in strings.h. * @author Martine Lenders */ diff --git a/sys/posix/unistd.c b/sys/posix/unistd.c index d55ea298f..abc89db0c 100644 --- a/sys/posix/unistd.c +++ b/sys/posix/unistd.c @@ -8,7 +8,7 @@ /** * @{ - * @file fd.c + * @file * @brief Providing implementation for close for fds defined in fd.h. * @author Martine Lenders * @author Christian Mehlis diff --git a/sys/ps/ps.c b/sys/ps/ps.c index c2a0aa67a..dbdbec384 100644 --- a/sys/ps/ps.c +++ b/sys/ps/ps.c @@ -9,7 +9,7 @@ * * @ingroup ps * @{ - * @file ps.c + * @file * @brief UNIX like ps command * @author Kaspar Schleiser * @} diff --git a/sys/transceiver/transceiver.c b/sys/transceiver/transceiver.c index a0a89a7a6..2f9f62488 100644 --- a/sys/transceiver/transceiver.c +++ b/sys/transceiver/transceiver.c @@ -9,7 +9,7 @@ * * @ingroup transceiver * @{ - * @file transceiver.c + * @file * @brief Providing a generic interface to the driver implementation for any supported network device. * @author Oliver Hahm * @} diff --git a/tests/unittests/README.md b/tests/unittests/README.md index 6c55f1f19..0e9a48150 100644 --- a/tests/unittests/README.md +++ b/tests/unittests/README.md @@ -135,7 +135,7 @@ The test header ``tests-/tests-.h`` of a module you add to ` * @addtogroup unittests * @{ * - * @file tests-.h + * @file * @brief Unittests for the ``module`` module * * @author diff --git a/tests/unittests/netdev_dummy/include/netdev_dummy.h b/tests/unittests/netdev_dummy/include/netdev_dummy.h index 9ab346be0..ad36122cc 100644 --- a/tests/unittests/netdev_dummy/include/netdev_dummy.h +++ b/tests/unittests/netdev_dummy/include/netdev_dummy.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file netdev_dummy.h + * @file * @brief Provides a virtual device that understands the netdev_base API * for testing. * diff --git a/tests/unittests/netdev_dummy/netdev_dummy.c b/tests/unittests/netdev_dummy/netdev_dummy.c index ef59efcc1..318b32089 100644 --- a/tests/unittests/netdev_dummy/netdev_dummy.c +++ b/tests/unittests/netdev_dummy/netdev_dummy.c @@ -10,7 +10,7 @@ * @addtogroup * @{ * - * @file netdev_dummy.c + * @file * * @author Martine Lenders */ diff --git a/tests/unittests/tests-base64/tests-base64.h b/tests/unittests/tests-base64/tests-base64.h index ad323d2d7..d0d5e80df 100644 --- a/tests/unittests/tests-base64/tests-base64.h +++ b/tests/unittests/tests-base64/tests-base64.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-base64.h + * @file * @brief Unittests for the ``base64`` module * * @author Martin Landsmann diff --git a/tests/unittests/tests-bloom/tests-bloom.h b/tests/unittests/tests-bloom/tests-bloom.h index 798ffdda9..ab2082d4b 100644 --- a/tests/unittests/tests-bloom/tests-bloom.h +++ b/tests/unittests/tests-bloom/tests-bloom.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-bloom.h + * @file * @brief Unittests for the ``bloom`` module * * @author Philipp Rosenkranz diff --git a/tests/unittests/tests-core/tests-core.h b/tests/unittests/tests-core/tests-core.h index e27b81dc9..35ad00788 100644 --- a/tests/unittests/tests-core/tests-core.h +++ b/tests/unittests/tests-core/tests-core.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-core.h + * @file * @brief Unittests for the ``core`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-crypto/tests-crypto.h b/tests/unittests/tests-crypto/tests-crypto.h index d31a1b95e..05e9de01a 100644 --- a/tests/unittests/tests-crypto/tests-crypto.h +++ b/tests/unittests/tests-crypto/tests-crypto.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-crypto.h + * @file * @brief Unittests for the ``crypto`` module * * @author Philipp Rosenkranz diff --git a/tests/unittests/tests-fib/tests-fib.h b/tests/unittests/tests-fib/tests-fib.h index 59f906d31..91b645b39 100644 --- a/tests/unittests/tests-fib/tests-fib.h +++ b/tests/unittests/tests-fib/tests-fib.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-fib.h + * @file * @brief Unittests for the ``fib`` module * * @author Martin Landsmann diff --git a/tests/unittests/tests-hash_string/tests-hash_string.h b/tests/unittests/tests-hash_string/tests-hash_string.h index 54ee3fdf2..75cb503c4 100644 --- a/tests/unittests/tests-hash_string/tests-hash_string.h +++ b/tests/unittests/tests-hash_string/tests-hash_string.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-hash_string.h + * @file * @brief Unittests for the ``hash_string`` module * * @author Kushal Singh diff --git a/tests/unittests/tests-inet_csum/tests-inet_csum.h b/tests/unittests/tests-inet_csum/tests-inet_csum.h index 1164c3cf8..9fe5558e4 100644 --- a/tests/unittests/tests-inet_csum/tests-inet_csum.h +++ b/tests/unittests/tests-inet_csum/tests-inet_csum.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-inet_csum.h + * @file * @brief Unittests for the ``inet_csum`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-ipv6_addr/tests-ipv6_addr.c b/tests/unittests/tests-ipv6_addr/tests-ipv6_addr.c index f00e6f24b..3ac7f3723 100644 --- a/tests/unittests/tests-ipv6_addr/tests-ipv6_addr.c +++ b/tests/unittests/tests-ipv6_addr/tests-ipv6_addr.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-ipv6_addr.c + * @file */ #include #include diff --git a/tests/unittests/tests-ipv6_hdr/tests-ipv6_hdr.h b/tests/unittests/tests-ipv6_hdr/tests-ipv6_hdr.h index 1b383cb37..aec9eee7e 100644 --- a/tests/unittests/tests-ipv6_hdr/tests-ipv6_hdr.h +++ b/tests/unittests/tests-ipv6_hdr/tests-ipv6_hdr.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-ipv6_hdr.h + * @file * @brief Unittests for the ``ipv6_hdr`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-ipv6_nc/tests-ipv6_nc.h b/tests/unittests/tests-ipv6_nc/tests-ipv6_nc.h index 3d50663a7..d2dc8d4d1 100644 --- a/tests/unittests/tests-ipv6_nc/tests-ipv6_nc.h +++ b/tests/unittests/tests-ipv6_nc/tests-ipv6_nc.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-ipv6_nc.h + * @file * @brief Unittests for the ``ipv6_nc`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c b/tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c index 3654f0deb..0bff14756 100644 --- a/tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c +++ b/tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-ipv6_netif.c + * @file */ #include #include diff --git a/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h index 54e0b3ddf..a3c5891ef 100644 --- a/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h +++ b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-netdev_dummy.h + * @file * @brief Unittests for the ``netdev_dummy`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-netif/tests-netif.c b/tests/unittests/tests-netif/tests-netif.c index eaa848f1b..dc062c1b2 100644 --- a/tests/unittests/tests-netif/tests-netif.c +++ b/tests/unittests/tests-netif/tests-netif.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-netif.c + * @file */ #include #include diff --git a/tests/unittests/tests-netreg/tests-netreg.h b/tests/unittests/tests-netreg/tests-netreg.h index a3b4bc720..a14dca58b 100644 --- a/tests/unittests/tests-netreg/tests-netreg.h +++ b/tests/unittests/tests-netreg/tests-netreg.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-netreg.h + * @file * @brief Unittests for the ``netreg`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-pkt/tests-pkt.c b/tests/unittests/tests-pkt/tests-pkt.c index 8f217041f..51f329531 100644 --- a/tests/unittests/tests-pkt/tests-pkt.c +++ b/tests/unittests/tests-pkt/tests-pkt.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-pktbuf.c + * @file */ #include #include diff --git a/tests/unittests/tests-pktbuf/tests-pktbuf.c b/tests/unittests/tests-pktbuf/tests-pktbuf.c index 2d63d1611..4062da24e 100644 --- a/tests/unittests/tests-pktbuf/tests-pktbuf.c +++ b/tests/unittests/tests-pktbuf/tests-pktbuf.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-pktbuf.c + * @file */ #include #include diff --git a/tests/unittests/tests-pktbuf/tests-pktbuf.h b/tests/unittests/tests-pktbuf/tests-pktbuf.h index e4f015551..4c07a20aa 100644 --- a/tests/unittests/tests-pktbuf/tests-pktbuf.h +++ b/tests/unittests/tests-pktbuf/tests-pktbuf.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-pktbuf.h + * @file * @brief Unittests for the ``pktbuf`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-pktqueue/tests-pktqueue.c b/tests/unittests/tests-pktqueue/tests-pktqueue.c index cd86c6e4c..13790f6b5 100644 --- a/tests/unittests/tests-pktqueue/tests-pktqueue.c +++ b/tests/unittests/tests-pktqueue/tests-pktqueue.c @@ -9,7 +9,7 @@ /** * @{ * - * @file tests-pktqueue.c + * @file */ #include diff --git a/tests/unittests/tests-pktqueue/tests-pktqueue.h b/tests/unittests/tests-pktqueue/tests-pktqueue.h index 15d372854..a280cd447 100644 --- a/tests/unittests/tests-pktqueue/tests-pktqueue.h +++ b/tests/unittests/tests-pktqueue/tests-pktqueue.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-pktqueue.h + * @file * @brief Unittests for the ``pktqueue`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-sixlowpan_ctx/tests-sixlowpan_ctx.h b/tests/unittests/tests-sixlowpan_ctx/tests-sixlowpan_ctx.h index ad96e58e4..3a4c911b8 100644 --- a/tests/unittests/tests-sixlowpan_ctx/tests-sixlowpan_ctx.h +++ b/tests/unittests/tests-sixlowpan_ctx/tests-sixlowpan_ctx.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-sixlowpan_ctx.h + * @file * @brief Unittests for the ``sixlowpan_ctx`` module * * @author Martine Lenders diff --git a/tests/unittests/tests-timex/tests-timex.h b/tests/unittests/tests-timex/tests-timex.h index a6798d3e6..55ae5d2e7 100644 --- a/tests/unittests/tests-timex/tests-timex.h +++ b/tests/unittests/tests-timex/tests-timex.h @@ -10,7 +10,7 @@ * @addtogroup unittests * @{ * - * @file tests-timex.h + * @file * @brief Unittests for the ``timex`` module * * @author Philipp Rosenkranz