fixed doxygen warnings for deprecated weights

This commit is contained in:
Dmitry Anisimov 2021-06-11 14:13:03 +02:00
parent 20baa77b26
commit c5c9d6c37c
1 changed files with 4 additions and 0 deletions

View File

@ -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