1
0
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:
Alexandre Abadie 2018-06-01 15:04:44 +02:00
parent 3e61b40794
commit 32057a8c46
23 changed files with 35 additions and 48 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file

View 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 */
/** @} */

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup examples * @ingroup tests
* @{ * @{
* *
* @file * @file

View 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 */
/** @} */

View 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
@ -41,4 +41,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */

View 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>
* @}
*/ */
@ -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));
} }
/** @} */

View 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
@ -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 */
/** @} */

View 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
@ -45,4 +45,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup examples * @ingroup tests
* @{ * @{
* *
* @file * @file

View 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
} }
/** @} */

View 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
@ -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 */
/** @} */

View 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
@ -46,4 +46,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */

View File

@ -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();
} }
/** @} */

View 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
@ -34,4 +34,3 @@ void _net_init(void);
#endif #endif
#endif /* STACK_H */ #endif /* STACK_H */
/** @} */

View 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
@ -46,4 +46,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */

View File

@ -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
} }
/** @} */

View 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
@ -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 */
/** @} */

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup fs * @ingroup unittests
* @brief * @brief
* @{ * @{
* *