mirror of https://github.com/CGAL/cgal
fix doc warnings
This commit is contained in:
parent
a040af4236
commit
fd6d3f6e10
|
|
@ -1,6 +1,6 @@
|
|||
/*!
|
||||
\defgroup vsa_namedparameters Named Parameters
|
||||
\ingroup PkgTSMA
|
||||
\ingroup PkgTSMARef
|
||||
|
||||
\cgalHeading{How to use BGL Optional Named Parameters}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/// \defgroup PkgTSMA Triangulated Surface Mesh Approximation
|
||||
/// \defgroup PkgTSMARef Triangulated Surface Mesh Approximation Reference
|
||||
|
||||
/// \defgroup PkgTSMAConcepts Concepts
|
||||
/// \ingroup PkgTSMARef
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ class L21_metric_plane_proxy {
|
|||
public:
|
||||
/// \name Types
|
||||
/// @{
|
||||
|
||||
/// Proxy type
|
||||
typedef typename GeomTraits::Vector_3 Proxy;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ class L2_metric_plane_proxy {
|
|||
public:
|
||||
/// \name Types
|
||||
/// @{
|
||||
|
||||
/// Proxy type
|
||||
typedef typename GeomTraits::Plane_3 Proxy;
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Reference in New Issue