fix typo and add typename in doc

This commit is contained in:
Sébastien Loriot 2010-11-02 12:46:45 +00:00
parent dbb5bebae2
commit 68cbd88f1a
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
\ccCreation \ccCreation
\ccCreationVariable{traits} %% choose variable name \ccCreationVariable{traits} %% choose variable name
\ccConstructor{Voronoi_intersection_2_traits_3(const K::Point_3& point=K::Point_3(), const K::Vector_3& normal=NULL_VECTOR);} \ccConstructor{Voronoi_intersection_2_traits_3(const typename K::Point_3& point=typename K::Point_3(), const typename K::Vector_3& normal=NULL_VECTOR);}
{The plane associated to the traits class contains \cc{point} and has as normal vector \cc{normal}.} {The plane associated to the traits class contains \cc{point} and has as normal vector \cc{normal}.}
\ccAutoIndexingOff \ccAutoIndexingOff

View File

@ -80,7 +80,7 @@ been considered.
\ccFunction{template <class OutputIterator, class InputIterator, class \ccFunction{template <class OutputIterator, class InputIterator, class
Kernel> std::pair< OutputIterator, bool > Kernel> std::pair< OutputIterator, bool >
surface_neighbors_certified_3(InputIterator first, surface_neighbors_certified_3(InputIterator first,
InputIterator beyond, const typename Kernel::Point_2& p, const InputIterator beyond, const typename ITraits::Point_2& p, const
typename Kernel::FT& max_distance, OutputIterator out, const typename Kernel::FT& max_distance, OutputIterator out, const
Kernel& kernel);} { The same as above except that this function Kernel& kernel);} { The same as above except that this function
takes the maximal distance from \ccc{p} to the points in the range takes the maximal distance from \ccc{p} to the points in the range