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
|
\defgroup vsa_namedparameters Named Parameters
|
||||||
\ingroup PkgTSMA
|
\ingroup PkgTSMARef
|
||||||
|
|
||||||
\cgalHeading{How to use BGL Optional Named Parameters}
|
\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
|
/// \defgroup PkgTSMAConcepts Concepts
|
||||||
/// \ingroup PkgTSMARef
|
/// \ingroup PkgTSMARef
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,7 @@ class L21_metric_plane_proxy {
|
||||||
public:
|
public:
|
||||||
/// \name Types
|
/// \name Types
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/// Proxy type
|
/// Proxy type
|
||||||
typedef typename GeomTraits::Vector_3 Proxy;
|
typedef typename GeomTraits::Vector_3 Proxy;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ class L2_metric_plane_proxy {
|
||||||
public:
|
public:
|
||||||
/// \name Types
|
/// \name Types
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/// Proxy type
|
/// Proxy type
|
||||||
typedef typename GeomTraits::Plane_3 Proxy;
|
typedef typename GeomTraits::Plane_3 Proxy;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue