From 9dd61353f651a215a62714e15dc9fef1f70869ad Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Sep 2021 16:26:18 +0200 Subject: eng: Add interface params/return to typedefs Update #3715. --- eng/req/items.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eng/req/items.rst b/eng/req/items.rst index 1818bd2..4ff95c4 100644 --- a/eng/req/items.rst +++ b/eng/req/items.rst @@ -1548,6 +1548,13 @@ name notes The attribute value shall be an :ref:`SpecTypeInterfaceNotes`. +params + The attribute value shall be a list. Each list element shall be an + :ref:`SpecTypeInterfaceParameter`. + +return + The attribute value shall be an :ref:`SpecTypeInterfaceReturnDirective`. + .. _SpecTypeInterfaceUnspecifiedItemType: Interface Unspecified Item Type @@ -4244,6 +4251,8 @@ This type is used by the following types: * :ref:`SpecTypeInterfaceMacroItemType` +* :ref:`SpecTypeInterfaceTypedefItemType` + .. _SpecTypeInterfaceParameterDirection: Interface Parameter Direction @@ -4319,6 +4328,8 @@ This type is used by the following types: * :ref:`SpecTypeInterfaceMacroItemType` +* :ref:`SpecTypeInterfaceTypedefItemType` + .. _SpecTypeInterfaceReturnValue: Interface Return Value -- cgit v1.2.3