summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/test_interfacedoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/test_interfacedoc.py')
-rw-r--r--rtemsspec/tests/test_interfacedoc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtemsspec/tests/test_interfacedoc.py b/rtemsspec/tests/test_interfacedoc.py
index 911fc42f..07dc8b14 100644
--- a/rtemsspec/tests/test_interfacedoc.py
+++ b/rtemsspec/tests/test_interfacedoc.py
@@ -217,7 +217,8 @@ DIRECTIVE PARAMETERS:
DESCRIPTION:
Function description. References to :ref:`InterfaceVeryLongFunction`,
- Integer, Enum, DEFINE, VERY_LONG_MACRO, Variable, ENUMERATOR_0, Struct,
+ :c:type:`Integer`, :c:type:`Enum`, :c:macro:`DEFINE`,
+ :c:func:`VERY_LONG_MACRO`, Variable, ENUMERATOR_0, :c:type:`Struct`,
:ref:`a`, and interface.
"""
assert content == src.read()