change title of the package

This commit is contained in:
Andreas Fabri 2014-10-08 09:32:08 +02:00
parent a2308a8e7d
commit 76dabc42f5
1 changed files with 3 additions and 3 deletions

View File

@ -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,