summaryrefslogtreecommitdiffstats
path: root/rtemsqual/tests/test_specdoc.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-22 09:59:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitda94ef392999664117be695defe0a2a9856945c5 (patch)
treea0574cb42a708528efa64fa042626a881ecb7620 /rtemsqual/tests/test_specdoc.py
parentspecdoc: Separate section for type hierarchy (diff)
downloadrtems-central-da94ef392999664117be695defe0a2a9856945c5.tar.bz2
specdoc: Add used by type list
Diffstat (limited to '')
-rw-r--r--rtemsqual/tests/test_specdoc.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/rtemsqual/tests/test_specdoc.py b/rtemsqual/tests/test_specdoc.py
index 6b3605ec..46e39301 100644
--- a/rtemsqual/tests/test_specdoc.py
+++ b/rtemsqual/tests/test_specdoc.py
@@ -104,6 +104,10 @@ This type is refined by the following types:
* :ref:`SpecTypeB`
+This type is used by the following types:
+
+* :ref:`SpecTypeRoot`
+
.. _SpecTypeA:
A
@@ -117,6 +121,10 @@ The following attributes are explicitly defined for this type:
a
The attribute value shall be an :ref:`SpecTypeA`.
+This type is used by the following types:
+
+* :ref:`SpecTypeA`
+
Please have a look at the following example:
.. code-block:: yaml
@@ -185,6 +193,12 @@ Name
The value shall be a string. A string is a valid name if it matches with the
``^([a-z][a-z0-9-]*|SPDX-License-Identifier)$`` regular expression.
+This type is used by the following types:
+
+* :ref:`SpecTypeD`
+
+* :ref:`SpecTypeRoot`
+
.. _SpecTypeUID:
UID