summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-09 11:34:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit318b70be6596ecb87f47b163e6e937cb26da450f (patch)
tree981f902f2e05159415160063b3404c6d094f2e88 /cpukit/include/rtems/score
parentdoxygen: score: adjust doc in isrlevel.h to doxygen guidelines (diff)
downloadrtems-318b70be6596ecb87f47b163e6e937cb26da450f.tar.bz2
doxygen: score: adjust doc in isrlock.h to doxygen guidelines
Update #3706.
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/isrlock.h4
1 files 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,