From 5db7cb8cc5b4c8cf9e734cc3ef9042fb134a6da8 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 10 Feb 2015 15:41:23 +0100 Subject: [PATCH] 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 - -/** - * @} - */