[rtems-docs commit] c-user: Add type roles

Sebastian Huber sebh at rtems.org
Thu Sep 29 07:51:29 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    278550b2d8b1f342ce57491f73965331e8ec4a23
Changeset: http://git.rtems.org/rtems-docs/commit/?id=278550b2d8b1f342ce57491f73965331e8ec4a23

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 29 10:01:14 2022 +0200

c-user: Add type roles

---

 c-user/region/directives.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/c-user/region/directives.rst b/c-user/region/directives.rst
index 5a03e6a..e608f31 100644
--- a/c-user/region/directives.rst
+++ b/c-user/region/directives.rst
@@ -713,9 +713,9 @@ Gets the region information.
     This parameter is the region identifier.
 
 ``the_info``
-    This parameter is the pointer to a Heap_Information_block object.  When the
-    directive call is successful, the information of the region will be stored
-    in this object.
+    This parameter is the pointer to a :c:type:`Heap_Information_block` object.
+    When the directive call is successful, the information of the region will
+    be stored in this object.
 
 .. rubric:: DESCRIPTION:
 
@@ -788,9 +788,9 @@ Gets the region free information.
     This parameter is the region identifier.
 
 ``the_info``
-    This parameter is the pointer to a Heap_Information_block object.  When the
-    directive call is successful, the free information of the region will be
-    stored in this object.
+    This parameter is the pointer to a :c:type:`Heap_Information_block` object.
+    When the directive call is successful, the free information of the region
+    will be stored in this object.
 
 .. rubric:: DESCRIPTION:
 



More information about the vc mailing list