From 9e3b59e55d817c089bd6fcb8140a7c05a699cb68 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 3 Oct 2019 12:07:47 +0200 Subject: [PATCH] Add missing macro def --- .../include/CGAL/Polygon_mesh_processing/bbox.h | 5 +++++ .../include/CGAL/Polygon_mesh_processing/extrude.h | 5 +++++ .../include/CGAL/Polygon_mesh_processing/triangulate_hole.h | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h index e79ddb723e9..80d06cf66b1 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h @@ -34,6 +34,11 @@ #include +#ifdef DOXYGEN_RUNNING +#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters +#define CGAL_PMP_NP_CLASS NamedParameters +#endif + namespace CGAL { namespace Polygon_mesh_processing { diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h index 16f2544fee7..1e393c1ab44 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h @@ -34,6 +34,11 @@ #include #include +#ifdef DOXYGEN_RUNNING +#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters +#define CGAL_PMP_NP_CLASS NamedParameters +#endif + namespace CGAL { namespace Polygon_mesh_processing { namespace extrude_impl{ diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h index 5b72abe0c9d..a5124623276 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h @@ -39,6 +39,11 @@ #include +#ifdef DOXYGEN_RUNNING +#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters +#define CGAL_PMP_NP_CLASS NamedParameters +#endif + namespace CGAL { namespace Polygon_mesh_processing {