[rtems-docs commit] eng: Add an item type for not defined defines

Sebastian Huber sebh at rtems.org
Fri May 19 05:21:25 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    63286a5f85fecca514cb7f2f3d13661b92d42f72
Changeset: http://git.rtems.org/rtems-docs/commit/?id=63286a5f85fecca514cb7f2f3d13661b92d42f72

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  5 08:57:55 2023 +0200

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``
 



More information about the vc mailing list