added a comment to internal functions

This commit is contained in:
Dmitry Anisimov 2021-06-29 16:55:31 +02:00
parent 9fe1c947ca
commit e012dad4c1
1 changed files with 6 additions and 0 deletions

View File

@ -103,7 +103,13 @@ namespace Weights {
const GeomTraits traits;
return cotangent(p, q, r, traits);
}
/// \endcond
/// \cond SKIP_IN_MANUAL
// These are free functions to be used when building weights from parts rather
// than using the predefined weight functions. In principle, they can be removed.
// They are here to have unified interface within the Weights package and its
// construction weight system.
template<typename GeomTraits>
typename GeomTraits::FT squared_distance(
const CGAL::Point_2<GeomTraits>& p,