diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-20 22:59:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 22:59:40 (GMT) |
commit | c1e44d32e616518e0626bdfe042bed0052846fef (patch) | |
tree | ca3d476dc7551b26ad617c91a81aef39bd722493 /release_docs | |
parent | b9244a85d9f1cc5e9bbec61ca73c0cbd9c4cf249 (diff) | |
download | hdf5-c1e44d32e616518e0626bdfe042bed0052846fef.zip hdf5-c1e44d32e616518e0626bdfe042bed0052846fef.tar.gz hdf5-c1e44d32e616518e0626bdfe042bed0052846fef.tar.bz2 |
Fix doxygen warnings and remove javadocs (#2324)
* Fix doxygen warnings and remove javadocs
* fix typo
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 16c8a32..5dea822 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -301,6 +301,14 @@ Bug Fixes since HDF5-1.13.3 release Configuration ------------- + - Remove Javadoc generation + + The use of doxygen now supersedes the requirement to build javadocs. We do not + have the resources to continue to support two documentation methods and have + chosen doxygen as our standard. + + (ADB - 2022/12/19) + - Change the default for building the high-level tools The gif2hdf5 and hdf2gif high-level tools are deprecated and will be removed |