Skip to content

Commit

Permalink
documented non-doc parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Oct 17, 2024
1 parent 04d70f3 commit 8df5564
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Kinetic_space_partition/include/CGAL/Kinetic_space_partition_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -1048,11 +1048,13 @@ class Kinetic_space_partition_3 {
/*!
\brief Face indices of the volume.
\tparam OutputIterator output iterator accepting Index
\param volume_index
index of the query volume.
@return
vector of face indices.
\param it
output iterator where faces of the volume are put
\pre created partition
*/
Expand All @@ -1069,8 +1071,7 @@ class Kinetic_space_partition_3 {
/*!
\brief Mapping of a vertex index to its position.
@return
vector of points.
@return point of the vertex
\pre created partition
*/
Expand All @@ -1093,11 +1094,12 @@ class Kinetic_space_partition_3 {
/*!
\brief Vertices of a face.
\param volume_index
index of the query volume.
\tparam OutputIterator output iterator accepting `Point_3`
@return
vector of face indices.
\param face_index
index of the query face.
\param it output iterator where points of the face are put
\pre created partition
*/
Expand All @@ -1116,11 +1118,12 @@ class Kinetic_space_partition_3 {
/*!
\brief Vertices of a face.
\param volume_index
index of the query volume.
\tparam OutputIterator output iterator accepting `EPECK::Point_3`
@return
vector of face indices.
\param face_index
index of the query face.
\param it output iterator where points of the face are put
\pre created partition
*/
Expand Down

0 comments on commit 8df5564

Please sign in to comment.