Handle the easy INPUT cases

If INPUT is just PKG/doc/PKG, handle it automatically.
This commit is contained in:
Philipp Möller 2015-12-07 12:38:12 +01:00
parent 35d2e7f1b6
commit 81a8f982dc
75 changed files with 3 additions and 399 deletions

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Algebraic Foundations"
INPUT = ${CMAKE_SOURCE_DIR}/Algebraic_foundations/doc/Algebraic_foundations/

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Algebraic Kernel"
INPUT = ${CMAKE_SOURCE_DIR}/Algebraic_kernel_d/doc/Algebraic_kernel_d/
SORT_GROUP_NAMES = true

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Alpha Shapes"
INPUT = ${CMAKE_SOURCE_DIR}/Alpha_shapes_2/doc/Alpha_shapes_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Alpha Shapes"
INPUT = ${CMAKE_SOURCE_DIR}/Alpha_shapes_3/doc/Alpha_shapes_3/

View File

@ -1,13 +1,7 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Apollonius Graphs (Delaunay Graphs of Disks)"
INPUT = ${CMAKE_SOURCE_DIR}/Apollonius_graph_2/doc/Apollonius_graph_2/
EXCLUDE_SYMBOLS += Agvb
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Apollonius Graphs (Delaunay Graphs of Disks)"
EXCLUDE_SYMBOLS += Agvb

View File

@ -1,9 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Arrangements"
INPUT = ${CMAKE_SOURCE_DIR}/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/
EXCLUDE_SYMBOLS += Dcel \
FaceBase \
HalfedgeBase \

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Regularized Boolean Set-Operations"
INPUT = ${CMAKE_SOURCE_DIR}/Boolean_set_operations_2/doc/Boolean_set_operations_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Bounding Volumes"
INPUT = ${CMAKE_SOURCE_DIR}/Bounding_volumes/doc/Bounding_volumes/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Intersecting Sequences of dD Iso-oriented Boxes"
INPUT = ${CMAKE_SOURCE_DIR}/Box_intersection_d/doc/Box_intersection_d/

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - CGAL Ipelets"
INPUT = ${CMAKE_SOURCE_DIR}/CGAL_ipelets/doc/CGAL_ipelets/
EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/CGAL_ipelets/demo

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Circular Geometry Kernel"
INPUT = ${CMAKE_SOURCE_DIR}/Circular_kernel_2/doc/Circular_kernel_2/
SORT_GROUP_NAMES = true

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Spherical Geometry Kernel"
INPUT = ${CMAKE_SOURCE_DIR}/Circular_kernel_3/doc/Circular_kernel_3/
SORT_GROUP_NAMES = true

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Handles and Circulators"
INPUT = ${CMAKE_SOURCE_DIR}/Circulator/doc/Circulator/

View File

@ -1,5 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Combinatorial Maps"
INPUT = ${CMAKE_SOURCE_DIR}/Combinatorial_map/doc/Combinatorial_map/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Convex Hulls and Extreme Points"
INPUT = ${CMAKE_SOURCE_DIR}/Convex_hull_2/doc/Convex_hull_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Convex Hulls"
INPUT = ${CMAKE_SOURCE_DIR}/Convex_hull_3/doc/Convex_hull_3/

View File

@ -1,10 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - dD Convex Hulls and Delaunay Triangulations"
INPUT = ${CMAKE_SOURCE_DIR}/Convex_hull_d/doc/Convex_hull_d/
EXAMPLE_PATH =

View File

@ -59,6 +59,7 @@ function(configure_doxygen_package CGAL_PACKAGE_NAME)
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "STRIP_FROM_INC_PATH += ${CGAL_PACKAGE_DIR}/include/\n")
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "ALIASES += \"cgalPkgDescriptionBegin{2}=\\details \"\n")
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "ALIASES += \"cgalPkgManuals{2}=<BR>\"\n")
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "INPUT = ${CGAL_PACKAGE_DOC_DIR}\n")
# IMAGE_PATH is set by default. For Documentation, we generate the extra path using packages.txt
set(IMAGE_PATH_VALUES "IMAGE_PATH = ${CGAL_PACKAGE_DOC_DIR}/fig")

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Envelopes"
INPUT = ${CMAKE_SOURCE_DIR}/Envelope_2/doc/Envelope_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Envelopes"
INPUT = ${CMAKE_SOURCE_DIR}/Envelope_3/doc/Envelope_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Geometric Object Generators"
INPUT = ${CMAKE_SOURCE_DIR}/Generator/doc/Generator/

View File

@ -1,11 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Geomview"
INPUT = ${CMAKE_SOURCE_DIR}/Geomview/doc/Geomview/
EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Geomview/demo

View File

