fix doxygen warning

This commit is contained in:
Jane Tournois 2015-05-19 09:59:48 +02:00 committed by Sébastien Loriot
parent 828eed2b24
commit 717fa0a3fa
1 changed files with 2 additions and 2 deletions

View File

@ -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