add missing cgalConcept

This commit is contained in:
Sébastien Loriot 2019-02-13 19:12:26 +01:00
parent 117b7cdf04
commit 187c2ef3a3
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ namespace CGAL {
namespace Scale_space_reconstruction_3 {
/** \ingroup PkgScaleSpaceReconstruction3Concepts
* \cgalConcept
*
* Concept describing a meshing algorithm used to produce the output
* mesh of the scale space reconstruction algorithm.

View File

@ -3,6 +3,7 @@ namespace CGAL {
namespace Scale_space_reconstruction_3 {
/** \ingroup PkgScaleSpaceReconstruction3Concepts
* \cgalConcept
*
* Concept describing a smoothing algorithm used to construct the
* scales of the scale space reconstruction algorithm.