summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-20 06:49:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-01 06:59:01 +0100
commit50541ae9da953159535793bdc113e45d81341a91 (patch)
tree12f1bb0ea15eac195cf8acdf5cd600bd813ac795 /rtemsspec/tests
parentinterfacedoc: Only reference documented interfaces (diff)
downloadrtems-central-50541ae9da953159535793bdc113e45d81341a91.tar.bz2
content: Add interface group references
Diffstat (limited to 'rtemsspec/tests')
-rw-r--r--rtemsspec/tests/spec-interface/func.yml4
-rw-r--r--rtemsspec/tests/test_interface.py4
-rw-r--r--rtemsspec/tests/test_interfacedoc.py3
3 files changed, 6 insertions, 5 deletions
diff --git a/rtemsspec/tests/spec-interface/func.yml b/rtemsspec/tests/spec-interface/func.yml
index 25a23b3b..422a3a7c 100644
--- a/rtemsspec/tests/spec-interface/func.yml
+++ b/rtemsspec/tests/spec-interface/func.yml
@@ -16,8 +16,8 @@ definition:
description: |
Function description. References to ${func2:/name}, ${td:/name},
${enum:/name}, ${define:/name}, ${macro:/name}, ${var:/name},
- ${enumerator-0:/name}, ${s:/name}, ${option:/name}, and ${option:/type}.
- Second parameter is ${.:/params[1]/name}.
+ ${enumerator-0:/name}, ${s:/name}, ${option:/name}, ${option:/type},
+ ${ga:/name}, and ${gf:/name}. Second parameter is ${.:/params[1]/name}.
.. code-block:
diff --git a/rtemsspec/tests/test_interface.py b/rtemsspec/tests/test_interface.py
index 0519eb24..2ca9623f 100644
--- a/rtemsspec/tests/test_interface.py
+++ b/rtemsspec/tests/test_interface.py
@@ -208,8 +208,8 @@ typedef enum EnumB {
* @brief Function brief description.
*
* Function description. References to VeryLongFunction(), ::Integer, #Enum,
- * #DEFINE, VERY_LONG_MACRO(), #Variable, ::ENUMERATOR_0, Struct, #a, and
- * interface. Second parameter is ``Param1``.
+ * #DEFINE, VERY_LONG_MACRO(), #Variable, ::ENUMERATOR_0, Struct, #a,
+ * interface, @ref GroupA, and @ref GroupF. Second parameter is ``Param1``.
*
* @code
* these two lines
diff --git a/rtemsspec/tests/test_interfacedoc.py b/rtemsspec/tests/test_interfacedoc.py
index b060cf06..0ead530b 100644
--- a/rtemsspec/tests/test_interfacedoc.py
+++ b/rtemsspec/tests/test_interfacedoc.py
@@ -454,7 +454,8 @@ Function brief description.
Function description. References to :ref:`InterfaceVeryLongFunction`,
:c:type:`Integer`, :c:type:`Enum`, :c:macro:`DEFINE`,
:ref:`InterfaceVERYLONGMACRO`, Variable, :c:macro:`ENUMERATOR_0`,
-:c:type:`Struct`, :ref:`a`, and interface. Second parameter is ``Param1``.
+:c:type:`Struct`, :ref:`a`, interface, :ref:`GroupA`, and Group F. Second
+parameter is ``Param1``.
.. code-block: