Skip to content

Commit

Permalink
Refs #21313: Update doxygen documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Jul 23, 2024
1 parent b937c61 commit 5315dd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cpp/fastdds/utils/TypePropagation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ namespace utils {
*/
enum class TypePropagation : std::uint8_t
{
TYPEPROPAGATION_UNKNOWN,
TYPEPROPAGATION_DISABLED,
TYPEPROPAGATION_ENABLED,
TYPEPROPAGATION_MINIMAL_BANDWIDTH,
TYPEPROPAGATION_REGISTRATION_ONLY
TYPEPROPAGATION_UNKNOWN, //! Invalid value.
TYPEPROPAGATION_DISABLED, //! Disable the propagation and registration of Type Information.
TYPEPROPAGATION_ENABLED, //! Enable the propagation and registration of Type Information (EK_COMPLETE & EK_MINIMAL).
TYPEPROPAGATION_MINIMAL_BANDWIDTH, //! Only propagation of EK_MINIMAL.
TYPEPROPAGATION_REGISTRATION_ONLY //! Only registration of Type Inforamtion.
};

std::ostream& operator <<(
Expand Down

0 comments on commit 5315dd9

Please sign in to comment.