[PATCH 38/98] doxygen: score: adjust doc in priority.h to doxygen guidelines
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue May 7 05:39:43 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
---
cpukit/include/rtems/score/priority.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/cpukit/include/rtems/score/priority.h b/cpukit/include/rtems/score/priority.h
index a5df551209..54b91a871b 100644
--- a/cpukit/include/rtems/score/priority.h
+++ b/cpukit/include/rtems/score/priority.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @ingroup RTEMSScorePriority
+ *
* @brief Priority Handler API
*/
@@ -33,6 +35,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
+ * @brief Priority Handler
+ *
* This handler encapsulates functionality which is used to manage thread
* priorities. The actual priority of a thread is an aggregation of priority
* nodes. The thread priority aggregation for the home scheduler instance of a
@@ -197,7 +201,7 @@ typedef struct {
}
#endif
-/**@}*/
+/** @} */
#endif
/* end of include file */
--
2.16.4
More information about the devel
mailing list