1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: removed superfluous (and broken) @file params

This commit is contained in:
Oleg Hahm 2014-11-30 21:51:27 +01:00
parent 36e49c6c65
commit dc74bd48bf
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
* @brief IEEE802.15.4 adapaption layer
* @{
*
* @file ieee802154/ieee802154_frame.h
* @file
* @brief IEEE 802.14.4 framing data structs and prototypes
*
* @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de>

View File

@ -11,7 +11,7 @@
* @brief Routing Protocol for Low power and Lossy Networks
* @{
*
* @file rpl_mode.h
* @file
* @brief RPL storing-mode header
*
* Header which includes all mode related RPL-functions. All functions are mandatory for any

View File

@ -9,7 +9,7 @@
*
* @ingroup sixlowpan
* @{
* @file sixlowborder.h
* @file
* @brief header for 6lowpan border router
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -11,7 +11,7 @@
/**
* @ingroup net_sixlowpan
* @{
* @file sixlowpan/icmp.h
* @file
* @brief 6lowpan neighbor discovery constants, data structs, and prototypes
* @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de>
* @author Martin Lenders <mlenders@inf.fu-berlin.de>

View File

@ -8,7 +8,7 @@
/**
* @{
* @file tcp_hc.c
* @file
* @author Oliver Gesch <oliver.gesch@googlemail.com>
*/
#ifndef TCP_HC_H_