summaryrefslogtreecommitdiffstats
path: root/c-user/object-services/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 12:53:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 14:06:01 +0200
commite33eae15a79e9b58c381554a674905f371d9e1ec (patch)
tree12d9571b6e023020f7cfb600bbab25fad277249e /c-user/object-services/directives.rst
parenteng: Add unspecified header file item type (diff)
downloadrtems-docs-e33eae15a79e9b58c381554a674905f371d9e1ec.tar.bz2
c-user: Generate API type documentation
Close #4901.
Diffstat (limited to 'c-user/object-services/directives.rst')
-rw-r--r--c-user/object-services/directives.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c-user/object-services/directives.rst b/c-user/object-services/directives.rst
index ba23add..b6f1dbe 100644
--- a/c-user/object-services/directives.rst
+++ b/c-user/object-services/directives.rst
@@ -168,9 +168,9 @@ Gets the object name associated with the object identifier.
This parameter is the object identifier to get the name.
``name``
- This parameter is the pointer to an :c:type:`rtems_name` object. When the
- directive call is successful, the object name associated with the object
- identifier will be stored in this object.
+ This parameter is the pointer to an :ref:`InterfaceRtemsName` object. When
+ the directive call is successful, the object name associated with the
+ object identifier will be stored in this object.
.. rubric:: RETURN VALUES:
@@ -802,7 +802,7 @@ Gets the object class information of the object class of the object API.
``info``
This parameter is the pointer to an
- :c:type:`rtems_object_api_class_information` object. When the directive
+ :ref:`InterfaceRtemsObjectApiClassInformation` object. When the directive
call is successful, the object class information of the class of the API
will be stored in this object.