[rtems commit] basedefs.h: Improve formatting

Sebastian Huber sebh at rtems.org
Fri May 19 05:55:31 UTC 2023


Module:    rtems
Branch:    master
Commit:    94df7a0125a41d4f4b99e77c6077266e131d3537
Changeset: http://git.rtems.org/rtems/commit/?id=94df7a0125a41d4f4b99e77c6077266e131d3537

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May  8 17:01:46 2023 +0200

basedefs.h: Improve formatting

---

 cpukit/include/rtems/score/basedefs.h | 4 ++--
 1 file 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.
  *



More information about the vc mailing list