doc fixes

This commit is contained in:
Sven Oesau 2024-04-25 09:05:41 +02:00
parent 696683ff49
commit 4f5bcc6bbf
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
typedef unspecified_type Intersect_2;
/*!
A functor object to construct the circle centered at one point and passing through another one.
A functor object to construct the circle specified by its center and squared radius.
Provides the operator:
`Circle_2 operator()(const Point_2& p, const FT & sr)`,

View File

@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
typedef unspecified_type Intersect_3;
/*!
A functor object to construct the sphere centered at one point and passing through another one.
A functor object to construct the sphere specified by its center and squared radius.
Provides the operator:
`Sphere_3 operator()(const Point_3& p, const FT & sr)`,

View File

@ -42,7 +42,7 @@ public:
Construct_source_3 construct_source_3_object();
/*!
A model of `CartesianConstIterator3`.
A model of `CartesianConstIterator_3`.
*/
typedef unspecified_type Cartesian_const_iterator_3;