Skip to content

Commit

Permalink
PMP: Fix links for preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Nov 2, 2023
1 parent b83479e commit 2454a1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ namespace internal{
* The normal vector to each face is chosen pointing on the side of the face
* where its sequence of vertices is seen counterclockwise.
*
* @pre `CGAL::is_closed(tm)`
* @pre `CGAL::is_closed``(tm)`
* @pre '\link CGAL::is_closed `CGAL::is_closed(tm)` \endlink
* @pre `CGAL::is_triangle_mesh(tm)`
* @pre If `tm` contains several connected components, they are oriented consistently.
* In other words, the answer to this predicate would be the same for each
Expand Down

0 comments on commit 2454a1d

Please sign in to comment.