Skip to content

Commit f7c8c4b

Browse files
committed
core: fix warning display
1 parent 36cdc99 commit f7c8c4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/hpp/fcl/collision_data.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ struct HPP_FCL_DLLAPI CollisionRequest : QueryRequest {
316316
/// Whether a lower bound on distance is returned when objects are disjoint
317317
HPP_FCL_DEPRECATED_MESSAGE(
318318
`enable_distance_lower_bound` is deprecated
319-
.A lower bound on distance is always computed.)
319+
: A lower bound on distance is always computed.)
320320
bool enable_distance_lower_bound;
321321

322322
/// @brief Distance below which objects are considered in collision.
@@ -499,7 +499,8 @@ struct HPP_FCL_DLLAPI DistanceRequest : QueryRequest {
499499
/// Nearest points are always computed and are the points of the shapes that
500500
/// achieve a distance of `DistanceResult::min_distance`.
501501
HPP_FCL_DEPRECATED_MESSAGE(
502-
`enable_nearest_points` is deprecated.Nearest points are always computed;
502+
`enable_nearest_points` is deprecated
503+
: Nearest points are always computed;
503504
they are the points of the shapes that achieve a distance of
504505
`DistanceResult::min_distance`
505506
.\n Use `enable_signed_distance` if you want to compute a signed

0 commit comments

Comments
 (0)