diff --git a/BGL/doc/BGL/PackageDescription.txt b/BGL/doc/BGL/PackageDescription.txt index 42397587333..3e18ea099e5 100644 --- a/BGL/doc/BGL/PackageDescription.txt +++ b/BGL/doc/BGL/PackageDescription.txt @@ -317,6 +317,7 @@ user might encounter. - `CGAL::Graph_with_descriptor_with_graph` - `CGAL::Graph_with_descriptor_with_graph_property_map` - `CGAL::Face_filtered_graph` +- `CGAL::Seam_mesh` ## Helper Functions ## - `CGAL::is_border()` diff --git a/BGL/include/CGAL/boost/graph/Seam_mesh.h b/BGL/include/CGAL/boost/graph/Seam_mesh.h index f2c46eb96e5..b10e6e8cd0c 100644 --- a/BGL/include/CGAL/boost/graph/Seam_mesh.h +++ b/BGL/include/CGAL/boost/graph/Seam_mesh.h @@ -8,9 +8,11 @@ namespace CGAL { - /** - - **/ +/*! +\ingroup PkgBGLHelper + +The class template `Seam_mesh` is an adaptor that allows +*/ template class Seam_mesh {