Skip to content
Snippets Groups Projects
Commit 52ac51a4 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Do not activate the doxygen documentation by default.

parent 3e5b1a65
No related branches found
No related tags found
No related merge requests found
......@@ -2201,7 +2201,8 @@ AC_PATH_PROG([GIT_CMD], [git])
AC_SUBST([GIT_CMD])
# Make the documentation. Add conditional to handle disable option.
DX_INIT_DOXYGEN(libswift,doc/Doxyfile,doc/)
DX_DOXYGEN_FEATURE(OFF)
DX_INIT_DOXYGEN(SWIFT, doc/Doxyfile, doc/)
AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
# Check if using QLA cooling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment