Skip to content

Commit

Permalink
Refs #20631. Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
richiware authored and EduPonz committed May 9, 2024
1 parent 1e5d432 commit e7e347d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/fastdds/xtypes/language_binding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ For a detailed explanation about the XML definition of this type, please refer t
.. _xtypes_supportedtypes_bitset:

Bitset Types
""""""""""""
^^^^^^^^^^^^

Bitset types are an aggregation of bitfields.
The :code:`TypeKind` used to identify bitsets is :code:`TK_BITSET`.
Expand Down Expand Up @@ -921,7 +921,8 @@ Please, refer to :ref:`builtin annotations <builtin_annotations>` for the comple
- ✅
- ❌
* - :code:`@bit_bound`
- |TypeDescriptor-api| :code:`bound` property.
- |TypeDescriptor-api| :code:`bound` property for :ref:`xtypes_supportedtypes_bitset`. |br|
|MemberDescriptor-api| :code:`type` property for :ref:`xtypes_supportedtypes_enumeration`.
- ✅
- ✅❌ (`Enumeration types`_ not configurable).
* - :code:`@default`
Expand Down

0 comments on commit e7e347d

Please sign in to comment.