From cf753b2108d6aafa5292b705a3c0bdedf5ee918a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 16 Aug 2012 14:37:57 +0000 Subject: [PATCH] no border in a table used for layout; typo --- HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_halfedge_base.h | 2 +- HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_halfedge_base.h b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_halfedge_base.h index aed4716826b..34cffa12579 100644 --- a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_halfedge_base.h +++ b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_halfedge_base.h @@ -7,7 +7,7 @@ The class `HalfedgeDS_halfedge_base` is a model of the `HalfedgeDSHalfedge` concept. `Refs` is an instantiation of a `HalfedgeDS`. The full declaration states four template parameters: -
+
diff --git a/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt b/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt index b173a5c4dcb..4b261d157fc 100644 --- a/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt +++ b/HalfedgeDS/doc/HalfedgeDS/HalfedgeDS.txt @@ -28,7 +28,7 @@ geometric interpretation is added by classes built on top of the halfedge data structure. These classes might be more convenient to use than the halfedge data structure directly, since the halfedge data structure is meant as an implementation layer. See for example the -`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron . +`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron. The data structure provided here is also known as the FE-structure \cite w-ebdss-85, as