summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/spinlockimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 10:30:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-26 07:18:29 +0200
commitd3fe128d67d19fd5bdf77e3d20cb89f0fc9d9b3c (patch)
tree3a3bbbc1d63e68ee216d014fab2aa3491ff14fde /cpukit/include/rtems/posix/spinlockimpl.h
parentlibcsupport: Add file to Doxygen group (diff)
downloadrtems-d3fe128d67d19fd5bdf77e3d20cb89f0fc9d9b3c.tar.bz2
posix: Add files to Doxygen group
Canonicalize brief descriptions. Update #3707.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/posix/spinlockimpl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/posix/spinlockimpl.h b/cpukit/include/rtems/posix/spinlockimpl.h
index 855e57cc14..10424f1961 100644
--- a/cpukit/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/include/rtems/posix/spinlockimpl.h
@@ -2,11 +2,11 @@
/**
* @file
- *
- * @brief Inlined Routines from the POSIX Spinlock Manager
*
- * This file contains the static inlin implementation of the inlined
- * routines from the POSIX Spinlock Manager.
+ * @ingroup POSIXAPI
+ *
+ * @brief This header file provides interfaces used by the POSIX Spinlock
+ * implementation.
*/
/*