From 8fdbadd0785b6504f15349f08369f58c9b3a7601 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 10 Mar 2006 17:19:19 +0000 Subject: [PATCH] Small fixes after a first review. --- .../Surface_mesher_ref/SurfaceMeshTriangulation_3.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshTriangulation_3.tex b/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshTriangulation_3.tex index 5451f4c9b16..3248281aa02 100644 --- a/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshTriangulation_3.tex +++ b/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshTriangulation_3.tex @@ -93,7 +93,9 @@ facets of the triangulation. \ccNestedType{Finite_facets_iterator}{iterator over finite facets} \ccNestedType{Geom_traits} % TODO: look at this! -{ } +{The geometric traits class. Must be a model of +\ccc{DelaunayTriangulationTraits_3}.} + \ccCreation \ccCreationVariable{t} %% choose variable name @@ -295,8 +297,8 @@ All 3D Delaunay triangulation classes of \cgal{} \ccSeeAlso -\ccc{Triangulation_3} -\ccc{Delaunay_triangulation_3} +\ccc{Triangulation_3}\\ +\ccc{Delaunay_triangulation_3}\\ \ccc{Surface_mesh_complex_2_in_triangulation_3}\\ \ccc{make_surface_mesh}