mirror of https://github.com/CGAL/cgal
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
|
|
|
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - Polygon Mesh Processing"
|
|
# custom options for this package
|
|
EXTRACT_ALL = false
|
|
HIDE_UNDOC_CLASSES = true
|
|
WARN_IF_UNDOCUMENTED = false
|
|
|
|
# macros to be used inside the code
|
|
ALIASES += "cgalNamedParamsBegin=<dl class=\"params\"><dt>Named Parameters</dt><dd> <table class=\"params\">"
|
|
ALIASES += "cgalNamedParamsEnd=</table> </dd> </dl>"
|
|
ALIASES += "cgalParamBegin{1}=<tr><td class=\"paramname\">\ref PMP_\1 \"\1\"</td><td>"
|
|
ALIASES += "cgalParamEnd=</td></tr>"
|
|
ALIASES += "cgalDescribePolylineType=A polyline is defined as a sequence of points, each pair of contiguous points defines a segment of the polyline. If the first and last points of the polyline are identical, the polyline is closed."
|
|
|
|
#macros for NamedParameters.txt
|
|
ALIASES += "cgalNPTableBegin=<dl class=\"params\"><dt></dt><dd> <table class=\"params\">"
|
|
ALIASES += "cgalNPTableEnd=</table> </dd> </dl>"
|
|
ALIASES += "cgalNPBegin{1}=<tr><td class=\"paramname\">\1 </td><td>"
|
|
ALIASES += "cgalNPEnd=</td></tr>"
|
|
|
|
EXAMPLE_PATH += ${CGAL_Poisson_surface_reconstruction_3_EXAMPLE_DIR}
|
|
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
EXPAND_AS_DEFINED = CGAL_PMP_NP_TEMPLATE_PARAMETERS \
|
|
CGAL_PMP_NP_CLASS
|
|
EXCLUDE = ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Polygon_mesh_processing/internal
|
|
EXCLUDE_SYMBOLS += experimental
|