Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <danieldiaz@eprosima.com>
  • Loading branch information
Tempate authored and LuciaEchevarria99 committed Sep 19, 2024
1 parent d45a6f9 commit 5086a11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ddspipe_yaml/include/ddspipe_yaml/YamlReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include <functional>

#include <cpp_utils/types/Fuzzy.hpp>
#include <cpp_utils/enum/EnumBuilder.hpp>
#include <cpp_utils/types/Fuzzy.hpp>

#include <ddspipe_yaml/library/library_dll.h>
#include <ddspipe_yaml/Yaml.hpp>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_yaml/include/ddspipe_yaml/YamlValidator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class YamlValidator
const YamlReaderVersion& version = YamlReaderVersion::LATEST);

/**
* @brief Ensure that all the tags in \c yml are in \c tags.
* @brief Ensure that all the tags in \c yml are unique and inside \c tags.
*
* @param yml Yaml object to validate.
* @param tags Set of tags to validate against.
Expand Down
4 changes: 3 additions & 1 deletion ddspipe_yaml/src/cpp/YamlReader_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* @file YamlReader.cpp
*
*/

#include <set>
Expand All @@ -34,6 +33,9 @@
#include <ddspipe_participants/configuration/ParticipantConfiguration.hpp>
#include <ddspipe_participants/configuration/EchoParticipantConfiguration.hpp>
#include <ddspipe_participants/configuration/SimpleParticipantConfiguration.hpp>
#include <ddspipe_participants/types/address/Address.hpp>
#include <ddspipe_participants/types/address/DiscoveryServerConnectionAddress.hpp>
#include <ddspipe_participants/types/security/tls/TlsConfiguration.hpp>

#include <ddspipe_yaml/Yaml.hpp>
#include <ddspipe_yaml/YamlReader.hpp>
Expand Down
4 changes: 3 additions & 1 deletion ddspipe_yaml/src/cpp/YamlReader_participants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* @file YamlReader.cpp
*
*/

#include <set>
Expand All @@ -34,6 +33,9 @@
#include <ddspipe_participants/configuration/ParticipantConfiguration.hpp>
#include <ddspipe_participants/configuration/EchoParticipantConfiguration.hpp>
#include <ddspipe_participants/configuration/SimpleParticipantConfiguration.hpp>
#include <ddspipe_participants/types/address/Address.hpp>
#include <ddspipe_participants/types/address/DiscoveryServerConnectionAddress.hpp>
#include <ddspipe_participants/types/security/tls/TlsConfiguration.hpp>

#include <ddspipe_yaml/Yaml.hpp>
#include <ddspipe_yaml/YamlReader.hpp>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_yaml/src/cpp/YamlValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

/**
* @file YamlValidator.cpp
*
*/

#include <cpp_utils/Log.hpp>

#include <ddspipe_yaml/YamlValidator.hpp>

namespace eprosima {
Expand Down

0 comments on commit 5086a11

Please sign in to comment.