diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-05 23:22:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 23:22:10 (GMT) |
commit | cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d (patch) | |
tree | 62b93d13cd3fcd8e60a9b9ad736dde00894a1522 /doxygen/dox/Overview.dox | |
parent | 6787a5bbef0e69aacadc9182f773ffc8a6d12127 (diff) | |
download | hdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.zip hdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.tar.gz hdf5-cd18732c2ee6e06384d5dfb033f9a9dc1c60ab0d.tar.bz2 |
Remove most unused options which are defaulted #2998 (#3046)
* Remove most unused options which are defaulted #2998
* Correct doxygen predefined list
* Correct doxygen list of predefineds
Diffstat (limited to 'doxygen/dox/Overview.dox')
-rw-r--r-- | doxygen/dox/Overview.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/dox/Overview.dox b/doxygen/dox/Overview.dox index eaa942e..befbb29 100644 --- a/doxygen/dox/Overview.dox +++ b/doxygen/dox/Overview.dox @@ -23,8 +23,9 @@ documents cover a mix of tasks, concepts, and reference, to help a specific \par Versions Version-specific documentation (see the version in the title area) can be found here: - - HDF5 <code>1.12</code> branch (this site) + - <a href="https://docs.hdfgroup.org/hdf5/develop/index.html">HDF5 <code>develop</code> branch</a> - <a href="https://docs.hdfgroup.org/hdf5/v1_14/index.html">HDF5 1.14.x</a> + - <a href="https://docs.hdfgroup.org/hdf5/v1_12/index.html">HDF5 1.12.x (this site)</a> - <a href="https://docs.hdfgroup.org/hdf5/v1_10/index.html">HDF5 1.10.x</a> - <a href="https://docs.hdfgroup.org/hdf5/v1_8/index.html">HDF5 1.8.x</a> |