diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2021-10-27 21:43:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 21:43:04 (GMT) |
commit | 33630ee54581f7f54e4ecd8e53ec3e94ba13c493 (patch) | |
tree | 40ce8f08c2ec57a772ce57b3b91da56be21d5334 /doxygen/dox/H5Literate.dox | |
parent | bb54464d2dcee95032332c44aa4d1ee2438e4be4 (diff) | |
parent | 572201b560b87fb0011dea1d3257fe0351483e8c (diff) | |
download | hdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.zip hdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.tar.gz hdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.tar.bz2 |
Merge pull request #42 from HDFGroup/feature/vfd_swmr
Feature/vfd swmr
Diffstat (limited to 'doxygen/dox/H5Literate.dox')
-rw-r--r-- | doxygen/dox/H5Literate.dox | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doxygen/dox/H5Literate.dox b/doxygen/dox/H5Literate.dox deleted file mode 100644 index eaaf2fe..0000000 --- a/doxygen/dox/H5Literate.dox +++ /dev/null @@ -1,20 +0,0 @@ -/** - * \ingroup TRAV - * \def H5Literate() - * H5Literate() is a macro that is mapped to either H5Literate1() or - * H5Literate2() Such macros are provided to facilitate application - * compatibility. Their use and mappings are fully described in - * \ref api-compat-macros. If the library and/or application is - * compiled for Release 1.12 emulation, H5Literate() will be mapped to - * H5Literate2() and H5Literate1() is deprecated. With earlier versions, - * H5Literate() is mapped to H5Literate1(). Specific compile-time compatibility - * flags and the resulting mappings are as follows: - * \li No compatibility flag: H5Literate2() (using 1.12 source) H5Literate1() - * (using 1.10 or 1.8 source) - * \li Emulate Release 1.12: H5Literate2() - * \li Emulate Release 1.8 or 1.10 interface: H5Literate1() - * - * \version 1.12.0 The function H5Literate() was renamed to H5Literate1() and - * deprecated in this release. The macro H5Literate() and the - * function H5Literate2() were introduced in this release. - */ |