mirror of https://github.com/CGAL/cgal
issue #6440 Periodic_2_triangulation_2: Strange documentation.
Corrected documentation in respect to the miss-use of `\cgalModels`
This commit is contained in:
parent
8a88edc676
commit
1e51f7946f
|
|
@ -209,7 +209,8 @@ public:
|
||||||
\name Handles, Iterators and Circulators
|
\name Handles, Iterators and Circulators
|
||||||
|
|
||||||
The vertices and faces of the triangulations are accessed through
|
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
|
the concept `Handle` which basically offers the two dereference
|
||||||
operators and `->`. The iterators and circulators are all
|
operators and `->`. The iterators and circulators are all
|
||||||
bidirectional and non-mutable. The circulators and iterators are
|
bidirectional and non-mutable. The circulators and iterators are
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue