issue #6440 Periodic_2_triangulation_2: Strange documentation.

Corrected documentation in respect to the miss-use of `\cgalModels`
This commit is contained in:
albert-github 2022-04-26 09:41:53 +02:00
parent 8a88edc676
commit 1e51f7946f
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ public:
\name Handles, Iterators and Circulators
The vertices and faces of the triangulations are accessed through
`handles`, `iterators` and `circulators`. The handles are \cgalModels of
`handles`, `iterators` and `circulators`. The handles are %CGAL
\ref models "models" of
the concept `Handle` which basically offers the two dereference
operators and `->`. The iterators and circulators are all
bidirectional and non-mutable. The circulators and iterators are