From 0ad467b3215f5d1a79074095e00d06843d54b480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Tue, 8 Dec 2015 18:54:22 +0100 Subject: [PATCH] Use generic example directories --- Documentation/doc/Documentation/Doxyfile.in | 4 ++-- Kernel_23/doc/Kernel_23/Doxyfile.in | 2 +- Miscellany/doc/Miscellany/Doxyfile.in | 2 +- Polyhedron/doc/Polyhedron/Doxyfile.in | 2 +- Property_map/doc/Property_map/Doxyfile.in | 2 +- Three/doc/Three/Doxyfile.in | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/doc/Documentation/Doxyfile.in b/Documentation/doc/Documentation/Doxyfile.in index 1832cbdfc29..5a3ae1c610c 100644 --- a/Documentation/doc/Documentation/Doxyfile.in +++ b/Documentation/doc/Documentation/Doxyfile.in @@ -10,8 +10,8 @@ INPUT = ${CGAL_PACKAGE_DOC_DIR} \ HTML_HEADER = ${CGAL_DOC_HEADER} LAYOUT_FILE = ${CGAL_PACKAGE_DOC_DIR}/DoxygenLayout.xml GENERATE_TAGFILE = ${CGAL_DOC_TAG_GEN_DIR}/Manual.tag -EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Convex_hull_2/examples \ - ${CMAKE_SOURCE_DIR}/Kernel_23/examples +EXAMPLE_PATH = ${CGAL_Convex_hull_2_EXAMPLE_DIR} \ + ${CGAL_Kernel_23_EXAMPLE_DIR} FILTER_PATTERNS = *.txt=${CMAKE_BINARY_DIR}/pkglist_filter HTML_EXTRA_FILES += ${CGAL_PACKAGE_DOC_DIR}/hacks.js \ diff --git a/Kernel_23/doc/Kernel_23/Doxyfile.in b/Kernel_23/doc/Kernel_23/Doxyfile.in index a4821ade4ea..1a1986d4a87 100644 --- a/Kernel_23/doc/Kernel_23/Doxyfile.in +++ b/Kernel_23/doc/Kernel_23/Doxyfile.in @@ -1,4 +1,4 @@ @INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS} PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 2D and 3D Linear Geometry Kernel" -EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/Filtered_kernel/examples +EXAMPLE_PATH += ${CGAL_Filtered_kernel_EXAMPLE_DIR} diff --git a/Miscellany/doc/Miscellany/Doxyfile.in b/Miscellany/doc/Miscellany/Doxyfile.in index 122f4371dd2..f41eefdd2fa 100644 --- a/Miscellany/doc/Miscellany/Doxyfile.in +++ b/Miscellany/doc/Miscellany/Doxyfile.in @@ -1,5 +1,5 @@ @INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS} PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - Profiling tools, Hash Map, Union-find, Modifiers" -EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Profiling_tools/examples +EXAMPLE_PATH = ${CGAL_Profiling_tools_EXAMPLE_DIR} diff --git a/Polyhedron/doc/Polyhedron/Doxyfile.in b/Polyhedron/doc/Polyhedron/Doxyfile.in index 56dc41bf1b9..dd7b233bf22 100644 --- a/Polyhedron/doc/Polyhedron/Doxyfile.in +++ b/Polyhedron/doc/Polyhedron/Doxyfile.in @@ -1,4 +1,4 @@ @INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS} PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - 3D Polyhedral Surface" -EXAMPLE_PATH += ${CMAKE_SOURCE_DIR}/Polyhedron_IO/examples +EXAMPLE_PATH += ${CGAL_Polyhedron_IO_EXAMPLE_DIR} diff --git a/Property_map/doc/Property_map/Doxyfile.in b/Property_map/doc/Property_map/Doxyfile.in index 794a0225fe9..db026e80128 100644 --- a/Property_map/doc/Property_map/Doxyfile.in +++ b/Property_map/doc/Property_map/Doxyfile.in @@ -2,4 +2,4 @@ PROJECT_NAME = "CGAL ${CGAL_CREATED_VERSION_NUM} - CGAL and Boost Property Maps" INPUT += ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/property_map.h -EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Point_set_processing_3/examples +EXAMPLE_PATH = ${CGAL_Point_set_processing_3_EXAMPLE_DIR} diff --git a/Three/doc/Three/Doxyfile.in b/Three/doc/Three/Doxyfile.in index 705a90b2cd4..f13e096afeb 100644 --- a/Three/doc/Three/Doxyfile.in +++ b/Three/doc/Three/Doxyfile.in @@ -7,7 +7,7 @@ INPUT = ${CMAKE_SOURCE_DIR}/Three/doc/Three/ \ ${CMAKE_SOURCE_DIR}/Polyhedron/demo/Polyhedron/MainWindow.h \ ${CMAKE_SOURCE_DIR}/Polyhedron/demo/Polyhedron/Polyhedron_demo.h \ -EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/Three/demo/Three/ \ +EXAMPLE_PATH = ${CGAL_PACKAGE_DIR}/demo EXTRACT_ALL = false HIDE_UNDOC_MEMBERS = true