aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/atomic.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/atomic.dox')
-rw-r--r--docs/src/atomic.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/atomic.dox b/docs/src/atomic.dox
index 64084ff30..5fb0bc628 100644
--- a/docs/src/atomic.dox
+++ b/docs/src/atomic.dox
@@ -51,9 +51,9 @@
chSysUnlock();
* @endcode
- * In general multiple I-Class and (non rescheduling) S-Class APIs can be
- * included and the block is terminated by a rescheduling S-Class API.
- * An extra @p chSchRescheduleS() can be present at the very end of the block,
- * it only reschedules if a reschedulation is still required.
+ * In general multiple @ref I-Class and (non rescheduling) @ref S-Class APIs
+ * can be included and the block is terminated by a rescheduling @ref S-Class
+ * API. An extra @p chSchRescheduleS() can be present at the very end of the
+ * block, it only reschedules if a reschedulation is still required.
*/
/** @} */