mirror of https://github.com/CGAL/cgal
Fix a doc bug.
This commit is contained in:
parent
28fe0dd52c
commit
24e6b1a4f3
|
|
@ -57,13 +57,12 @@ with an object of type \ccc{Type1} which may be
|
||||||
|
|
||||||
\ccNestedType{Construct_initial_points}
|
\ccNestedType{Construct_initial_points}
|
||||||
{A model of this type provides the following operators
|
{A model of this type provides the following operators
|
||||||
to construct initial points on the surface \\
|
to construct initial points on the surface: \\
|
||||||
\ccc{template <class OutputIteratorPoints> \\
|
\ccc{template <class OutputIteratorPoints>}\\
|
||||||
OutputIteratorPoints operator()(OutputIteratorPoints pts);}\\
|
\ccc{OutputIteratorPoints operator()(OutputIteratorPoints pts)}\\
|
||||||
which outputs a set of points on the surface.
|
which outputs a set of points on the surface,\\
|
||||||
\\
|
\ccc{template <class OutputIteratorPoints>}\\
|
||||||
\ccc{template <class OutputIteratorPoints>\\
|
\ccc{OutputIteratorPoints operator() (OutputIteratorPoints pts, int n)} \\
|
||||||
OutputIteratorPoints operator() (OutputIteratorPoints pts, int n);} \\
|
|
||||||
which outputs a set of \ccc{n} points on the surface.}
|
which outputs a set of \ccc{n} points on the surface.}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue