1
0
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:
Ludwig Ortmann 2015-02-10 17:17:11 +01:00
commit 4172566fb7
2 changed files with 4 additions and 21 deletions

View File

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

View File

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