[rtems commit] doxygen: score: adjust doc in isrlock.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:28 UTC 2019
Module: rtems
Branch: master
Commit: 318b70be6596ecb87f47b163e6e937cb26da450f
Changeset: http://git.rtems.org/rtems/commit/?id=318b70be6596ecb87f47b163e6e937cb26da450f
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Tue Apr 9 11:34:40 2019 +0200
doxygen: score: adjust doc in isrlock.h to doxygen guidelines
Update #3706.
---
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 de85286..14ea88b 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,
More information about the vc
mailing list