From 0a63426f4e9df9dfce5a6692729dc78b8f40aa9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 4 Oct 2022 23:31:46 +0200 Subject: [PATCH] Clarify get_() to get_...() --- .../doc/Polytope_distance_d/Concepts/WidthTraits_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polytope_distance_d/doc/Polytope_distance_d/Concepts/WidthTraits_3.h b/Polytope_distance_d/doc/Polytope_distance_d/Concepts/WidthTraits_3.h index cb34903e50a..6f882dd1280 100644 --- a/Polytope_distance_d/doc/Polytope_distance_d/Concepts/WidthTraits_3.h +++ b/Polytope_distance_d/doc/Polytope_distance_d/Concepts/WidthTraits_3.h @@ -27,7 +27,7 @@ public: /*! The point type. The (in)equality tests must be -available. Access to the point coordinates is done via the `get_.()` +available. Access to the point coordinates is done via the `get_...()` functions. Constructing a point is done with the `make_point( )` operation. */ @@ -35,7 +35,7 @@ typedef unspecified_type Point_3; /*! The plane type. Access to the coefficients of the -plane is made via the `get_.()` functions. Constructing a plane is +plane is made via the `get_...()` functions. Constructing a plane is done with the `make_plane()` operation. */ typedef unspecified_type Plane_3;