mirror of https://github.com/CGAL/cgal
Merge pull request #4269 from maxGimeno/PMP-Fix_doc_macro-maxGimeno
PMP: Fix doc macro
This commit is contained in:
commit
c58815d7c7
|
|
@ -33,6 +33,11 @@
|
||||||
#include <CGAL/Polygon_mesh_processing/internal/named_params_helper.h>
|
#include <CGAL/Polygon_mesh_processing/internal/named_params_helper.h>
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef DOXYGEN_RUNNING
|
||||||
|
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
|
||||||
|
#define CGAL_PMP_NP_CLASS NamedParameters
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DOXYGEN_RUNNING
|
#ifdef DOXYGEN_RUNNING
|
||||||
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
|
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
|
||||||
#define CGAL_PMP_NP_CLASS NamedParameters
|
#define CGAL_PMP_NP_CLASS NamedParameters
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue