Skip to content

Commit

Permalink
remove unnecessary INPUT variable from Doxyfile for CDT_3
Browse files Browse the repository at this point in the history
That variable set to `${CGAL_PACKAGE_INCLUDE_DIR}`, and that triggered the inclusion of all CGAL in the CDT_3 documentation, with a flat release.
  • Loading branch information
lrineau committed Jan 10, 2025
1 parent 345b8a4 commit bdedee7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - 3D Constrained Triangulations"

INPUT += ${CGAL_PACKAGE_INCLUDE_DIR}
EXAMPLE_PATH += ${CGAL_PACKAGE_DOC_DIR}/doc_fragments
QUIET = YES

0 comments on commit bdedee7

Please sign in to comment.