Skip to content

Commit

Permalink
Enable doxygen verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
francocipollone committed Sep 2, 2021
1 parent fd416f4 commit 0b74915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if(BUILD_DOCS)
ament_doxygen_generate(doxygen_maliput_dragway
CONFIG_OVERLAY doc/Doxyfile.overlay.in
DEPENDENCIES maliput
TEST_ON_WARNS
)
endif()

Expand Down
2 changes: 2 additions & 0 deletions include/maliput_dragway/road_geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class RoadGeometry final : public api::RoadGeometry {
/// @param[in] angular_tolerance The tolerance guaranteed for angular
/// measurements (orientations).
///
/// @param[in] inertial_to_backend_frame_translation the Inertial Frame to Backend
/// Frame translation vector
RoadGeometry(const api::RoadGeometryId& id, int num_lanes, double length, double lane_width, double shoulder_width,
double maximum_height, double linear_tolerance, double angular_tolerance,
const math::Vector3& inertial_to_backend_frame_translation);
Expand Down

0 comments on commit 0b74915

Please sign in to comment.