diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-21 14:10:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 14:10:24 (GMT) |
commit | 04bd873d77d64b3a2475e8fe63db51e03c13cb07 (patch) | |
tree | 0a86beec626b292d90ee0f2229c2b6ba4b000e6e /release_docs | |
parent | 83c7f928f97b56a7a83f7f81b207cbe082136b1f (diff) | |
download | hdf5-04bd873d77d64b3a2475e8fe63db51e03c13cb07.zip hdf5-04bd873d77d64b3a2475e8fe63db51e03c13cb07.tar.gz hdf5-04bd873d77d64b3a2475e8fe63db51e03c13cb07.tar.bz2 |
1.14 Fix some doxygen warnings (#2323)
* Fix some doxygen warnings
* Remove javadocs
* Fix spelling
* Fix section format
* Correct doxygen function name
* Remove duplicate
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
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 1bccc70..059967f 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 |