From eb83a0952bcc195b07b41c91d200c8bac6a2d944 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 20 Aug 2024 12:03:57 -0600 Subject: [PATCH] (doxy) fixing doxygen problems --- include/vroom/vroom.hpp | 2 +- src/cpp_common/vroom_matrix.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/vroom/vroom.hpp b/include/vroom/vroom.hpp index a60ea831f..54d1cf76f 100644 --- a/include/vroom/vroom.hpp +++ b/include/vroom/vroom.hpp @@ -77,7 +77,7 @@ class Vroom : public vrprouting::Messages { private: std::vector<::vroom::TimeWindow> get_vroom_time_windows(const std::vector&) const; - ::vroom::Amount get_vroom_amounts(const std::vector<::Amount>&) const; + ::vroom::Amount get_vroom_amounts(const std::vector&) const; ::vroom::Amount get_vroom_amounts(const Amount *amounts, size_t count) const; ::vroom::Skills get_vroom_skills(const Skill*, size_t) const; ::vroom::Job get_vroom_job( diff --git a/src/cpp_common/vroom_matrix.cpp b/src/cpp_common/vroom_matrix.cpp index 593ec36ed..ead977b2b 100644 --- a/src/cpp_common/vroom_matrix.cpp +++ b/src/cpp_common/vroom_matrix.cpp @@ -187,8 +187,6 @@ Matrix::get_vroom_cost_matrix() const { /** * @brief sets the VROOM duration matrix from vrprouting Base Matrix - * - * @return ::vroom::Matrix<::vroom::Duration> The vroom cost matrix */ void Matrix::set_vroom_duration_matrix(const VMatrix &m_matrix) { @@ -203,8 +201,6 @@ Matrix::set_vroom_duration_matrix(const VMatrix &m_matrix) { /** * @brief sets the VROOM cost matrix from vrprouting Base Matrix - * - * @return ::vroom::Matrix The vroom cost matrix */ void Matrix::set_vroom_cost_matrix(const VMatrix &m_matrix) {