eng: Add an item type for not defined defines

This helps to deduce that a missing define in the software design is
intended.

Update #3715.
This commit is contained in:
Sebastian Huber 2023-05-05 08:57:55 +02:00
parent 9a5fb29377
commit 63286a5f85

View File

@ -1938,6 +1938,9 @@ This type refines the following types:
* :ref:`SpecTypeFunctionalRequirementItemType` through the ``functional-type``
attribute if the value is ``function``
* :ref:`SpecTypeFunctionalRequirementItemType` through the ``functional-type``
attribute if the value is ``interface-define-not-defined``
* :ref:`SpecTypeFunctionalRequirementItemType` through the ``functional-type``
attribute if the value is ``operational``