fix doc warnings

This commit is contained in:
Sébastien Loriot 2018-11-12 11:12:21 +01:00
parent a040af4236
commit fd6d3f6e10
4 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -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

View File

@ -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;
/// @} /// @}

View File

@ -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;
/// @} /// @}