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>
|
template<class CDT>
|
||||||
void make_conforming_Delaunay_2 (CDT& t)
|
void make_conforming_Delaunay_2 (CDT& t)
|
||||||
\endcode
|
\endcode
|
||||||
and
|
|
||||||
\code{.cpp}
|
\code{.cpp}
|
||||||
template<class CDT>
|
template<class CDT>
|
||||||
void make_conforming_Gabriel_2 (CDT& t)
|
void make_conforming_Gabriel_2 (CDT& t)
|
||||||
\endcode
|
\endcode
|
||||||
.
|
|
||||||
|
|
||||||
In both cases, the template parameter `CDT` must be instantiated by a
|
In both cases, the template parameter `CDT` must be instantiated by a
|
||||||
constrained Delaunay triangulation class (see Chapter \ref
|
constrained Delaunay triangulation class (see Chapter \ref
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue