Minor doc fix

This commit is contained in:
Mael Rouxel-Labbé 2023-07-12 14:45:29 +02:00
parent 09a6a3e1c7
commit 5cc57d4c58
1 changed files with 4 additions and 4 deletions

View File

@ -168,8 +168,8 @@ struct Face_filtered_graph
* \tparam NamedParameters a sequence of named parameters
*
* \param graph the underlying graph
* \param face_patch_id_map the property map that assigns a patch index to each face
* \param selected_face_patch_ids a range of the face patch indices to select
* \param face_patch_id_map the property map that assigns a patch ID to each face
* \param selected_face_patch_ids a range of the face patch identifiers to select
* \param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
*
* \cgalNamedParamsBegin
@ -249,8 +249,8 @@ struct Face_filtered_graph
* \tparam NamedParameters a sequence of named parameters
*
* \param graph the underlying graph.
* \param face_patch_id_map the property map that assigns a patch index to each face
* \param selected_face_patch_id the index of the face patch selected
* \param face_patch_id_map the property map that assigns a patch ID to each face
* \param selected_face_patch_id the identifier of the face patch selected
* \param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
*
* \cgalNamedParamsBegin