[PATCH 11/12] eng: Add an item type for not defined defines

Sebastian Huber sebastian.huber at embedded-brains.de
Fri May 5 08:46:08 UTC 2023


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

Update #3715.
---
 eng/req/items.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index 874ddce..6ff7dee 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -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``
 
-- 
2.35.3



More information about the devel mailing list