Skip to content

Commit 7f2e7bc

Browse files
committed
Refs #21129: Remove static from DiscoveryProtocol docs
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent 0b76310 commit 7f2e7bc

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/03-exports/aliases-api.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@
863863

864864
.. |DiscoveryProtocol-api| replace:: :cpp:enum:`DiscoveryProtocol<eprosima::fastdds::rtps::DiscoveryProtocol>`
865865
.. |SIMPLE| replace:: :cpp:enumerator:`SIMPLE<eprosima::fastdds::rtps::DiscoveryProtocol::SIMPLE>`
866-
.. |STATIC| replace:: :cpp:enumerator:`STATIC<eprosima::fastdds::rtps::DiscoveryProtocol::STATIC>`
867866
.. |SERVER| replace:: :cpp:enumerator:`SERVER<eprosima::fastdds::rtps::DiscoveryProtocol::SERVER>`
868867
.. |CLIENT| replace:: :cpp:enumerator:`CLIENT<eprosima::fastdds::rtps::DiscoveryProtocol::CLIENT>`
869868
.. |CLIENTS| replace:: :cpp:enumerator:`CLIENTS<eprosima::fastdds::rtps::DiscoveryProtocol::CLIENT>`

docs/fastdds/discovery/general_disc_settings.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ The possible values are:
4848
| Simple | |SIMPLE| | Simple discovery protocol as specified in the |
4949
| | | `RTPS standard <https://www.omg.org/spec/DDSI-RTPS/2.2/PDF>`_. |
5050
+---------------------+---------------------+--------------------------------------------------------------------------+
51-
| Static | |STATIC| | SPDP with manual EDP specified in XML files. |
52-
+---------------------+---------------------+--------------------------------------------------------------------------+
5351
| Discovery Server | |SERVER| | The DomainParticipant acts as a hub for discovery traffic, receiving |
5452
| | | |br| and distributing discovery information. |
5553
| +---------------------+--------------------------------------------------------------------------+

0 commit comments

Comments
 (0)