Apply suggestions from @albert-github & @afabri

This commit is contained in:
Mael 2022-11-24 13:10:22 +01:00 committed by GitHub
parent 3b640e5e0a
commit 2b44e11fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5975,8 +5975,8 @@ public:
\note It is advised to return a const reference to `p` to avoid useless copies.
\note This peculiar requirement is necessary because some CGAL structures such as triangulations
internally manipulate points whose type might `Point_2` or `Weighted_point_2`.
\note This peculiar requirement is necessary because some \cgal structures such as triangulations
internally manipulate points whose type might be `Point_2` or `Weighted_point_2`.
*/
Kernel::Point_2 operator()(const Kernel::Point_2& p);
@ -6015,8 +6015,8 @@ public:
\note It is advised to return a const reference to `p` to avoid useless copies.
\note This peculiar requirement is necessary because some CGAL structures such as triangulations
internally manipulate points whose type might `Point_3` or `Weighted_point_3`.
\note This peculiar requirement is necessary because some \cgal structures such as triangulations
internally manipulate points whose type might be `Point_3` or `Weighted_point_3`.
*/
Kernel::Point_3 operator()(const Kernel::Point_3& p);