Merge pull request #4269 from maxGimeno/PMP-Fix_doc_macro-maxGimeno

PMP: Fix doc macro
This commit is contained in:
Laurent Rineau 2019-10-18 14:17:19 +02:00
commit 2edcf7b033
3 changed files with 15 additions and 0 deletions

View File

@ -34,6 +34,11 @@
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#ifdef DOXYGEN_RUNNING
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
#define CGAL_PMP_NP_CLASS NamedParameters
#endif
namespace CGAL { namespace CGAL {
namespace Polygon_mesh_processing { namespace Polygon_mesh_processing {

View File

@ -34,6 +34,11 @@
#include <CGAL/boost/graph/Euler_operations.h> #include <CGAL/boost/graph/Euler_operations.h>
#include <vector> #include <vector>
#ifdef DOXYGEN_RUNNING
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
#define CGAL_PMP_NP_CLASS NamedParameters
#endif
namespace CGAL { namespace CGAL {
namespace Polygon_mesh_processing { namespace Polygon_mesh_processing {
namespace extrude_impl{ namespace extrude_impl{

View File

@ -39,6 +39,11 @@
#include <vector> #include <vector>
#ifdef DOXYGEN_RUNNING
#define CGAL_PMP_NP_TEMPLATE_PARAMETERS NamedParameters
#define CGAL_PMP_NP_CLASS NamedParameters
#endif
namespace CGAL { namespace CGAL {
namespace Polygon_mesh_processing { namespace Polygon_mesh_processing {