replacing DOXYGEN_ENABLE_TASKS

This commit is contained in:
Kyle Shores 2024-03-18 15:29:56 -05:00
parent dc4830a632
commit 6d9726473b

View File

@ -1037,12 +1037,12 @@ if(ENABLE_DOXYGEN)
endif(ENABLE_DOXYGEN_BUILD_RELEASE_DOCS)
# Option to turn on the TODO list in the doxygen-generated documentation.
option(DOXYGEN_ENABLE_TASKS "Turn on test, todo, bug lists in documentation. This is of interest to developers only." OFF)
if(DOXYGEN_ENABLE_TASKS)
option(NETCDF_DOXYGEN_ENABLE_TASKS "Turn on test, todo, bug lists in documentation. This is of interest to developers only." OFF)
if(NETCDF_DOXYGEN_ENABLE_TASKS)
set(SHOW_DOXYGEN_TAG_LIST YES CACHE STRING "")
else(DOXYGEN_ENABLE_TASKS)
else(NETCDF_DOXYGEN_ENABLE_TASKS)
set(SHOW_DOXYGEN_TODO_LIST NO CACHE STRING "")
endif(DOXYGEN_ENABLE_TASKS)
endif(NETCDF_DOXYGEN_ENABLE_TASKS)
option(ENABLE_DOXYGEN_PDF_OUTPUT "[EXPERIMENTAL] Turn on PDF output for Doxygen-generated documentation." OFF)
@ -1083,7 +1083,7 @@ endif()
# Set some of the options as advanced.
MARK_AS_ADVANCED(ENABLE_INTERNAL_DOCS VALGRIND_TESTS ENABLE_COVERAGE_TESTS )
MARK_AS_ADVANCED(ENABLE_DAP_REMOTE_TESTS ENABLE_DAP_LONG_TESTS USE_REMOTE_CDASH ENABLE_EXTERNAL_SERVER_TESTS)
MARK_AS_ADVANCED(ENABLE_DOXYGEN_BUILD_RELEASE_DOCS DOXYGEN_ENABLE_TASKS ENABLE_DOXYGEN_SERVER_SIDE_SEARCH)
MARK_AS_ADVANCED(ENABLE_DOXYGEN_BUILD_RELEASE_DOCS NETCDF_DOXYGEN_ENABLE_TASKS ENABLE_DOXYGEN_SERVER_SIDE_SEARCH)
MARK_AS_ADVANCED(ENABLE_SHARED_LIBRARY_VERSION)
################################