mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: fix doxygen grouping
This commit is contained in:
parent
3e61b40794
commit
32057a8c46
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup tests_kw2xrf
|
* @ingroup tests
|
||||||
* @brief generic kw2xrf pin config
|
* @brief generic kw2xrf pin config
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
|
* Copyright (C) 2014 PHYTEC Messtechnik GmbH
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup test
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
@ -40,4 +40,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONSTANTS_H */
|
#endif /* CONSTANTS_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup examples
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef STACK_H
|
#ifndef STACK_H
|
||||||
#define STACK_H
|
#define STACK_H
|
||||||
@ -87,4 +87,3 @@ bool _check_packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STACK_H */
|
#endif /* STACK_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
@ -41,4 +41,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONSTANTS_H */
|
#endif /* CONSTANTS_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,10 +7,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -167,6 +169,3 @@ bool _check_packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
(data_len == udp->next->size) &&
|
(data_len == udp->next->size) &&
|
||||||
(memcmp(data, udp->next->data, data_len) == 0));
|
(memcmp(data, udp->next->data, data_len) == 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef STACK_H
|
#ifndef STACK_H
|
||||||
#define STACK_H
|
#define STACK_H
|
||||||
@ -92,4 +92,3 @@ bool _check_packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STACK_H */
|
#endif /* STACK_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
@ -45,4 +45,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONSTANTS_H */
|
#endif /* CONSTANTS_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup examples
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,10 +7,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -369,5 +371,3 @@ bool _check_6packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef STACK_H
|
#ifndef STACK_H
|
||||||
#define STACK_H
|
#define STACK_H
|
||||||
@ -120,4 +120,3 @@ bool _check_6packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STACK_H */
|
#endif /* STACK_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
@ -46,4 +46,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONSTANTS_H */
|
#endif /* CONSTANTS_H */
|
||||||
/** @} */
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -26,5 +27,3 @@ void _net_init(void)
|
|||||||
xtimer_init();
|
xtimer_init();
|
||||||
lwip_bootstrap();
|
lwip_bootstrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef STACK_H
|
#ifndef STACK_H
|
||||||
#define STACK_H
|
#define STACK_H
|
||||||
@ -34,4 +34,3 @@ void _net_init(void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STACK_H */
|
#endif /* STACK_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
@ -46,4 +46,3 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONSTANTS_H */
|
#endif /* CONSTANTS_H */
|
||||||
/** @} */
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -412,5 +413,3 @@ bool _check_6packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup
|
* @ingroup tests
|
||||||
* @ingroup
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
@ -16,6 +15,7 @@
|
|||||||
* @brief
|
* @brief
|
||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
|
* @}
|
||||||
*/
|
*/
|
||||||
#ifndef STACK_H
|
#ifndef STACK_H
|
||||||
#define STACK_H
|
#define STACK_H
|
||||||
@ -130,4 +130,3 @@ bool _check_6packet(const ipv6_addr_t *src, const ipv6_addr_t *dst,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STACK_H */
|
#endif /* STACK_H */
|
||||||
/** @} */
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup test
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup test
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup test
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup test
|
* @ingroup tests
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup fs
|
* @ingroup unittests
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user