Skip to content

Commit

Permalink
Fix doxygen on Ubuntu 24.04 (#5041)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Jul 9, 2024
1 parent dff42e0 commit e5b26c7
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 237 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/dds/core/policy/QosPolicies.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ class PublishModeQosPolicy : public QosPolicy
};

/**
* Enum @ref DataRepresentationId, different kinds of topic data representation
* Enum DataRepresentationId, different kinds of topic data representation
*/
typedef enum DataRepresentationId : int16_t
{
Expand Down
1 change: 0 additions & 1 deletion include/fastdds/dds/log/Log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ class Log
* * EPROSIMA_LOG_WARNING(cat, msg);
* * EPROSIMA_LOG_ERROR(cat, msg);
*
* @todo this method takes 2 mutexes (same mutex) internally.
* This is a very high sensible point of the code and it should be refactored to be as efficient as possible.
*/
FASTDDS_EXPORTED_API static void QueueLog(
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/dds/subscriber/InstanceState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace fastdds {
namespace dds {

/**
* Indicates if the samples are from an alive @ref DataWriter or not.
* Indicates if the samples are from an alive @ref eprosima::fastdds::dds::DataWriter or not.
*
* For each instance, the middleware internally maintains an instance state. The instance state
* can be:
Expand Down
Loading

0 comments on commit e5b26c7

Please sign in to comment.