From 76dabc42f50ec9ca26a511c683a838ce3a14eb4e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 8 Oct 2014 09:32:08 +0200 Subject: [PATCH] change title of the package --- Surface_mesh/doc/Surface_mesh/PackageDescription.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Surface_mesh/doc/Surface_mesh/PackageDescription.txt b/Surface_mesh/doc/Surface_mesh/PackageDescription.txt index 5b6f978c3b5..9fbbdcf3365 100644 --- a/Surface_mesh/doc/Surface_mesh/PackageDescription.txt +++ b/Surface_mesh/doc/Surface_mesh/PackageDescription.txt @@ -1,13 +1,13 @@ -/// \defgroup PkgSurface_mesh Surface Mesh Reference +/// \defgroup PkgSurface_mesh Polyhedral Surface Mesh Reference /*! \addtogroup PkgSurface_mesh -\cgalPkgDescriptionBegin{Surface Mesh,PkgSurfaceMeshSummary} +\cgalPkgDescriptionBegin{Polyhedral Surface Mesh,PkgSurfaceMeshSummary} \cgalPkgPicture{Surface_mesh_teaser.png} \cgalPkgSummaryBegin \cgalPkgAuthor{Mario Botsch, Daniel Sieger, Philipp Moeller, and Andreas Fabri} -\cgalPkgDesc{The surface mesh class provided by this package is a data structure +\cgalPkgDesc{The polyhedral surface mesh class provided by this package is a data structure that can be used as halfedge data structure or polyhedral surface. It is an alternative to the packages \ref PkgHDSSummary and \ref PkgPolyhedronSummary. The main differences are that it is indexed based and not pointer based,