more typos

This commit is contained in:
Andreas Fabri 2022-08-24 12:48:21 +01:00
parent 9c1ad6649d
commit b4489f9c4f
9 changed files with 10 additions and 10 deletions

View File

@ -138,7 +138,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -53,7 +53,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -54,7 +54,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -54,7 +54,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph` /// \tparam TriangleMesh_ must be a model of `FaceGraph`
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -68,7 +68,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -69,7 +69,7 @@ namespace Surface_mesh_parameterization {
/// the \f$ L_2\f$ stretch - as defined by Sander et al. \cgalCite{cgal:ssgh-tmpm-01} - over the mesh. /// the \f$ L_2\f$ stretch - as defined by Sander et al. \cgalCite{cgal:ssgh-tmpm-01} - over the mesh.
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -61,7 +61,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -53,7 +53,7 @@ namespace Surface_mesh_parameterization {
/// ///
/// \tparam TriangleMesh_ must be a model of `FaceGraph`. /// \tparam TriangleMesh_ must be a model of `FaceGraph`.
/// ///
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border /// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
/// and must be a model of `Parameterizer_3`.<br> /// and must be a model of `Parameterizer_3`.<br>
/// <b>%Default:</b> /// <b>%Default:</b>
/// \code /// \code

View File

@ -39,7 +39,7 @@ namespace Surface_mesh_parameterization {
/// \tparam TriangleMesh must be a model of `FaceGraph`. /// \tparam TriangleMesh must be a model of `FaceGraph`.
/// \tparam Parameterizer must be a model of `Parameterizer_3`. /// \tparam Parameterizer must be a model of `Parameterizer_3`.
/// \tparam HD must be the halfedge_descriptor type corresponding to the graph /// \tparam HD must be the halfedge_descriptor type corresponding to the graph
/// traits of TriangleMesh. /// traits of `TriangleMesh`.
/// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with /// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with
/// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and /// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and
/// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`) /// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`)
@ -87,7 +87,7 @@ Error_code parameterize(TriangleMesh& mesh,
/// ///
/// \tparam TriangleMesh must be a model of `FaceGraph`. /// \tparam TriangleMesh must be a model of `FaceGraph`.
/// \tparam HD must be the halfedge_descriptor type corresponding to the graph /// \tparam HD must be the halfedge_descriptor type corresponding to the graph
/// traits of TriangleMesh. /// traits of `TriangleMesh`.
/// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with /// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with
/// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and /// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and
/// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`) /// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`)