summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 17:01:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 22:06:58 +0200
commitc7b52a7db815d693a1d0656046c715142067c46b (patch)
treee57c8f85916a7898c5a48632012f80a7c12715cd
parent9917512bd4ffa8d09ee5ebd35c9d81ff9dda40eb (diff)
basedefs.h: Improve formatting
-rw-r--r--cpukit/include/rtems/score/basedefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index f01454a24b..bfc45f60c6 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -432,7 +432,7 @@ extern "C" {
*
* @brief Gets the pointer reference type.
*
- * @param _level is the pointer indirection level expressed in *.
+ * @param _level is the pointer indirection level expressed in ``*``.
*
* @param _target is the reference target type.
*
@@ -511,7 +511,7 @@ extern "C" {
* @brief Performs a type cast which removes qualifiers without warnings to the
* type for the variable.
*
- * @param _ptr_level is the pointer indirection level expressed in *.
+ * @param _ptr_level is the pointer indirection level expressed in ``*``.
*
* @param _type is the target type of the cast.
*