diff --git a/include/boost/geometry/strategies/cartesian/point_in_box.hpp b/include/boost/geometry/strategies/cartesian/point_in_box.hpp index 36684a453..468e167c6 100644 --- a/include/boost/geometry/strategies/cartesian/point_in_box.hpp +++ b/include/boost/geometry/strategies/cartesian/point_in_box.hpp @@ -190,7 +190,7 @@ struct relate_point_box_loop }; } // namespace detail -#endif DOXYGEN_NO_DETAIL +#endif // DOXYGEN_NO_DETAIL struct cartesian_point_box { @@ -252,7 +252,7 @@ struct default_strategy } // namespace services -#endif DOXYGEN_NO_STRATEGY_SPECIALIZATIONS +#endif // DOXYGEN_NO_STRATEGY_SPECIALIZATIONS } // namespace within