mirror of https://github.com/CGAL/cgal
follow up of 601fd3b9: adding missing () in see also for functions
This commit is contained in:
parent
1952cc37ed
commit
ebd2f15dd1
|
|
@ -16,7 +16,7 @@ Returns the value of `result` after inserting the `n` items.
|
|||
|
||||
|
||||
|
||||
\sa `CGAL::perturb_points_2`
|
||||
\sa `CGAL::perturb_points_2()`
|
||||
*/
|
||||
template <class RandomAccessIterator, class Size,
|
||||
class OutputIterator, class Random>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ for the approximation error criterion.
|
|||
\sa `MeshFacetCriteria_3`
|
||||
\sa `CGAL::Mesh_criteria_3<Tr>`
|
||||
\sa `MeshDomainField_3`
|
||||
\sa `CGAL::make_mesh_3`
|
||||
\sa `CGAL::make_mesh_3()`
|
||||
|
||||
*/
|
||||
template< typename Tr >
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ area_2( ForwardIterator first, ForwardIterator last,
|
|||
///
|
||||
///
|
||||
/// \sa `PolygonTraits_2 `
|
||||
/// \sa `CGAL::orientation_2 `
|
||||
/// \sa `CGAL::orientation_2()`
|
||||
/// \sa `CGAL::Polygon_2 `
|
||||
template <class ForwardIterator, class PolygonTraits>
|
||||
typename PolygonTraits::FT
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ is in <span class="textsc">Ascii</span> mode.
|
|||
|
||||
\sa `CGAL::set_mode()`
|
||||
\sa `CGAL::set_ascii_mode()`
|
||||
\sa `CGAL::set_binary_mode `
|
||||
\sa `CGAL::set_pretty_mode `
|
||||
\sa `CGAL::set_binary_mode()`
|
||||
\sa `CGAL::set_pretty_mode()`
|
||||
\sa `CGAL::get_mode()`
|
||||
\sa `CGAL::is_ascii()`
|
||||
\sa `CGAL::is_binary()`
|
||||
|
|
|
|||
Loading…
Reference in New Issue