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
2edcf7b033
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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{
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue