diff options
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doxygen/Doxyfile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doxygen/CMakeLists.txt b/doxygen/CMakeLists.txt index e75c899..48e710a 100644 --- a/doxygen/CMakeLists.txt +++ b/doxygen/CMakeLists.txt @@ -28,7 +28,7 @@ if (DOXYGEN_FOUND) set (DOXYGEN_SEARCHENGINE_URL) set (DOXYGEN_STRIP_FROM_PATH ${HDF5_SOURCE_DIR}) set (DOXYGEN_STRIP_FROM_INC_PATH ${HDF5_SOURCE_DIR}) - set (DOXYGEN_PREDEFINED "H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD") + set (DOXYGEN_PREDEFINED "H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_HAVE_SUBFILING_VFD H5_HAVE_IOC_VFD") # This configure and individual custom targets work together # Replace variables inside @@ with the current values diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 73f649e..7657fa5 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -860,6 +860,7 @@ FILE_PATTERNS = H5*public.h \ H5FDdirect.h \ H5FDfamily.h \ H5FDhdfs.h \ + H5FDioc.h \ H5FDlog.h \ H5FDmirror.h \ H5FDmpi.h \ @@ -869,6 +870,7 @@ FILE_PATTERNS = H5*public.h \ H5FDsec2.h \ H5FDsplitter.h \ H5FDstdio.h \ + H5FDsubfiling.h \ H5FDwindows.h \ H5VLconnector.h \ H5VLconnector_passthru.h \ |