diff options
author | Gerd Heber <gheber@hdfgroup.org> | 2022-08-24 15:30:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:30:15 (GMT) |
commit | e1d6157c5d580b27ea19017b05b3361631ef5c0e (patch) | |
tree | 8f1b27d66439fe78509eb161c54637ff2266b30d /doxygen/aliases | |
parent | ee55dd777bf12376ec345b5528ab6a9d868a8b47 (diff) | |
download | hdf5-e1d6157c5d580b27ea19017b05b3361631ef5c0e.zip hdf5-e1d6157c5d580b27ea19017b05b3361631ef5c0e.tar.gz hdf5-e1d6157c5d580b27ea19017b05b3361631ef5c0e.tar.bz2 |
Added VOL connector feature flag RFC. (#2064)
Diffstat (limited to 'doxygen/aliases')
-rw-r--r-- | doxygen/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/aliases b/doxygen/aliases index 3f40dff..4b6ae66 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -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>" |