diff --git a/BGL/doc/BGL/Concepts/MutableFaceGraph.h b/BGL/doc/BGL/Concepts/MutableFaceGraph.h index cb26015d85f..3510522316d 100644 --- a/BGL/doc/BGL/Concepts/MutableFaceGraph.h +++ b/BGL/doc/BGL/Concepts/MutableFaceGraph.h @@ -10,7 +10,7 @@ the requirement for operations to add faces and to modify face-halfedge relation \cgalHasModel `CGAL::Polyhedron_3` \cgalHasModel `CGAL::Surface_mesh` - +*/ class MutableFaceGraph{}; /*! \relates MutableFaceGraph diff --git a/BGL/doc/BGL/PackageDescription.txt b/BGL/doc/BGL/PackageDescription.txt index bd0befe28d3..ecda42b7d00 100644 --- a/BGL/doc/BGL/PackageDescription.txt +++ b/BGL/doc/BGL/PackageDescription.txt @@ -3,7 +3,7 @@ /*! \defgroup PkgBGLConcepts Concepts \ingroup PkgBGL - We extend the Boost Graph Library(\sc{Bgl} for short) with a set of new concepts. + We extend the Boost Graph Library (\sc{Bgl} for short) with a set of new concepts. The documentation of the concepts lists at the same time the functions related to it. Models of the concept and their related functions must be in the same namespace (they will be found by Koenig lookup).