@ -1,10 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - CGAL and the Qt Graphics View Framework"
INPUT = ${CMAKE_SOURCE_DIR}/GraphicsView/doc/GraphicsView/
EXAMPLE_PATH =

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Halfedge Data Structures"
INPUT = ${CMAKE_SOURCE_DIR}/HalfedgeDS/doc/HalfedgeDS/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Inscribed Areas"
INPUT = ${CMAKE_SOURCE_DIR}/Inscribed_areas/doc/Inscribed_areas/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D and Surface Function Interpolation"
INPUT = ${CMAKE_SOURCE_DIR}/Interpolation/doc/Interpolation/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Interval Skip List"
INPUT = ${CMAKE_SOURCE_DIR}/Interval_skip_list/doc/Interval_skip_list/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Estimation of Local Differential Properties of Point-Sampled Surfaces"
INPUT = ${CMAKE_SOURCE_DIR}/Jet_fitting_3/doc/Jet_fitting_3/

View File

@ -1,10 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D and 3D Linear Geometry Kernel"
INPUT = ${CMAKE_SOURCE_DIR}/Kernel_23/doc/Kernel_23/
EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/Filtered_kernel/examples

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - dD Geometry Kernel"
INPUT = ${CMAKE_SOURCE_DIR}/Kernel_d/doc/Kernel_d/
SORT_GROUP_NAMES = true

View File

@ -1,8 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Kinetic Data Structures"
INPUT = ${CMAKE_SOURCE_DIR}/Kinetic_data_structures/doc/Kinetic_data_structures/
IMAGE_PATH = ${CMAKE_SOURCE_DIR}/Kinetic_framework/doc/Kinetic_framework/fig

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Kinetic Framework"
INPUT = ${CMAKE_SOURCE_DIR}/Kinetic_framework/doc/Kinetic_framework/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Linear Cell Complex"
INPUT = ${CMAKE_SOURCE_DIR}/Linear_cell_complex/doc/Linear_cell_complex/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Monotone and Sorted Matrix Search"
INPUT = ${CMAKE_SOURCE_DIR}/Matrix_search/doc/Matrix_search/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Conforming Triangulations and Meshes"
INPUT = ${CMAKE_SOURCE_DIR}/Mesh_2/doc/Mesh_2/

View File

@ -1,10 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Mesh Generation"
INPUT = ${CMAKE_SOURCE_DIR}/Mesh_3/doc/Mesh_3/
HTML_EXTRA_FILES = ${CMAKE_SOURCE_DIR}/Mesh_3/doc/Mesh_3/fig/implicit_domain_3.jpg \
${CMAKE_SOURCE_DIR}/Mesh_3/doc/Mesh_3/fig/implicit_domain_4.jpg \
${CMAKE_SOURCE_DIR}/Mesh_3/doc/Mesh_3/fig/implicit_domain_5.jpg

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Minkowski Sums"
INPUT = ${CMAKE_SOURCE_DIR}/Minkowski_sum_2/doc/Minkowski_sum_2/

View File

@ -1,9 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Profiling tools, Hash Map, Union-find, Modifiers"
INPUT = ${CMAKE_SOURCE_DIR}/Miscellany/doc/Miscellany/
EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Profiling_tools/examples

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Modular Arithmetic"
INPUT = ${CMAKE_SOURCE_DIR}/Modular_arithmetic/doc/Modular_arithmetic/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Boolean Operations on Nef Polygons"
INPUT = ${CMAKE_SOURCE_DIR}/Nef_2/doc/Nef_2/

View File

@ -1,6 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Boolean Operations on Nef Polyhedra"
INPUT = ${CMAKE_SOURCE_DIR}/Nef_3/doc/Nef_3/

View File

@ -1,10 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Boolean Operations on Nef Polygons Embedded on the Sphere"
INPUT = ${CMAKE_SOURCE_DIR}/Nef_S2/doc/Nef_S2/
HTML_EXTRA_FILES = ${CMAKE_SOURCE_DIR}/Nef_S2/doc/Nef_S2/fig/halfspace.png \
${CMAKE_SOURCE_DIR}/Nef_S2/doc/Nef_S2/fig/complex.png

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Polygon Partitioning"
INPUT = ${CMAKE_SOURCE_DIR}/Partition_2/doc/Partition_2/

View File

@ -1,4 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Periodic Triangulations"
INPUT = ${CMAKE_SOURCE_DIR}/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Periodic Triangulations"
INPUT = ${CMAKE_SOURCE_DIR}/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Range and Neighbor Search"
INPUT = ${CMAKE_SOURCE_DIR}/Point_set_2/doc/Point_set_2/

View File

