diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-11 13:35:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 13:35:46 (GMT) |
commit | ff089f8e36217fede00c6685efe3e1fb0c20ac5e (patch) | |
tree | 8854fe7d2dff900692600b05d37d6d8dd2ad6044 /doxygen/Doxyfile.in | |
parent | 7e1bde1cb57a74b7a45dbfb16c17629e280fa85c (diff) | |
download | hdf5-ff089f8e36217fede00c6685efe3e1fb0c20ac5e.zip hdf5-ff089f8e36217fede00c6685efe3e1fb0c20ac5e.tar.gz hdf5-ff089f8e36217fede00c6685efe3e1fb0c20ac5e.tar.bz2 |
Updates the patterns in Doxyfile.in to accept H5*develop.h (#1865)
Diffstat (limited to 'doxygen/Doxyfile.in')
-rw-r--r-- | doxygen/Doxyfile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 0fba719..73f649e 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -855,8 +855,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = H5*public.h \ H5*module.h \ + H5*develop.h \ H5FDcore.h \ - H5FDdevelop.h \ H5FDdirect.h \ H5FDfamily.h \ H5FDhdfs.h \ @@ -870,11 +870,9 @@ FILE_PATTERNS = H5*public.h \ H5FDsplitter.h \ H5FDstdio.h \ H5FDwindows.h \ - H5Tdevelop.h \ H5VLconnector.h \ H5VLconnector_passthru.h \ H5VLnative.h \ - H5Zdevelop.h \ H5version.h \ *.dox |