fix doxygen warnings

This commit is contained in:
Jane Tournois 2025-06-05 17:01:56 +02:00
parent 0e3778ff1a
commit 7600e30fd4
1 changed files with 2 additions and 2 deletions

View File

@ -916,7 +916,7 @@ public:
* \brief defines a range type for iterating over the constrained facets.
*
* This type is used to iterate through all facets that are constrained.
* Its iterator type is ::Constrained_facets_iterator.
* Its iterator type is `Constrained_facets_iterator`.
*/
using Constrained_facets_range = CGAL::Iterator_range<Constrained_facets_iterator>;
@ -988,7 +988,7 @@ public:
/**
* \brief returns a range of the constrained facets.
*
* Its iterator type is ::Constrained_facets_iterator.
* Its iterator type is `Constrained_facets_iterator`
*/
Constrained_facets_range constrained_facets() const {
return {constrained_facets_begin(), constrained_facets_end()};