Skip to content
Snippets Groups Projects
Commit 32057a8c authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

tests: fix doxygen grouping

parent 3e61b407
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 45 deletions
...@@ -8,7 +8,7 @@ ...@@ -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 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file
......
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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" { ...@@ -40,4 +40,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup examples * @ingroup tests
* @{ * @{
* *
* @file * @file
......
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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" { ...@@ -41,4 +41,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */
...@@ -7,10 +7,12 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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" { ...@@ -45,4 +45,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup examples * @ingroup tests
* @{ * @{
* *
* @file * @file
......
...@@ -7,10 +7,12 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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" { ...@@ -46,4 +46,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */
...@@ -11,6 +11,7 @@ ...@@ -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) ...@@ -26,5 +27,3 @@ void _net_init(void)
xtimer_init(); xtimer_init();
lwip_bootstrap(); lwip_bootstrap();
} }
/** @} */
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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); ...@@ -34,4 +34,3 @@ void _net_init(void);
#endif #endif
#endif /* STACK_H */ #endif /* STACK_H */
/** @} */
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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" { ...@@ -46,4 +46,3 @@ extern "C" {
#endif #endif
#endif /* CONSTANTS_H */ #endif /* CONSTANTS_H */
/** @} */
...@@ -11,6 +11,7 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,8 +7,7 @@
*/ */
/** /**
* @defgroup * @ingroup tests
* @ingroup
* @brief * @brief
* @{ * @{
* *
...@@ -16,6 +15,7 @@ ...@@ -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, ...@@ -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 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup test * @ingroup tests
* @{ * @{
* *
* @file * @file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment