1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

doc: fix ambiguous file name warnings

doxygen does a good job itself, identifying the unique part of the path
to identify a file.
This commit is contained in:
Oleg Hahm 2014-10-21 16:52:30 +02:00
parent b186b177a5
commit 481d4f2ee3
35 changed files with 35 additions and 35 deletions

View File

@ -12,7 +12,7 @@
* @brief Support for the Arduino Due board.
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the Arduino Due board.
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_arduino-due
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the Arduino Due board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -14,7 +14,7 @@
* @brief Support for the Avsextrem board
* @{
*
* @file board.h
* @file
* @brief Boards specific drivers and configuration for the Avsextrem board
*
* @author Heiko Will

View File

@ -12,7 +12,7 @@
* @brief Support for the chronos board
* @{
*
* @file board.h
* @file
* @brief Header for the chronos board
*
* @author unknwon

View File

@ -10,7 +10,7 @@
* @ingroup board_iot-lab_M3
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the iot-lab_M3 board
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -2,7 +2,7 @@
#define __BOARD_H
/**
* @file boards.h
* @file
* @author Oliver Hahm <oliver.hahm@inria.fr>
*
* @defgroup mbed_lpc1768 mbed NXP LPC1768 development kit

View File

@ -12,7 +12,7 @@
* @brief Common files for all MSB-430 boards
* @{
*
* @file board-config.h
* @file
* @brief Common definitions for all msb-430 based boards
*
* @author unknown

View File

@ -17,7 +17,7 @@
*
* @{
*
* @file board.h
* @file
* @brief Central defnitions for the ScatterWeb MSB-430 board
*
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project

View File

@ -12,7 +12,7 @@
* @brief Support for the ScatterWeb MSB-430H board
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the MSB-430H board
*
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project

View File

@ -12,7 +12,7 @@
* @brief Support for the ScatterWeb MSB-A2 board
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the MSB-A2 board
*
* @author unknown

View File

@ -15,7 +15,7 @@
*
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the native board
*
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>

View File

@ -12,7 +12,7 @@
* @brief Board specific files for the nRF51822 board pca10000.
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the nRF51822 evaluation board pca10000.
*
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_pca10000
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the nRF51822 board pca10000
*
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -12,7 +12,7 @@
* @brief Board specific files for the nRF51822 board pca10005
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the nRF51822 evaluation board pca10005
*
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_pca10005
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the nRF51822 board pca10005
*
* @author Christian Kühling <kuehling@zedat.fu-berlin.de>

View File

@ -4,7 +4,7 @@
* @brief Support for the PTTU board
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the PTTU board
*
* @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -12,7 +12,7 @@
* @brief Support for the Redbee Econotag board
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the Redbee Econotag board
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -12,7 +12,7 @@
* @brief Support for the Atmel SAM R21 Xplained Pro board.
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the Atmel SAM R21 Xplained Pro board.
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_samr21-xpro
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the Atmel SAM R21 Xplained Pro board
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -16,7 +16,7 @@
*
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the TelosB board
*
* @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -12,7 +12,7 @@
* @brief Support for the UDOO board.
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the UDOO board.
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_udoo
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the UDOO board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -9,7 +9,7 @@
* @brief Common files for WSN430 based boards
* @{
*
* @file board.h
* @file
* @brief Common definitions for WSN430 based boards
*
* @author unknown

View File

@ -16,7 +16,7 @@
*
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the Senslab WSN430 v1.3b board
*
* @author Milan Babel <babel@inf.fu-berlin.de>

View File

@ -16,7 +16,7 @@
*
* @{
*
* @file board.h
* @file
* @brief Basic definitions for the Senslab WSN430 v1.4 board
*
* @author Milan Babel <babel@inf.fu-berlin.de>

View File

@ -12,7 +12,7 @@
* @brief Board specific files for the Yunjia NRF51822 board
* @{
*
* @file board.h
* @file
* @brief Board specific definitions for the Yunjia NRF51822 board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup board_yunjia-nrf51822
* @{
*
* @file periph_conf.h
* @file
* @brief Peripheral MCU configuration for the Yunjia NRF51822 board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @addtogroup cpu_cortex-m3
* @{
*
* @file cpu.h
* @file
* @brief Basic definitions for the Cortex-M3 common module
*
* When ever you want to do something hardware related, that is accessing MCUs registers directly,

View File

@ -10,7 +10,7 @@
* @ingroup cpu_nrf51822
* @{
*
* @file cpu-conf.h
* @file
* @brief Implementation specific CPU configuration options
*
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_nrf51822
* @{
*
* @file hwtimer_cpu.h
* @file
* @brief CPU specific hwtimer configuration options
*
* @author Hauke Petersen <hauke.peterse@fu-berlin.de>

View File

@ -9,7 +9,7 @@
/**
* @{
*
* @file cpu-conf.h
* @file
* @brief Implementation specific CPU configuration options
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_sam3x8e
* @{
*
* @file hwtimer_cpu.h
* @file
* @brief CPU specific hwtimer configuration options
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>

View File

@ -9,7 +9,7 @@
/**
* @{
*
* @file cpu-conf.h
* @file
* @brief Implementation specific CPU configuration options
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_samd21
* @{
*
* @file hwtimer_cpu.h
* @file
* @brief CPU specific hwtimer configuration options
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* @ingroup cpu_stm32f1
* @{
*
* @file hwtimer_cpu.h
* @file
* @brief CPU specific hwtimer configuration options
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>