mirror of https://github.com/CGAL/cgal
add missing cgalConcept
This commit is contained in:
parent
117b7cdf04
commit
187c2ef3a3
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue