mirror of https://github.com/CGAL/cgal
doc fixes
This commit is contained in:
parent
696683ff49
commit
4f5bcc6bbf
|
|
@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
|
||||||
typedef unspecified_type Intersect_2;
|
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:
|
Provides the operator:
|
||||||
|
|
||||||
`Circle_2 operator()(const Point_2& p, const FT & sr)`,
|
`Circle_2 operator()(const Point_2& p, const FT & sr)`,
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ must be a `std::optional` of a `std::variant` of the possible intersection types
|
||||||
typedef unspecified_type Intersect_3;
|
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:
|
Provides the operator:
|
||||||
|
|
||||||
`Sphere_3 operator()(const Point_3& p, const FT & sr)`,
|
`Sphere_3 operator()(const Point_3& p, const FT & sr)`,
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ public:
|
||||||
Construct_source_3 construct_source_3_object();
|
Construct_source_3 construct_source_3_object();
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
A model of `CartesianConstIterator3`.
|
A model of `CartesianConstIterator_3`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Cartesian_const_iterator_3;
|
typedef unspecified_type Cartesian_const_iterator_3;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue