From 8529cdbd4576e982bdca3daae50a6949d7f97c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 3 May 2017 15:15:05 +0200 Subject: [PATCH] Minor doc fix --- Generator/doc/Generator/CGAL/point_generators_3.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Generator/doc/Generator/CGAL/point_generators_3.h b/Generator/doc/Generator/CGAL/point_generators_3.h index dfca5f59b6f..d6872e48f33 100644 --- a/Generator/doc/Generator/CGAL/point_generators_3.h +++ b/Generator/doc/Generator/CGAL/point_generators_3.h @@ -556,7 +556,8 @@ The class `Random_points_in_tetrahedral_mesh_boundary_3` is an input iterator cr distributed on the boundary of a tetrahedral mesh of type `Mesh_complex_3_in_triangulation_3`. The tetrahedral mesh must be valid and unchanged while the iterator is used. -C3T3 is a model of `Mesh_complex_3_in_triangulation_3` +\tparam C3T3 must be a model of `Mesh_complex_3_in_triangulation_3` + \cgalModels `InputIterator` \cgalModels `PointGenerator` @@ -633,7 +634,8 @@ The class `Random_points_in_tetrahedral_mesh_3` is an input iterator creating po distributed inside a tetrahedral mesh of type `Mesh_complex_3_in_triangulation_3`. The tetrahedral mesh must be valid and unchanged while the iterator is used. -C3T3 is a model of `Mesh_complex_3_in_triangulation_3` +\tparam C3T3 must be a model of `Mesh_complex_3_in_triangulation_3` + \cgalModels `InputIterator` \cgalModels `PointGenerator`