diff --git a/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp b/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp index d35001e70..3980709b9 100644 --- a/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp @@ -15,6 +15,8 @@ namespace boost { namespace geometry { + +#ifndef DOXYGEN_NO_DETAIL namespace detail { namespace overlay { @@ -749,6 +751,7 @@ struct follow }} // namespace following::linear }} // namespace detail::overlay +#endif // DOXYGEN_NO_DETAIL }} // namespace boost::geometry