hide internal namespace in documentation

This commit is contained in:
Sven Oesau 2025-05-26 16:08:46 +02:00
parent 9601e96724
commit e0a71b08da
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@
namespace CGAL { namespace CGAL {
#ifndef DOXYGEN_RUNNING
namespace poisson_eliminate_impl { namespace poisson_eliminate_impl {
double get_maximum_radius(std::size_t dimension, std::size_t sample_size, double domain_size) { double get_maximum_radius(std::size_t dimension, std::size_t sample_size, double domain_size) {
@ -212,6 +214,8 @@ struct Search_traits<Point, 3> : public CGAL::Search_traits_3<typename CGAL::Ker
} }
#endif
/** /**
\ingroup PkgPointSetProcessing3Algorithms \ingroup PkgPointSetProcessing3Algorithms
performs Poisson disk elimination with a desired output size. A greedy method that calculates a weight based on the performs Poisson disk elimination with a desired output size. A greedy method that calculates a weight based on the