Skip to content

Commit

Permalink
everything: Remove filename from @file Doxygen command
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Gebart committed May 22, 2015
1 parent d24bc6a commit 13832d8
Show file tree
Hide file tree
Showing 321 changed files with 321 additions and 321 deletions.
2 changes: 1 addition & 1 deletion boards/airfy-beacon/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup boards_airfy-beacon
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the Airfy Beacon board
*
* @author Christian Mehlis <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino-due/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup boards_arduino-due
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the Arduino Due board
*
* @author Hauke Petersen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino-mega2560/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/fox/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup boards_fox
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the fox board
*
* @author Thomas Eichinger <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/iot-lab_M3/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/mbed_lpc1768/system.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/pca10000/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/pca10005/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/samr21-xpro/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/udoo/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup boards_udoo
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the UDOO board
*
* @author Hauke Petersen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/yunjia-nrf51822/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup boards_yunjia-nrf51822
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the Yunjia NRF51822 board
*
* @author Hauke Petersen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/z1/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @ingroup boards_z1
* @{
*
* @file board.c
* @file
* @brief Board specific implementations for the Zolertia Z1
*
* @author Kévin Roussel <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/z1/driver_cc2420.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion boards/z1/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/bitarithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_util
* @{
*
* @file bitarithm.c
* @file
* @brief Bit arithmetic helper functions implementation
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/clist.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_util
* @{
*
* @file clist.c
* @file
* @brief Circular linked list implementation
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/hwtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_hwtimer
* @{
*
* @file hwtimer.c
* @file
* @brief Hardware timer abstraction implementation
*
* @author Heiko Will <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/atomic_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_arch
* @{
*
* @file atomic_arch.h
* @file
* @brief Architecture dependent interface for an atomic set operation
*
* @author Hauke Petersen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/hwtimer_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_arch
* @{
*
* @file hwtimer_arch.h
* @file
* @brief The kernel's hardware timer abstraction interface
*
* @author Thomas Hillebrandt <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/irq_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/lpm_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/reboot_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @ingroup core_arch
* @{
*
* @file reboot_arch.h
* @file
* @brief Architecture dependent interface rebooting
*
* @author Hauke Petersen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/arch/thread_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_internal
* @{
*
* @file attributes.h
* @file
* @brief Compiler attributes/pragmas configuration
*
* @author René Kijewski <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/bitarithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file bitarithm.h
* @file
* @brief Helper functions for bit arithmetic
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/byteorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file byteorder.h
* @file
* @brief Functions to work with different byte orders.
*
* @author René Kijewski <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/cib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/include/clist.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file clist.h
* @file
* @brief Circular linked list
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/include/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_internal
* @{
*
* @file flags.h
* @file
* @brief Misc flag definitions
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/include/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_internal
* @{
*
* @file kernel.h
* @file
* @brief Kernel compile time configuration
*
* A reboot() function is also provided
Expand Down
2 changes: 1 addition & 1 deletion core/include/kernel_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_internal
* @{
*
* @file kernel_internal.h
* @file
* @brief prototypes for kernel internal functions
*
* @author Oliver Hahm <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/kernel_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file kernel_macros.h
* @file
* @brief common macros
*
* @author René Kijewski
Expand Down
2 changes: 1 addition & 1 deletion core/include/kernel_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file kernel_types.h
* @file
* @brief Types used by the kernel
*
* @author Oliver Hahm <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/lifo.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file lifo.h
* @file
* @brief LIFO buffer API, read long description carefully
* @author Heiko Will <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion core/include/lpm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/include/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @{
*
* @file msg.h
* @file
* @brief Messaging API for inter process communication
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @ingroup core
* @{
*
* @file mutex.h
* @file
* @brief RIOT synchronization API
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/native_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @{
*
* @file native_sched.h
* @file
* @brief Add definitions required on the native board
*
* @author Raphael Hiesgen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/priority_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_util
* @{
*
* @file priority_queue.h
* @file
* @brief A simple priority queue
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/ringbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @ingroup core_util
* @{
* @file ringbuffer.h
* @file
* @author Kaspar Schleiser <[email protected]>
* @author René Kijewski <[email protected]>
* @}
Expand Down
2 changes: 1 addition & 1 deletion core/include/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
*
* @{
*
* @file sched.h
* @file
* @brief Scheduler API definition
*
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion core/include/tcb.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @addtogroup core_thread
* @{
*
* @file tcb.h
* @file
* @brief Thread context block definition
*
* @author Heiko Will
Expand Down
Loading

0 comments on commit 13832d8

Please sign in to comment.