From d48330acbb73a492d81079168cee9b886a75bd31 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Thu, 2 Mar 2017 18:12:40 +0100
Subject: [PATCH] doc: posix: fix doxygen complaints

---
 sys/posix/include/semaphore.h       | 3 +++
 sys/posix/pthread/include/pthread.h | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/sys/posix/include/semaphore.h b/sys/posix/include/semaphore.h
index c10d4f76af..91dcaed3df 100644
--- a/sys/posix/include/semaphore.h
+++ b/sys/posix/include/semaphore.h
@@ -34,6 +34,9 @@
 extern "C" {
 #endif
 
+/**
+ * @brief POSIX-specific semaphore type
+ */
 typedef sema_t sem_t;
 
 /**
diff --git a/sys/posix/pthread/include/pthread.h b/sys/posix/pthread/include/pthread.h
index df5d5d6092..daa6e3de3b 100644
--- a/sys/posix/pthread/include/pthread.h
+++ b/sys/posix/pthread/include/pthread.h
@@ -22,9 +22,15 @@
 
 #include <time.h>
 
+/**
+ * @cond INTERNAL
+ */
 #ifndef __WITH_AVRLIBC__
 #define HAVE_MALLOC_H 1
 #endif
+/**
+ * @endcond
+ */
 
 #include "mutex.h"
 #include "sched.h"
-- 
GitLab