diff options
author | Gerd Heber <gheber@hdfgroup.org> | 2022-07-07 22:59:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 22:59:48 (GMT) |
commit | fe413fc6ff6ee763fedb083fb0f4f0ad221a388c (patch) | |
tree | 6bbabba7df1e8abcbfba54953d1888acad5a455e /doxygen | |
parent | 0c0d3bf736384e090f5e6910ee5ca02f3e8dc32b (diff) | |
download | hdf5-fe413fc6ff6ee763fedb083fb0f4f0ad221a388c.zip hdf5-fe413fc6ff6ee763fedb083fb0f4f0ad221a388c.tar.gz hdf5-fe413fc6ff6ee763fedb083fb0f4f0ad221a388c.tar.bz2 |
Updated vfd swmr and reference rfcs (#1854)
* Add PDFs
* Update RFC table
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/aliases | 3 | ||||
-rw-r--r-- | doxygen/dox/RFC.dox | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doxygen/aliases b/doxygen/aliases index 11fa691..3f40dff 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -264,8 +264,9 @@ ALIASES += ref_rfc20181220="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/3.2.1_3 ALIASES += ref_rfc20180830="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC_Sparse_Chunks180830.pdf\">Sparse Chunks</a>" ALIASES += ref_rfc20180829="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/mirror_VFD_RFC_2018-10-05.pdf\">H5FD_MIRROR Virtual File Driver</a>" ALIASES += ref_rfc20180815="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/splitter_VFD_RFC_180830.pdf\">Splitter_VFD</a>" +ALIASES += ref_rfc20180712="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC_Update_to_HDF5_References.pdf\">Update to HDF5 References</a>" ALIASES += ref_rfc20180620="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC-Chunking%20Functions-2018-06-20-v3.docx.pdf\">Chunk query functionality in HDF5</a>" -ALIASES += ref_rfc20180610="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/VFD_SWMR_RFC_200916.pdf\">VFD SWMR</a>" +ALIASES += ref_rfc20180610="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/VFD_SWMR_RFC_220519.pdf\">VFD SWMR</a>" ALIASES += ref_rfc20180321="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC-API_Contexts-2018-03-21.docx.pdf\">API Contexts</a>" ALIASES += ref_rfc20180125="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/enhance_h5clear.docx.pdf\">Enhancement to the tool <tt>h5clear</tt></a>" ALIASES += ref_rfc20170707="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/H5Sencode_format.docx.pdf\"><tt>H5Sencode/H5Sdecode</tt> Format Change</a>" diff --git a/doxygen/dox/RFC.dox b/doxygen/dox/RFC.dox index c2562b0..f32be4f 100644 --- a/doxygen/dox/RFC.dox +++ b/doxygen/dox/RFC.dox @@ -14,6 +14,7 @@ <tr> <td>2018-08-30</td> <td>\ref_rfc20180830</td> <td></td> </tr> <tr> <td>2018-08-29</td> <td>\ref_rfc20180829</td> <td></td> </tr> <tr> <td>2018-08-15</td> <td>\ref_rfc20180815</td> <td></td> </tr> +<tr> <td>2018-07-12</td> <td>\ref_rfc20180712</td> <td></td> </tr> <tr> <td>2018-06-20</td> <td>\ref_rfc20180620</td> <td></td> </tr> <tr> <td>2018-06-10</td> <td>\ref_rfc20180610</td> <td></td> </tr> <tr> <td>2018-03-21</td> <td>\ref_rfc20180321</td> <td></td> </tr> @@ -99,4 +100,4 @@ <tr> <td>2004-08-11</td> <td>\ref_rfc20040811</td> <td></td> </tr> </table> -*/
\ No newline at end of file +*/ |