mirror of https://github.com/CGAL/cgal
Document the fact that there are default arguments
This commit is contained in:
parent
4c280edf83
commit
a85b2a2ed8
|
|
@ -28,7 +28,7 @@ assert(dimension == 2);
|
|||
\sa `CGAL::Feature_dimension<T, K>`
|
||||
|
||||
*/
|
||||
template< typename T, typename K >
|
||||
template< typename T, typename K = typename Kernel_traits<T>::Kernel >
|
||||
class Ambient_dimension {
|
||||
public:
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ assert(dimension == 0);
|
|||
\sa `CGAL::Ambient_dimension<T, K>`
|
||||
|
||||
*/
|
||||
template< typename T, typename K >
|
||||
template< typename T, typename K = typename Kernel_traits<T>::Kernel >
|
||||
class Feature_dimension {
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue