mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2423 from LudwigOrtmann/pr/unittest-doc
unittest doxygen fixup
This commit is contained in:
commit
4172566fb7
@ -7,12 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup unittests
|
||||
* @addtogroup sys
|
||||
* @{
|
||||
* @defgroup unittests Unittests
|
||||
* @ingroup sys
|
||||
*
|
||||
* @file
|
||||
* @brief Common header file for unittests
|
||||
* @note
|
||||
* Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT
|
||||
*
|
||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||
*/
|
||||
@ -58,7 +57,3 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2014 Freie Universität Berlin
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU Lesser
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup unittests Unittests
|
||||
* @brief Application for unittests of RIOT.
|
||||
*/
|
Loading…
Reference in New Issue
Block a user