mirror of https://github.com/CGAL/cgal
fix doxygen warning
This commit is contained in:
parent
828eed2b24
commit
717fa0a3fa
|
|
@ -55,12 +55,12 @@ conforming triangulations by the two following global functions:
|
|||
template<class CDT>
|
||||
void make_conforming_Delaunay_2 (CDT& t)
|
||||
\endcode
|
||||
and
|
||||
|
||||
\code{.cpp}
|
||||
template<class CDT>
|
||||
void make_conforming_Gabriel_2 (CDT& t)
|
||||
\endcode
|
||||
.
|
||||
|
||||
|
||||
In both cases, the template parameter `CDT` must be instantiated by a
|
||||
constrained Delaunay triangulation class (see Chapter \ref
|
||||
|
|
|
|||
Loading…
Reference in New Issue