mirror of https://github.com/CGAL/cgal
change title of the package
This commit is contained in:
parent
a2308a8e7d
commit
76dabc42f5
|
|
@ -1,13 +1,13 @@
|
||||||
|
|
||||||
/// \defgroup PkgSurface_mesh Surface Mesh Reference
|
/// \defgroup PkgSurface_mesh Polyhedral Surface Mesh Reference
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\addtogroup PkgSurface_mesh
|
\addtogroup PkgSurface_mesh
|
||||||
\cgalPkgDescriptionBegin{Surface Mesh,PkgSurfaceMeshSummary}
|
\cgalPkgDescriptionBegin{Polyhedral Surface Mesh,PkgSurfaceMeshSummary}
|
||||||
\cgalPkgPicture{Surface_mesh_teaser.png}
|
\cgalPkgPicture{Surface_mesh_teaser.png}
|
||||||
\cgalPkgSummaryBegin
|
\cgalPkgSummaryBegin
|
||||||
\cgalPkgAuthor{Mario Botsch, Daniel Sieger, Philipp Moeller, and Andreas Fabri}
|
\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
|
that can be used as halfedge data structure or polyhedral surface. It is
|
||||||
an alternative to the packages \ref PkgHDSSummary and \ref PkgPolyhedronSummary.
|
an alternative to the packages \ref PkgHDSSummary and \ref PkgPolyhedronSummary.
|
||||||
The main differences are that it is indexed based and not pointer based,
|
The main differences are that it is indexed based and not pointer based,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue