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

Enable doxygen verification. #56

Merged
merged 1 commit into from
Sep 7, 2021
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
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