From d2a6745855c651a8297b4957a7270c11dac8b7dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:47:43 +0200 Subject: [PATCH] cpu/mips32r2_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/mips32r2_common/include/thread_arch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/mips32r2_common/include/thread_arch.h b/cpu/mips32r2_common/include/thread_arch.h index 00799085ca..ba36b4979b 100644 --- a/cpu/mips32r2_common/include/thread_arch.h +++ b/cpu/mips32r2_common/include/thread_arch.h @@ -15,8 +15,6 @@ * @brief Implementation of the kernels thread interface * * @author Neil Jones - * - * @} */ #ifndef THREAD_ARCH_H #define THREAD_ARCH_H