Fix various warnings and issues in doxygen doc generation (#994)
* Fix various warnings and issues in doxygen doc generation * Add new file to list
This commit is contained in:
@@ -571,20 +571,6 @@ endif ()
|
||||
# set (H5_HAVE_DMALLOC DMALLOC_FOUND)
|
||||
# endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Option to build documentation
|
||||
#-----------------------------------------------------------------------------
|
||||
option (HDF5_BUILD_DOC "Build documentation" OFF)
|
||||
if (HDF5_BUILD_DOC AND EXISTS "${HDF5_DOXYGEN_DIR}" AND IS_DIRECTORY "${HDF5_DOXYGEN_DIR}")
|
||||
# check if Doxygen is installed
|
||||
find_package(Doxygen)
|
||||
if (DOXYGEN_FOUND)
|
||||
message(STATUS "Doxygen version: ${DOXYGEN_VERSION}")
|
||||
else ()
|
||||
message(STATUS "Doxygen needs to be installed to generate the doxygen documentation")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Option to indicate using a memory checker
|
||||
#-----------------------------------------------------------------------------
|
||||
@@ -925,6 +911,21 @@ if (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "GIT" OR HDF5_ALLOW_EXTERNAL_SUPPORT MAT
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Option to build documentation
|
||||
#-----------------------------------------------------------------------------
|
||||
option (HDF5_BUILD_DOC "Build documentation" OFF)
|
||||
if (HDF5_BUILD_DOC AND EXISTS "${HDF5_DOXYGEN_DIR}" AND IS_DIRECTORY "${HDF5_DOXYGEN_DIR}")
|
||||
# check if Doxygen is installed
|
||||
find_package(Doxygen)
|
||||
if (DOXYGEN_FOUND)
|
||||
message(STATUS "Doxygen version: ${DOXYGEN_VERSION}")
|
||||
add_subdirectory (doxygen)
|
||||
else ()
|
||||
message(STATUS "Doxygen needs to be installed to generate the doxygen documentation")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Dashboard and Testing Settings
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user