From 717fa0a3fadbac5114b80cca731ff5233ecf18d8 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 19 May 2015 09:59:48 +0200 Subject: [PATCH] fix doxygen warning --- Mesh_2/doc/Mesh_2/Mesh_2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_2/doc/Mesh_2/Mesh_2.txt b/Mesh_2/doc/Mesh_2/Mesh_2.txt index 136141086ab..7d6484b1f90 100644 --- a/Mesh_2/doc/Mesh_2/Mesh_2.txt +++ b/Mesh_2/doc/Mesh_2/Mesh_2.txt @@ -55,12 +55,12 @@ conforming triangulations by the two following global functions: template void make_conforming_Delaunay_2 (CDT& t) \endcode -and + \code{.cpp} template 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