Doc: fix \cond \endcond

This commit is contained in:
Clement Jamin 2014-02-27 17:07:36 +01:00
parent 99b6979ba3
commit 5ea0bc3dcd
2 changed files with 6 additions and 2 deletions

View File

@ -517,6 +517,8 @@ void compute_ball_neighbors_one_to_another(
} //namespace internal
/// \endcond
} //namespace CGAL
#endif // CGAL_RICH_GRID_H

View File

@ -43,13 +43,14 @@
#include <CGAL/AABB_point_primitive.h>
#include <CGAL/Bbox_3.h>
/// \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