From 81a8f982dc3604a667c7aadf784b2639899f75bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Mon, 7 Dec 2015 12:38:12 +0100 Subject: [PATCH] Handle the easy INPUT cases If INPUT is just PKG/doc/PKG, handle it automatically. --- .../doc/Algebraic_foundations/Doxyfile.in | 6 ------ Algebraic_kernel_d/doc/Algebraic_kernel_d/Doxyfile.in | 6 ------ Alpha_shapes_2/doc/Alpha_shapes_2/Doxyfile.in | 6 ------ Alpha_shapes_3/doc/Alpha_shapes_3/Doxyfile.in | 6 ------ Apollonius_graph_2/doc/Apollonius_graph_2/Doxyfile.in | 10 ++-------- .../doc/Arrangement_on_surface_2/Doxyfile.in | 3 --- .../doc/Boolean_set_operations_2/Doxyfile.in | 6 ------ Bounding_volumes/doc/Bounding_volumes/Doxyfile.in | 6 ------ Box_intersection_d/doc/Box_intersection_d/Doxyfile.in | 6 ------ CGAL_ipelets/doc/CGAL_ipelets/Doxyfile.in | 6 ------ Circular_kernel_2/doc/Circular_kernel_2/Doxyfile.in | 6 ------ Circular_kernel_3/doc/Circular_kernel_3/Doxyfile.in | 6 ------ Circulator/doc/Circulator/Doxyfile.in | 6 ------ Combinatorial_map/doc/Combinatorial_map/Doxyfile.in | 2 -- Convex_hull_2/doc/Convex_hull_2/Doxyfile.in | 6 ------ Convex_hull_3/doc/Convex_hull_3/Doxyfile.in | 6 ------ Convex_hull_d/doc/Convex_hull_d/Doxyfile.in | 6 ------ Documentation/doc/CMakeLists.txt | 1 + Envelope_2/doc/Envelope_2/Doxyfile.in | 6 ------ Envelope_3/doc/Envelope_3/Doxyfile.in | 6 ------ Generator/doc/Generator/Doxyfile.in | 6 ------ Geomview/doc/Geomview/Doxyfile.in | 6 ------ GraphicsView/doc/GraphicsView/Doxyfile.in | 6 ------ HalfedgeDS/doc/HalfedgeDS/Doxyfile.in | 6 ------ Inscribed_areas/doc/Inscribed_areas/Doxyfile.in | 6 ------ Interpolation/doc/Interpolation/Doxyfile.in | 6 ------ Interval_skip_list/doc/Interval_skip_list/Doxyfile.in | 6 ------ Jet_fitting_3/doc/Jet_fitting_3/Doxyfile.in | 6 ------ Kernel_23/doc/Kernel_23/Doxyfile.in | 6 ------ Kernel_d/doc/Kernel_d/Doxyfile.in | 6 ------ .../doc/Kinetic_data_structures/Doxyfile.in | 4 ---- Kinetic_framework/doc/Kinetic_framework/Doxyfile.in | 6 ------ .../doc/Linear_cell_complex/Doxyfile.in | 6 ------ Matrix_search/doc/Matrix_search/Doxyfile.in | 6 ------ Mesh_2/doc/Mesh_2/Doxyfile.in | 6 ------ Mesh_3/doc/Mesh_3/Doxyfile.in | 4 ---- Minkowski_sum_2/doc/Minkowski_sum_2/Doxyfile.in | 6 ------ Miscellany/doc/Miscellany/Doxyfile.in | 4 ---- Modular_arithmetic/doc/Modular_arithmetic/Doxyfile.in | 6 ------ Nef_2/doc/Nef_2/Doxyfile.in | 6 ------ Nef_3/doc/Nef_3/Doxyfile.in | 3 --- Nef_S2/doc/Nef_S2/Doxyfile.in | 4 ---- Partition_2/doc/Partition_2/Doxyfile.in | 6 ------ .../doc/Periodic_2_triangulation_2/Doxyfile.in | 1 - .../doc/Periodic_3_triangulation_3/Doxyfile.in | 6 ------ Point_set_2/doc/Point_set_2/Doxyfile.in | 6 ------ Polyhedron/doc/Polyhedron/Doxyfile.in | 6 ------ Polynomial/doc/Polynomial/Doxyfile.in | 6 ------ .../doc/Polytope_distance_d/Doxyfile.in | 6 ------ .../doc/Principal_component_analysis/Doxyfile.in | 6 ------ QP_solver/doc/QP_solver/Doxyfile.in | 6 ------ Ridges_3/doc/Ridges_3/Doxyfile.in | 6 ------ STL_Extension/doc/STL_Extension/Doxyfile.in | 6 ------ SearchStructures/doc/SearchStructures/Doxyfile.in | 6 ------ .../doc/Segment_Delaunay_graph_2/Doxyfile.in | 6 ------ .../doc/Segment_Delaunay_graph_Linf_2/Doxyfile.in | 1 - Skin_surface_3/doc/Skin_surface_3/Doxyfile.in | 6 ------ Snap_rounding_2/doc/Snap_rounding_2/Doxyfile.in | 6 ------ Solver_interface/doc/Solver_interface/Doxyfile.in | 1 - Spatial_searching/doc/Spatial_searching/Doxyfile.in | 6 ------ Spatial_sorting/doc/Spatial_sorting/Doxyfile.in | 6 ------ .../doc/Straight_skeleton_2/Doxyfile.in | 6 ------ Stream_lines_2/doc/Stream_lines_2/Doxyfile.in | 6 ------ Stream_support/doc/Stream_support/Doxyfile.in | 6 ------ .../doc/Subdivision_method_3/Doxyfile.in | 2 -- .../doc/Surface_mesh_simplification/Doxyfile.in | 6 ------ Surface_mesher/doc/Surface_mesher/Doxyfile.in | 6 ------ Sweep_line_2/doc/Sweep_line_2/Doxyfile.in | 6 ------ TDS_2/doc/TDS_2/Doxyfile.in | 1 - TDS_3/doc/TDS_3/Doxyfile.in | 6 ------ Triangulation/doc/Triangulation/Doxyfile.in | 1 - Triangulation_2/doc/Triangulation_2/Doxyfile.in | 6 ------ Triangulation_3/doc/Triangulation_3/Doxyfile.in | 6 ------ Visibility_2/doc/Visibility_2/Doxyfile.in | 6 ------ Voronoi_diagram_2/doc/Voronoi_diagram_2/Doxyfile.in | 6 ------ 75 files changed, 3 insertions(+), 399 deletions(-) diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Doxyfile.in b/Algebraic_foundations/doc/Algebraic_foundations/Doxyfile.in index 61897af9d49..5f195f46030 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Doxyfile.in +++ b/Algebraic_foundations/doc/Algebraic_foundations/Doxyfile.in @@ -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/ - - - diff --git a/Algebraic_kernel_d/doc/Algebraic_kernel_d/Doxyfile.in b/Algebraic_kernel_d/doc/Algebraic_kernel_d/Doxyfile.in index 8086454562f..9bc89799c03 100644 --- a/Algebraic_kernel_d/doc/Algebraic_kernel_d/Doxyfile.in +++ b/Algebraic_kernel_d/doc/Algebraic_kernel_d/Doxyfile.in @@ -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 diff --git a/Alpha_shapes_2/doc/Alpha_shapes_2/Doxyfile.in b/Alpha_shapes_2/doc/Alpha_shapes_2/Doxyfile.in index 3aff155732f..5bffa074e8d 100644 --- a/Alpha_shapes_2/doc/Alpha_shapes_2/Doxyfile.in +++ b/Alpha_shapes_2/doc/Alpha_shapes_2/Doxyfile.in @@ -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/ - - - diff --git a/Alpha_shapes_3/doc/Alpha_shapes_3/Doxyfile.in b/Alpha_shapes_3/doc/Alpha_shapes_3/Doxyfile.in index 35c44e75a75..d07bbe369a5 100644 --- a/Alpha_shapes_3/doc/Alpha_shapes_3/Doxyfile.in +++ b/Alpha_shapes_3/doc/Alpha_shapes_3/Doxyfile.in @@ -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/ - - - diff --git a/Apollonius_graph_2/doc/Apollonius_graph_2/Doxyfile.in b/Apollonius_graph_2/doc/Apollonius_graph_2/Doxyfile.in index 88670409c1c..4f465584f7b 100644 --- a/Apollonius_graph_2/doc/Apollonius_graph_2/Doxyfile.in +++ b/Apollonius_graph_2/doc/Apollonius_graph_2/Doxyfile.in @@ -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 diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Doxyfile.in b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Doxyfile.in index c3c6a927605..a9e66561ae7 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Doxyfile.in +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Doxyfile.in @@ -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 \ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Doxyfile.in b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Doxyfile.in index e37a980b187..2a7eb029931 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Doxyfile.in +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Doxyfile.in @@ -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/ - - - diff --git a/Bounding_volumes/doc/Bounding_volumes/Doxyfile.in b/Bounding_volumes/doc/Bounding_volumes/Doxyfile.in index 3a34344c0bd..e7a14ff55b8 100644 --- a/Bounding_volumes/doc/Bounding_volumes/Doxyfile.in +++ b/Bounding_volumes/doc/Bounding_volumes/Doxyfile.in @@ -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/ - - - diff --git a/Box_intersection_d/doc/Box_intersection_d/Doxyfile.in b/Box_intersection_d/doc/Box_intersection_d/Doxyfile.in index 9746df6db79..bd7d2111342 100644 --- a/Box_intersection_d/doc/Box_intersection_d/Doxyfile.in +++ b/Box_intersection_d/doc/Box_intersection_d/Doxyfile.in @@ -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/ - - - diff --git a/CGAL_ipelets/doc/CGAL_ipelets/Doxyfile.in b/CGAL_ipelets/doc/CGAL_ipelets/Doxyfile.in index 5da71fbf653..cb55f25bc53 100644 --- a/CGAL_ipelets/doc/CGAL_ipelets/Doxyfile.in +++ b/CGAL_ipelets/doc/CGAL_ipelets/Doxyfile.in @@ -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 diff --git a/Circular_kernel_2/doc/Circular_kernel_2/Doxyfile.in b/Circular_kernel_2/doc/Circular_kernel_2/Doxyfile.in index ae2540c811a..4d927d924d5 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/Doxyfile.in +++ b/Circular_kernel_2/doc/Circular_kernel_2/Doxyfile.in @@ -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 diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Doxyfile.in b/Circular_kernel_3/doc/Circular_kernel_3/Doxyfile.in index d0770cfdf69..e7978839df0 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Doxyfile.in +++ b/Circular_kernel_3/doc/Circular_kernel_3/Doxyfile.in @@ -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 diff --git a/Circulator/doc/Circulator/Doxyfile.in b/Circulator/doc/Circulator/Doxyfile.in index 17c3e65fe7f..4deccb7c590 100644 --- a/Circulator/doc/Circulator/Doxyfile.in +++ b/Circulator/doc/Circulator/Doxyfile.in @@ -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/ - - - diff --git a/Combinatorial_map/doc/Combinatorial_map/Doxyfile.in b/Combinatorial_map/doc/Combinatorial_map/Doxyfile.in index 8a597af2631..2566fc88040 100644 --- a/Combinatorial_map/doc/Combinatorial_map/Doxyfile.in +++ b/Combinatorial_map/doc/Combinatorial_map/Doxyfile.in @@ -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/ diff --git a/Convex_hull_2/doc/Convex_hull_2/Doxyfile.in b/Convex_hull_2/doc/Convex_hull_2/Doxyfile.in index e27364f5f2e..3640056c2bc 100644 --- a/Convex_hull_2/doc/Convex_hull_2/Doxyfile.in +++ b/Convex_hull_2/doc/Convex_hull_2/Doxyfile.in @@ -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/ - - - diff --git a/Convex_hull_3/doc/Convex_hull_3/Doxyfile.in b/Convex_hull_3/doc/Convex_hull_3/Doxyfile.in index 152a91c7b86..dcbca179053 100644 --- a/Convex_hull_3/doc/Convex_hull_3/Doxyfile.in +++ b/Convex_hull_3/doc/Convex_hull_3/Doxyfile.in @@ -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/ - - - diff --git a/Convex_hull_d/doc/Convex_hull_d/Doxyfile.in b/Convex_hull_d/doc/Convex_hull_d/Doxyfile.in index 2ff2d41a672..47944807c2b 100644 --- a/Convex_hull_d/doc/Convex_hull_d/Doxyfile.in +++ b/Convex_hull_d/doc/Convex_hull_d/Doxyfile.in @@ -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 = diff --git a/Documentation/doc/CMakeLists.txt b/Documentation/doc/CMakeLists.txt index 8a0ccb781e9..9833addbdfa 100644 --- a/Documentation/doc/CMakeLists.txt +++ b/Documentation/doc/CMakeLists.txt @@ -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}=
\"\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") diff --git a/Envelope_2/doc/Envelope_2/Doxyfile.in b/Envelope_2/doc/Envelope_2/Doxyfile.in index 6d6a2f4b00d..983de5d6430 100644 --- a/Envelope_2/doc/Envelope_2/Doxyfile.in +++ b/Envelope_2/doc/Envelope_2/Doxyfile.in @@ -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/ - - - diff --git a/Envelope_3/doc/Envelope_3/Doxyfile.in b/Envelope_3/doc/Envelope_3/Doxyfile.in index 4b7017d4537..adaa3c8f5d8 100644 --- a/Envelope_3/doc/Envelope_3/Doxyfile.in +++ b/Envelope_3/doc/Envelope_3/Doxyfile.in @@ -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/ - - - diff --git a/Generator/doc/Generator/Doxyfile.in b/Generator/doc/Generator/Doxyfile.in index 2eb9e55310c..5a4ab52627b 100644 --- a/Generator/doc/Generator/Doxyfile.in +++ b/Generator/doc/Generator/Doxyfile.in @@ -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/ - - - diff --git a/Geomview/doc/Geomview/Doxyfile.in b/Geomview/doc/Geomview/Doxyfile.in index f94743c3738..fdf7058b4a6 100644 --- a/Geomview/doc/Geomview/Doxyfile.in +++ b/Geomview/doc/Geomview/Doxyfile.in @@ -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 diff --git a/GraphicsView/doc/GraphicsView/Doxyfile.in b/GraphicsView/doc/GraphicsView/Doxyfile.in index a7dc70477a3..600db90dc40 100644 --- a/GraphicsView/doc/GraphicsView/Doxyfile.in +++ b/GraphicsView/doc/GraphicsView/Doxyfile.in @@ -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 = diff --git a/HalfedgeDS/doc/HalfedgeDS/Doxyfile.in b/HalfedgeDS/doc/HalfedgeDS/Doxyfile.in index 011001ab5a7..86f88c7f4e7 100644 --- a/HalfedgeDS/doc/HalfedgeDS/Doxyfile.in +++ b/HalfedgeDS/doc/HalfedgeDS/Doxyfile.in @@ -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/ - - - diff --git a/Inscribed_areas/doc/Inscribed_areas/Doxyfile.in b/Inscribed_areas/doc/Inscribed_areas/Doxyfile.in index 29419026954..d2e4ad80a29 100644 --- a/Inscribed_areas/doc/Inscribed_areas/Doxyfile.in +++ b/Inscribed_areas/doc/Inscribed_areas/Doxyfile.in @@ -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/ - - - diff --git a/Interpolation/doc/Interpolation/Doxyfile.in b/Interpolation/doc/Interpolation/Doxyfile.in index ef9086c4c6d..721d78540f1 100644 --- a/Interpolation/doc/Interpolation/Doxyfile.in +++ b/Interpolation/doc/Interpolation/Doxyfile.in @@ -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/ - - - diff --git a/Interval_skip_list/doc/Interval_skip_list/Doxyfile.in b/Interval_skip_list/doc/Interval_skip_list/Doxyfile.in index 914d4171b43..c5d4b4e9383 100644 --- a/Interval_skip_list/doc/Interval_skip_list/Doxyfile.in +++ b/Interval_skip_list/doc/Interval_skip_list/Doxyfile.in @@ -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/ - - - diff --git a/Jet_fitting_3/doc/Jet_fitting_3/Doxyfile.in b/Jet_fitting_3/doc/Jet_fitting_3/Doxyfile.in index 3cdc133d8a1..6ddc7fa5faf 100644 --- a/Jet_fitting_3/doc/Jet_fitting_3/Doxyfile.in +++ b/Jet_fitting_3/doc/Jet_fitting_3/Doxyfile.in @@ -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/ - - - diff --git a/Kernel_23/doc/Kernel_23/Doxyfile.in b/Kernel_23/doc/Kernel_23/Doxyfile.in index f91cbafb566..a4821ade4ea 100644 --- a/Kernel_23/doc/Kernel_23/Doxyfile.in +++ b/Kernel_23/doc/Kernel_23/Doxyfile.in @@ -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 diff --git a/Kernel_d/doc/Kernel_d/Doxyfile.in b/Kernel_d/doc/Kernel_d/Doxyfile.in index acc1b09741b..9b6a8fa38b2 100644 --- a/Kernel_d/doc/Kernel_d/Doxyfile.in +++ b/Kernel_d/doc/Kernel_d/Doxyfile.in @@ -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 diff --git a/Kinetic_data_structures/doc/Kinetic_data_structures/Doxyfile.in b/Kinetic_data_structures/doc/Kinetic_data_structures/Doxyfile.in index 31f6a065f8c..c153427e3ac 100644 --- a/Kinetic_data_structures/doc/Kinetic_data_structures/Doxyfile.in +++ b/Kinetic_data_structures/doc/Kinetic_data_structures/Doxyfile.in @@ -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 diff --git a/Kinetic_framework/doc/Kinetic_framework/Doxyfile.in b/Kinetic_framework/doc/Kinetic_framework/Doxyfile.in index 8b53fa773a5..709eb97c2f8 100644 --- a/Kinetic_framework/doc/Kinetic_framework/Doxyfile.in +++ b/Kinetic_framework/doc/Kinetic_framework/Doxyfile.in @@ -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/ - - - diff --git a/Linear_cell_complex/doc/Linear_cell_complex/Doxyfile.in b/Linear_cell_complex/doc/Linear_cell_complex/Doxyfile.in index e8c0d1f64e5..14c608d6bbf 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/Doxyfile.in +++ b/Linear_cell_complex/doc/Linear_cell_complex/Doxyfile.in @@ -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/ - - - diff --git a/Matrix_search/doc/Matrix_search/Doxyfile.in b/Matrix_search/doc/Matrix_search/Doxyfile.in index bace4022379..068f9e4fea5 100644 --- a/Matrix_search/doc/Matrix_search/Doxyfile.in +++ b/Matrix_search/doc/Matrix_search/Doxyfile.in @@ -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/ - - - diff --git a/Mesh_2/doc/Mesh_2/Doxyfile.in b/Mesh_2/doc/Mesh_2/Doxyfile.in index 2f0a692ab56..77300c5ba0d 100644 --- a/Mesh_2/doc/Mesh_2/Doxyfile.in +++ b/Mesh_2/doc/Mesh_2/Doxyfile.in @@ -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/ - - - diff --git a/Mesh_3/doc/Mesh_3/Doxyfile.in b/Mesh_3/doc/Mesh_3/Doxyfile.in index 257263f2558..0f5077e756c 100644 --- a/Mesh_3/doc/Mesh_3/Doxyfile.in +++ b/Mesh_3/doc/Mesh_3/Doxyfile.in @@ -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 diff --git a/Minkowski_sum_2/doc/Minkowski_sum_2/Doxyfile.in b/Minkowski_sum_2/doc/Minkowski_sum_2/Doxyfile.in index 44c33ed120e..4e400ebe0d6 100644 --- a/Minkowski_sum_2/doc/Minkowski_sum_2/Doxyfile.in +++ b/Minkowski_sum_2/doc/Minkowski_sum_2/Doxyfile.in @@ -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/ - - - diff --git a/Miscellany/doc/Miscellany/Doxyfile.in b/Miscellany/doc/Miscellany/Doxyfile.in index 5c03ad654fc..122f4371dd2 100644 --- a/Miscellany/doc/Miscellany/Doxyfile.in +++ b/Miscellany/doc/Miscellany/Doxyfile.in @@ -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 diff --git a/Modular_arithmetic/doc/Modular_arithmetic/Doxyfile.in b/Modular_arithmetic/doc/Modular_arithmetic/Doxyfile.in index 4c29c1e1572..e3ab6bb651a 100644 --- a/Modular_arithmetic/doc/Modular_arithmetic/Doxyfile.in +++ b/Modular_arithmetic/doc/Modular_arithmetic/Doxyfile.in @@ -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/ - - - diff --git a/Nef_2/doc/Nef_2/Doxyfile.in b/Nef_2/doc/Nef_2/Doxyfile.in index 91522139b42..20960a501bf 100644 --- a/Nef_2/doc/Nef_2/Doxyfile.in +++ b/Nef_2/doc/Nef_2/Doxyfile.in @@ -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/ - - - diff --git a/Nef_3/doc/Nef_3/Doxyfile.in b/Nef_3/doc/Nef_3/Doxyfile.in index 2d80079fffc..b8b29a2cd1d 100644 --- a/Nef_3/doc/Nef_3/Doxyfile.in +++ b/Nef_3/doc/Nef_3/Doxyfile.in @@ -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/ diff --git a/Nef_S2/doc/Nef_S2/Doxyfile.in b/Nef_S2/doc/Nef_S2/Doxyfile.in index c55686a00fa..c0bc6a4c66a 100644 --- a/Nef_S2/doc/Nef_S2/Doxyfile.in +++ b/Nef_S2/doc/Nef_S2/Doxyfile.in @@ -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 diff --git a/Partition_2/doc/Partition_2/Doxyfile.in b/Partition_2/doc/Partition_2/Doxyfile.in index 92d8d46bf0c..927686970ce 100644 --- a/Partition_2/doc/Partition_2/Doxyfile.in +++ b/Partition_2/doc/Partition_2/Doxyfile.in @@ -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/ - - - diff --git a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/Doxyfile.in b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/Doxyfile.in index d6161777fab..1fa3ecdc739 100644 --- a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/Doxyfile.in +++ b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/Doxyfile.in @@ -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 diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/Doxyfile.in b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/Doxyfile.in index d216c8071c3..551f18ec12f 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/Doxyfile.in +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/Doxyfile.in @@ -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/ - - - diff --git a/Point_set_2/doc/Point_set_2/Doxyfile.in b/Point_set_2/doc/Point_set_2/Doxyfile.in index a08fabbbdb2..6590d663633 100644 --- a/Point_set_2/doc/Point_set_2/Doxyfile.in +++ b/Point_set_2/doc/Point_set_2/Doxyfile.in @@ -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/ - - - diff --git a/Polyhedron/doc/Polyhedron/Doxyfile.in b/Polyhedron/doc/Polyhedron/Doxyfile.in index cbeb4e0e7a7..56dc41bf1b9 100644 --- a/Polyhedron/doc/Polyhedron/Doxyfile.in +++ b/Polyhedron/doc/Polyhedron/Doxyfile.in @@ -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 diff --git a/Polynomial/doc/Polynomial/Doxyfile.in b/Polynomial/doc/Polynomial/Doxyfile.in index c307d571064..9a5d30c9726 100644 --- a/Polynomial/doc/Polynomial/Doxyfile.in +++ b/Polynomial/doc/Polynomial/Doxyfile.in @@ -1,9 +1,3 @@ @INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS} PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Polynomial" - - -INPUT = ${CMAKE_SOURCE_DIR}/Polynomial/doc/Polynomial/ - - - diff --git a/Polytope_distance_d/doc/Polytope_distance_d/Doxyfile.in b/Polytope_distance_d/doc/Polytope_distance_d/Doxyfile.in index 2f9db88760e..3b8985e861e 100644 --- a/Polytope_distance_d/doc/Polytope_distance_d/Doxyfile.in +++ b/Polytope_distance_d/doc/Polytope_distance_d/Doxyfile.in @@ -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/ - - - diff --git a/Principal_component_analysis/doc/Principal_component_analysis/Doxyfile.in b/Principal_component_analysis/doc/Principal_component_analysis/Doxyfile.in index ec9795ea56c..e5749d5d4f0 100644 --- a/Principal_component_analysis/doc/Principal_component_analysis/Doxyfile.in +++ b/Principal_component_analysis/doc/Principal_component_analysis/Doxyfile.in @@ -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/ - - - diff --git a/QP_solver/doc/QP_solver/Doxyfile.in b/QP_solver/doc/QP_solver/Doxyfile.in index 003180af486..1a87909a6d7 100644 --- a/QP_solver/doc/QP_solver/Doxyfile.in +++ b/QP_solver/doc/QP_solver/Doxyfile.in @@ -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/ - - - diff --git a/Ridges_3/doc/Ridges_3/Doxyfile.in b/Ridges_3/doc/Ridges_3/Doxyfile.in index a01776b5e14..3856336ee40 100644 --- a/Ridges_3/doc/Ridges_3/Doxyfile.in +++ b/Ridges_3/doc/Ridges_3/Doxyfile.in @@ -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/ - - - diff --git a/STL_Extension/doc/STL_Extension/Doxyfile.in b/STL_Extension/doc/STL_Extension/Doxyfile.in index cc9ae637875..c73cb108bc3 100644 --- a/STL_Extension/doc/STL_Extension/Doxyfile.in +++ b/STL_Extension/doc/STL_Extension/Doxyfile.in @@ -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/ - - - diff --git a/SearchStructures/doc/SearchStructures/Doxyfile.in b/SearchStructures/doc/SearchStructures/Doxyfile.in index 56983a1e51c..4f58cfd1f0f 100644 --- a/SearchStructures/doc/SearchStructures/Doxyfile.in +++ b/SearchStructures/doc/SearchStructures/Doxyfile.in @@ -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/ - - - diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Doxyfile.in b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Doxyfile.in index 689f72dfcdc..516dd673416 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Doxyfile.in +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/Doxyfile.in @@ -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/ - - - diff --git a/Segment_Delaunay_graph_Linf_2/doc/Segment_Delaunay_graph_Linf_2/Doxyfile.in b/Segment_Delaunay_graph_Linf_2/doc/Segment_Delaunay_graph_Linf_2/Doxyfile.in index dd9ab6353b1..5db7f255f43 100644 --- a/Segment_Delaunay_graph_Linf_2/doc/Segment_Delaunay_graph_Linf_2/Doxyfile.in +++ b/Segment_Delaunay_graph_Linf_2/doc/Segment_Delaunay_graph_Linf_2/Doxyfile.in @@ -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 diff --git a/Skin_surface_3/doc/Skin_surface_3/Doxyfile.in b/Skin_surface_3/doc/Skin_surface_3/Doxyfile.in index 74b12662d52..ebf1059d136 100644 --- a/Skin_surface_3/doc/Skin_surface_3/Doxyfile.in +++ b/Skin_surface_3/doc/Skin_surface_3/Doxyfile.in @@ -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/ - - - diff --git a/Snap_rounding_2/doc/Snap_rounding_2/Doxyfile.in b/Snap_rounding_2/doc/Snap_rounding_2/Doxyfile.in index 6a4852447c7..ad7c3eea6d4 100644 --- a/Snap_rounding_2/doc/Snap_rounding_2/Doxyfile.in +++ b/Snap_rounding_2/doc/Snap_rounding_2/Doxyfile.in @@ -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/ - - - diff --git a/Solver_interface/doc/Solver_interface/Doxyfile.in b/Solver_interface/doc/Solver_interface/Doxyfile.in index 0f3e79647fd..4f9ee8f04f8 100644 --- a/Solver_interface/doc/Solver_interface/Doxyfile.in +++ b/Solver_interface/doc/Solver_interface/Doxyfile.in @@ -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/ diff --git a/Spatial_searching/doc/Spatial_searching/Doxyfile.in b/Spatial_searching/doc/Spatial_searching/Doxyfile.in index f240c31067d..eb2856a4ffa 100644 --- a/Spatial_searching/doc/Spatial_searching/Doxyfile.in +++ b/Spatial_searching/doc/Spatial_searching/Doxyfile.in @@ -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/ - - - diff --git a/Spatial_sorting/doc/Spatial_sorting/Doxyfile.in b/Spatial_sorting/doc/Spatial_sorting/Doxyfile.in index 0069f40fc02..d7976894e57 100644 --- a/Spatial_sorting/doc/Spatial_sorting/Doxyfile.in +++ b/Spatial_sorting/doc/Spatial_sorting/Doxyfile.in @@ -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/ - - - diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/Doxyfile.in b/Straight_skeleton_2/doc/Straight_skeleton_2/Doxyfile.in index 4c566c340de..543c029abfb 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/Doxyfile.in +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/Doxyfile.in @@ -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/ - - - diff --git a/Stream_lines_2/doc/Stream_lines_2/Doxyfile.in b/Stream_lines_2/doc/Stream_lines_2/Doxyfile.in index 53fa066b71f..d626097c2fe 100644 --- a/Stream_lines_2/doc/Stream_lines_2/Doxyfile.in +++ b/Stream_lines_2/doc/Stream_lines_2/Doxyfile.in @@ -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/ - - - diff --git a/Stream_support/doc/Stream_support/Doxyfile.in b/Stream_support/doc/Stream_support/Doxyfile.in index f56e6fdb782..88e32262518 100644 --- a/Stream_support/doc/Stream_support/Doxyfile.in +++ b/Stream_support/doc/Stream_support/Doxyfile.in @@ -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 = diff --git a/Subdivision_method_3/doc/Subdivision_method_3/Doxyfile.in b/Subdivision_method_3/doc/Subdivision_method_3/Doxyfile.in index 8ea38a516ec..796128e5aab 100644 --- a/Subdivision_method_3/doc/Subdivision_method_3/Doxyfile.in +++ b/Subdivision_method_3/doc/Subdivision_method_3/Doxyfile.in @@ -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/ diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Doxyfile.in b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Doxyfile.in index f13ceba6f08..bba2d8170ef 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Doxyfile.in +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Doxyfile.in @@ -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/ - - - diff --git a/Surface_mesher/doc/Surface_mesher/Doxyfile.in b/Surface_mesher/doc/Surface_mesher/Doxyfile.in index 84b3bf7d8be..18d434d0266 100644 --- a/Surface_mesher/doc/Surface_mesher/Doxyfile.in +++ b/Surface_mesher/doc/Surface_mesher/Doxyfile.in @@ -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/ - - - diff --git a/Sweep_line_2/doc/Sweep_line_2/Doxyfile.in b/Sweep_line_2/doc/Sweep_line_2/Doxyfile.in index 469502b2987..7f91b5e8bd9 100644 --- a/Sweep_line_2/doc/Sweep_line_2/Doxyfile.in +++ b/Sweep_line_2/doc/Sweep_line_2/Doxyfile.in @@ -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/ - - - diff --git a/TDS_2/doc/TDS_2/Doxyfile.in b/TDS_2/doc/TDS_2/Doxyfile.in index 19b3120c3de..199dc6d4321 100644 --- a/TDS_2/doc/TDS_2/Doxyfile.in +++ b/TDS_2/doc/TDS_2/Doxyfile.in @@ -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 diff --git a/TDS_3/doc/TDS_3/Doxyfile.in b/TDS_3/doc/TDS_3/Doxyfile.in index 90ded378b27..b5ae4b18e18 100644 --- a/TDS_3/doc/TDS_3/Doxyfile.in +++ b/TDS_3/doc/TDS_3/Doxyfile.in @@ -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 diff --git a/Triangulation/doc/Triangulation/Doxyfile.in b/Triangulation/doc/Triangulation/Doxyfile.in index 9c693bcf460..af1edc7b6f1 100644 --- a/Triangulation/doc/Triangulation/Doxyfile.in +++ b/Triangulation/doc/Triangulation/Doxyfile.in @@ -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 \ No newline at end of file diff --git a/Triangulation_2/doc/Triangulation_2/Doxyfile.in b/Triangulation_2/doc/Triangulation_2/Doxyfile.in index e3cef3e3f18..6317693192e 100644 --- a/Triangulation_2/doc/Triangulation_2/Doxyfile.in +++ b/Triangulation_2/doc/Triangulation_2/Doxyfile.in @@ -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/ - - - diff --git a/Triangulation_3/doc/Triangulation_3/Doxyfile.in b/Triangulation_3/doc/Triangulation_3/Doxyfile.in index a1129546474..826823bec9b 100644 --- a/Triangulation_3/doc/Triangulation_3/Doxyfile.in +++ b/Triangulation_3/doc/Triangulation_3/Doxyfile.in @@ -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/ - - - diff --git a/Visibility_2/doc/Visibility_2/Doxyfile.in b/Visibility_2/doc/Visibility_2/Doxyfile.in index 963b8c7f059..6e519962d3e 100644 --- a/Visibility_2/doc/Visibility_2/Doxyfile.in +++ b/Visibility_2/doc/Visibility_2/Doxyfile.in @@ -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/ - - - diff --git a/Voronoi_diagram_2/doc/Voronoi_diagram_2/Doxyfile.in b/Voronoi_diagram_2/doc/Voronoi_diagram_2/Doxyfile.in index 4ee531306c7..3f9c1615a3a 100644 --- a/Voronoi_diagram_2/doc/Voronoi_diagram_2/Doxyfile.in +++ b/Voronoi_diagram_2/doc/Voronoi_diagram_2/Doxyfile.in @@ -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/ - - -