@ -1,10 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Polyhedral Surface"
INPUT = ${CMAKE_SOURCE_DIR}/Polyhedron/doc/Polyhedron/
EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/Polyhedron_IO/examples

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Polynomial"
INPUT = ${CMAKE_SOURCE_DIR}/Polynomial/doc/Polynomial/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Optimal Distances"
INPUT = ${CMAKE_SOURCE_DIR}/Polytope_distance_d/doc/Polytope_distance_d/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Principal Component Analysis"
INPUT = ${CMAKE_SOURCE_DIR}/Principal_component_analysis/doc/Principal_component_analysis/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Linear and Quadratic Programming Solver"
INPUT = ${CMAKE_SOURCE_DIR}/QP_solver/doc/QP_solver/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Approximation of Ridges and Umbilics on Triangulated Surface Meshes"
INPUT = ${CMAKE_SOURCE_DIR}/Ridges_3/doc/Ridges_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - STL Extensions for CGAL"
INPUT = ${CMAKE_SOURCE_DIR}/STL_Extension/doc/STL_Extension/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - dD Range and Segment Trees"
INPUT = ${CMAKE_SOURCE_DIR}/SearchStructures/doc/SearchStructures/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Segment Delaunay Graphs"
INPUT = ${CMAKE_SOURCE_DIR}/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/

View File

@ -1,3 +1,2 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - L Infinity Segment Delaunay Graphs"
INPUT = ${CMAKE_SOURCE_DIR}/Segment_Delaunay_graph_Linf_2/doc/Segment_Delaunay_graph_Linf_2

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Skin Surface Meshing"
INPUT = ${CMAKE_SOURCE_DIR}/Skin_surface_3/doc/Skin_surface_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Snap Rounding"
INPUT = ${CMAKE_SOURCE_DIR}/Snap_rounding_2/doc/Snap_rounding_2/

View File

@ -1,7 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - CGAL and Solvers"
INPUT = ${CMAKE_SOURCE_DIR}/Solver_interface/doc/Solver_interface/
EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Solver_interface/examples/Solver_interface/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - dD Spatial Searching"
INPUT = ${CMAKE_SOURCE_DIR}/Spatial_searching/doc/Spatial_searching/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Spatial Sorting"
INPUT = ${CMAKE_SOURCE_DIR}/Spatial_sorting/doc/Spatial_sorting/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Straight Skeleton and Polygon Offsetting"
INPUT = ${CMAKE_SOURCE_DIR}/Straight_skeleton_2/doc/Straight_skeleton_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Placement of Streamlines"
INPUT = ${CMAKE_SOURCE_DIR}/Stream_lines_2/doc/Stream_lines_2/

View File

@ -1,11 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - IO Streams"
INPUT = ${CMAKE_SOURCE_DIR}/Stream_support/doc/Stream_support/
EXAMPLE_PATH =

View File

@ -1,5 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Surface Subdivision Methods"
INPUT = ${CMAKE_SOURCE_DIR}/Subdivision_method_3/doc/Subdivision_method_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Triangulated Surface Mesh Simplification"
INPUT = ${CMAKE_SOURCE_DIR}/Surface_mesh_simplification/doc/Surface_mesh_simplification/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Surface Mesh Generation"
INPUT = ${CMAKE_SOURCE_DIR}/Surface_mesher/doc/Surface_mesher/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Intersection of Curves"
INPUT = ${CMAKE_SOURCE_DIR}/Sweep_line_2/doc/Sweep_line_2/

View File

@ -1,5 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Triangulation Data Structure"
INPUT = ${CMAKE_SOURCE_DIR}/TDS_2/doc/TDS_2/
IMAGE_PATH += ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/Triangulation_2/fig

View File

@ -1,12 +1,6 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Triangulation Data Structure"
INPUT = ${CMAKE_SOURCE_DIR}/TDS_3/doc/TDS_3/
IMAGE_PATH += ${CMAKE_SOURCE_DIR}/Triangulation_3/doc/Triangulation_3/fig

View File

@ -1,5 +1,4 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - dD Triangulations"
INPUT = ${CMAKE_SOURCE_DIR}/Triangulation/doc/Triangulation/
IMAGE_PATH += ${CMAKE_SOURCE_DIR}/Triangulation/doc/Triangulation/fig # not the default image path

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Triangulation"
INPUT = ${CMAKE_SOURCE_DIR}/Triangulation_2/doc/Triangulation_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Triangulations"
INPUT = ${CMAKE_SOURCE_DIR}/Triangulation_3/doc/Triangulation_3/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Visibility"
INPUT = ${CMAKE_SOURCE_DIR}/Visibility_2/doc/Visibility_2/

View File

@ -1,9 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D Voronoi Diagram Adaptor"
INPUT = ${CMAKE_SOURCE_DIR}/Voronoi_diagram_2/doc/Voronoi_diagram_2/