[rtems commit] doxygen: score: adjust doc in priority.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:28 UTC 2019
Module: rtems
Branch: master
Commit: 1d6e6b1feb2735c99d06a66fab5996a7cd38f168
Changeset: http://git.rtems.org/rtems/commit/?id=1d6e6b1feb2735c99d06a66fab5996a7cd38f168
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Wed Apr 10 11:06:35 2019 +0200
doxygen: score: adjust doc in priority.h to doxygen guidelines
Update #3706.
---
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 a5df551..54b91a8 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 */
More information about the vc
mailing list