fix the doc

This commit is contained in:
Maxime Gimeno 2018-05-04 16:07:27 +02:00
parent ca267506f8
commit cb3b060d53
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace Polygon_mesh_processing{
* @tparam Mesh a model of `VertexListGraph`
* @tparam NamedParameters a sequence of \ref pmp_namedparameters "Named Parameters"
*
* @param transformation the `Transformation` to apply to `mesh`.
* @param transformation the transformation functor to apply to the points of `mesh`.
* @param mesh the `Mesh` to transform.
* @param np optional sequence of \ref pmp_namedparameters for `mesh`, among the ones listed below
*