Skip to content

Commit b93cd9b

Browse files
committed
Refs #20631. Fixes
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 667ed11 commit b93cd9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/fastdds/xtypes/language_binding.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ For a detailed explanation about the XML definition of this type, please refer t
766766
.. _xtypes_supportedtypes_bitset:
767767

768768
Bitset Types
769-
""""""""""""
769+
^^^^^^^^^^^^
770770

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

0 commit comments

Comments
 (0)