From 998fd6bcc9ce6be5e7bf73cc10724eb43cec5e98 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 6 Jul 2019 22:40:07 +0200 Subject: [PATCH] sys/pthread: deduplicate pthread group definition --- sys/posix/pthread/pthread.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/posix/pthread/pthread.c b/sys/posix/pthread/pthread.c index 3fd937e2e4..cbd237c632 100644 --- a/sys/posix/pthread/pthread.c +++ b/sys/posix/pthread/pthread.c @@ -7,9 +7,7 @@ */ /** - * @defgroup pthread POSIX threads - * POSIX conforming multi-threading features. - * @ingroup posix + * @ingroup pthread * @{ * @file * @brief Thread creation features.