more minor documentation bug fixes

This commit is contained in:
Jane Tournois 2014-01-10 15:13:52 +01:00
parent b35a610b12
commit a95c93cfe5
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ However, this point has no weight.
A class for the cells of regular triangulations with
cached weighted circumcenters can simply be obtained by plugging
`Regular_triangulation_cell_base_3` in the second template parameter of
`CGAL::Triangulation_cell_base_with_circumcenter_3<RegularTriangulationTraits_3, CellBase_3>`
`CGAL::Triangulation_cell_base_with_circumcenter_3<RegularTriangulationTraits_3, CellBase_3>`.
*/
/// @{

View File

@ -95,6 +95,7 @@ void hide_point(const Point & p);
/// @{
/*!
Returns the weighted circumcenter of the cell, with no weight.
`TriangulationTraits_3` is the geometric traits class of the triangulation.
*/
const Bare_point& circumcenter(
const TriangulationTraits_3&gt = TriangulationTraits_3()) const;