Added VOL connector feature flag RFC. (#2064)

This commit is contained in:
Gerd Heber 2022-08-24 10:30:15 -05:00 committed by GitHub
parent ee55dd777b
commit e1d6157c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,7 @@ ALIASES += ref_vol_doc="VOL documentation"
# RFCs
################################################################################
ALIASES += ref_rfc20220819="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/Terminal_VOL_Connector_Feature_Flags.pdf\">Terminal VOL Connector Feature Flags</a>"
ALIASES += ref_rfc20210528="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC_multi_thread.pdf\">Multi-Thread HDF5</a>"
ALIASES += ref_rfc20210219="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/selection_io_RFC_210610.pdf\">Selection I/O</a>"
ALIASES += ref_rfc20200213="<a href=\"https://docs.hdfgroup.org/hdf5/rfc/RFC_VFD_subfiling_200424.pdf\">VFD Sub-filing</a>"

View File

@ -2,6 +2,7 @@
<table>
<tr><th>RFC ID</th><th>Title</th><th>Comments</th></tr>
<tr> <td>2022-08-19</td> <td>\ref_rfc20220819</td> <td></td></tr>
<tr> <td>2021-05-28</td> <td>\ref_rfc20210528</td> <td></td></tr>
<tr> <td>2021-02-19</td> <td>\ref_rfc20210219</td> <td></td></tr>
<tr> <td>2020-02-13</td> <td>\ref_rfc20200213</td> <td></td></tr>