[rtems commit] doxygen: score: adjust doc in basedefs.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:27 UTC 2019
Module: rtems
Branch: master
Commit: 3b977b86385b3b0bb56b1c738f2b2ab5d9973aee
Changeset: http://git.rtems.org/rtems/commit/?id=3b977b86385b3b0bb56b1c738f2b2ab5d9973aee
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Thu Apr 4 09:50:10 2019 +0200
doxygen: score: adjust doc in basedefs.h to doxygen guidelines
Update #3706.
---
cpukit/include/rtems/score/basedefs.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 8babc0a..7a36c74 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -21,11 +21,12 @@
#define _RTEMS_BASEDEFS_H
/**
- * @defgroup RTEMSScoreBaseDefs Basic Definitions
+ * @defgroup RTEMSScoreBaseDefs Basic Definitions
*
- * @ingroup RTEMSScore
+ * @ingroup RTEMSScore
+ *
+ * @{
*/
-/**@{*/
#include <rtems/score/cpuopts.h>
@@ -532,6 +533,6 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void);
typedef void * proc_ptr RTEMS_DEPRECATED;
#endif
-/**@}*/
+/** @} */
#endif /* _RTEMS_BASEDEFS_H */
More information about the vc
mailing list