Skip to content

Commit

Permalink
(doxy) fixing doxygen problems
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 20, 2024
1 parent eeee2ec commit 1b66e75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion include/vroom/vroom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Vroom : public vrprouting::Messages {

private:
std::vector<::vroom::TimeWindow> get_vroom_time_windows(const std::vector<Vroom_time_window_t>&) const;
::vroom::Amount get_vroom_amounts(const std::vector<::Amount>&) const;
::vroom::Amount get_vroom_amounts(const std::vector<Amount>&) 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(
Expand Down
4 changes: 0 additions & 4 deletions src/cpp_common/vroom_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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<vroom::Cost> The vroom cost matrix
*/
void
Matrix::set_vroom_cost_matrix(const VMatrix &m_matrix) {
Expand Down

0 comments on commit 1b66e75

Please sign in to comment.