[PATCH 26/98] doxygen: score: adjust doc in isrlock.h to doxygen guidelines

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


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

---
 cpukit/include/rtems/score/isrlock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/isrlock.h
index de85286de7..14ea88b4e3 100644
--- a/cpukit/include/rtems/score/isrlock.h
+++ b/cpukit/include/rtems/score/isrlock.h
@@ -153,8 +153,8 @@ typedef struct {
 /**
  * @brief Sets the ISR level in the ISR lock context.
  *
- * @param[in] context The ISR lock context.
- * @param[in] level The ISR level.
+ * @param[out] context The ISR lock context.
+ * @param level The ISR level.
  */
 RTEMS_INLINE_ROUTINE void _ISR_lock_Context_set_level(
   ISR_lock_Context *context,
-- 
2.16.4




More information about the devel mailing list