Writing consistency

This commit is contained in:
Philipp Möller 2015-12-11 16:18:51 +01:00
parent e54cfb6492
commit 3ad5c7af8f
1 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ public:
* that has an internal property map for `boost::vertex_point_t`
* @tparam NamedParameters a sequence of \ref namedparameters
*
* @param f face
* @param f face to be triangulated
* @param pmesh the polygon mesh to which the face to be triangulated belongs to
* @param np optional sequence of \ref namedparameters among the ones listed below
*
@ -309,7 +309,7 @@ void triangulate_face(typename boost::graph_traits<PolygonMesh>::face_descriptor
* that has an internal property map for `boost::vertex_point_t`
* @tparam NamedParameters a sequence of \ref namedparameters
*
* @param face_range the range of faces which should be triangulated
* @param face_range the range of faces to be triangulated
* @param pmesh the polygon mesh to be triangulated
* @param np optional sequence of \ref namedparameters among the ones listed below
*