eng: Add interface params/return to typedefs

Update #3715.
This commit is contained in:
Sebastian Huber 2021-09-10 16:26:18 +02:00
parent 7b2b1b4827
commit 9dd61353f6

View File

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