From 63286a5f85fecca514cb7f2f3d13661b92d42f72 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 May 2023 08:57:55 +0200 Subject: 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. --- 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`` -- cgit v1.2.3