[PATCH 95/98] doxygen: score: adjust doc in muteximpl.h to doxygen guidelines

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 7 05:40:40 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

---
 cpukit/include/rtems/score/muteximpl.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/cpukit/include/rtems/score/muteximpl.h b/cpukit/include/rtems/score/muteximpl.h
index 5fd4f5e8be..aac55faf03 100644
--- a/cpukit/include/rtems/score/muteximpl.h
+++ b/cpukit/include/rtems/score/muteximpl.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreAPIMutex
+ *
+ * @brief Structures for the implementation of mutexes.
+ */
+
 /*
  * Copyright (c) 2015, 2017 embedded brains GmbH.  All rights reserved.
  *
@@ -17,6 +25,12 @@
 
 #include <rtems/score/threadqimpl.h>
 
+/**
+ * @addtogroup RTEMSScoreAPIMutex
+ *
+ * @{
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
@@ -34,4 +48,6 @@ typedef struct {
 }
 #endif /* __cplusplus */
 
+/** @} */
+
 #endif /* _RTEMS_SCORE_MUTEXIMPL_H */
-- 
2.16.4




More information about the devel mailing list