From 9d6a3ac46a7b479391ba79c5a0dc82840b5d6bbc Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 10 Feb 2015 15:38:54 +0100 Subject: [PATCH 1/4] sys/embunit: fix doxygen declaration --- sys/include/embUnit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index ede21d7e75..1dabde9791 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -7,8 +7,8 @@ */ /** - * @addtogroup unittests - * @addtogroup sys + * @defgroup unittests Unittests + * @ingroup sys * @{ * * @file From 7b0e3c7f74caf09387c5049b7c7ae88daed82754 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 10 Feb 2015 15:40:44 +0100 Subject: [PATCH 2/4] sys/embunit: add wiki link --- sys/include/embUnit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index 1dabde9791..458a5cf004 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -9,6 +9,9 @@ /** * @defgroup unittests Unittests * @ingroup sys + * + * @note + * Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT * @{ * * @file From 5db7cb8cc5b4c8cf9e734cc3ef9042fb134a6da8 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 10 Feb 2015 15:41:23 +0100 Subject: [PATCH 3/4] sys/embunit: don't doxygen embunit.h content --- sys/include/embUnit.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index 458a5cf004..e621082554 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -12,10 +12,6 @@ * * @note * Please refer to https://github.com/RIOT-OS/RIOT/wiki/Testing-RIOT - * @{ - * - * @file - * @brief Common header file for unittests * * @author Martine Lenders */ @@ -61,7 +57,3 @@ extern "C" { #endif #endif - -/** - * @} - */ From 373f91c6ff9308b034bed6505fe7d83d5369ea90 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 10 Feb 2015 15:43:35 +0100 Subject: [PATCH 4/4] tests/unittests: remove useless doxygen stub --- tests/unittests/doc.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/unittests/doc.txt diff --git a/tests/unittests/doc.txt b/tests/unittests/doc.txt deleted file mode 100644 index c4b5938daf..0000000000 --- a/tests/unittests/doc.txt +++ /dev/null @@ -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. - */