From c5c9d6c37c41d47fc5e753a16e4147ff513587c6 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 11 Jun 2021 14:13:03 +0200 Subject: [PATCH] fixed doxygen warnings for deprecated weights --- Weights/include/CGAL/Weights/internal/pmp_weights_depr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Weights/include/CGAL/Weights/internal/pmp_weights_depr.h b/Weights/include/CGAL/Weights/internal/pmp_weights_depr.h index 3d0097db08b..37fe76cd6f8 100644 --- a/Weights/include/CGAL/Weights/internal/pmp_weights_depr.h +++ b/Weights/include/CGAL/Weights/internal/pmp_weights_depr.h @@ -30,6 +30,8 @@ namespace CGAL { namespace Weights { namespace deprecated { +/// \cond SKIP_IN_MANUAL + // Returns the cotangent value of the half angle [v0, v1, v2] // using the formula in -[Meyer02] Discrete Differential-Geometry Operators for- page 19. // The potential problem with the previous one (Cotangent_value) is that it does not produce symmetric results @@ -954,6 +956,8 @@ public: double w_i(vertex_descriptor /* v_i */) { return 1.0; } }; +/// \endcond + } // namespace deprecated } // namespace Weights } // namespace CGAL