cgal/Mesh_3/doc/Mesh_3/Doxyfile.in

29 lines
1.9 KiB
Plaintext

@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
# macros to be used inside the code
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."
INPUT += \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Polyhedral_complex_mesh_domain_3.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Mesh_domain_with_polyline_features_3.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Mesh_3/generate_label_weights.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Mesh_vertex_base_3.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Mesh_cell_base_3.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/Compact_mesh_cell_base_3.h
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - 3D Mesh Generation"
HTML_EXTRA_FILES = ${CGAL_PACKAGE_DOC_DIR}/fig/implicit_domain_3.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/implicit_domain_4.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/implicit_domain_5.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/no-protection.png \
${CGAL_PACKAGE_DOC_DIR}/fig/protection-box.png \
${CGAL_PACKAGE_DOC_DIR}/fig/protection-all.png \
${CGAL_PACKAGE_DOC_DIR}/fig/no-custom-init.png \
${CGAL_PACKAGE_DOC_DIR}/fig/with-custom-init.png \
${CGAL_PACKAGE_DOC_DIR}/fig/hybrid_domain.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/hybrid_domain_mesh_no_protection.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/hybrid_domain_mesh_protection.jpg \
${CGAL_PACKAGE_DOC_DIR}/fig/protection-complex.png \
${CGAL_PACKAGE_DOC_DIR}/fig/no-protection-complex.png
EXAMPLE_PATH += ${CGAL_PACKAGE_INCLUDE_DIR} # non-documented headers are advertised