follow up of 601fd3b9: adding missing () in see also for functions

This commit is contained in:
Sébastien Loriot 2013-01-09 19:47:00 +01:00
parent 1952cc37ed
commit ebd2f15dd1
4 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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 >

View File

@ -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

View File

@ -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()`