From 5ea0bc3dcd36834b19b0cb7a37317ce89ca7fb97 Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Thu, 27 Feb 2014 17:07:36 +0100 Subject: [PATCH] Doc: fix \cond \endcond --- Point_set_processing_3/include/CGAL/Rich_grid.h | 2 ++ .../include/CGAL/wlop_simplify_and_regularize_point_set.h | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Point_set_processing_3/include/CGAL/Rich_grid.h b/Point_set_processing_3/include/CGAL/Rich_grid.h index a3a462b287b..85d2bcaba4f 100644 --- a/Point_set_processing_3/include/CGAL/Rich_grid.h +++ b/Point_set_processing_3/include/CGAL/Rich_grid.h @@ -517,6 +517,8 @@ void compute_ball_neighbors_one_to_another( } //namespace internal +/// \endcond + } //namespace CGAL #endif // CGAL_RICH_GRID_H diff --git a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h index 8401443fe6c..0071084f8c0 100644 --- a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h +++ b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h @@ -43,13 +43,14 @@ #include #include -/// \cond SKIP_IN_MANUAL #define CGAL_DEBUG_MODE namespace CGAL { // ---------------------------------------------------------------------------- // Private section // ---------------------------------------------------------------------------- +/// \cond SKIP_IN_MANUAL + namespace simplify_and_regularize_internal{ /// Compute anverage and repulsion term and then @@ -288,12 +289,13 @@ compute_density_weight_for_sample_point( } // namespace simplify_and_regularize_internal - +/// \endcond // ---------------------------------------------------------------------------- // Public section // ---------------------------------------------------------------------------- +//============================================================================= /// \ingroup PkgPointSetProcessing /// WLOP Algorithm: The simplification algorithm can produces a set of /// denoised, outlier-free and evenly distributed particles over the original