Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21337] Fix doxygen on Ubuntu 24.04 #5041

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading