eng: Add hidden interface group membership

Update #3715.
This commit is contained in:
Sebastian Huber 2021-09-10 16:22:31 +02:00
parent 60e08fd84f
commit 2df0d64537

View File

@ -4191,6 +4191,18 @@ This type refines the :ref:`SpecTypeLink` through the ``role`` attribute if the
value is ``interface-ingroup``. It defines the interface group membership role
of links.
.. _SpecTypeInterfaceHiddenGroupMembershipLinkRole:
Interface Hidden Group Membership Link Role
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This type refines the :ref:`SpecTypeLink` through the ``role`` attribute if the
value is ``interface-ingroup-hidden``. It defines the interface hidden group
membership role of links. This role may be used to make an interface a group
member and hide this relationship in the documentation. An example is an
optimized macro implementation of a directive which has the same name as the
corresponding directive.
.. _SpecTypeInterfaceIncludeLinkRole:
Interface Include Link Role
@ -4401,6 +4413,8 @@ This type is refined by the following types:
* :ref:`SpecTypeInterfaceGroupMembershipLinkRole`
* :ref:`SpecTypeInterfaceHiddenGroupMembershipLinkRole`
* :ref:`SpecTypeInterfaceIncludeLinkRole`
* :ref:`SpecTypeInterfacePlacementLinkRole`