diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-13 19:16:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 19:16:44 (GMT) |
commit | ab69f5df770ee3cc6cd6c81d905a5317b894a002 (patch) | |
tree | 47c47ef9f26bc36a490eca10f367b5a469240c63 /src/H5Opublic.h | |
parent | 29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6 (diff) | |
download | hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.zip hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.gz hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.bz2 |
Fix these Doxygen warnings #1581 (#1589)
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r-- | src/H5Opublic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h index 70f451e..ba352c8 100644 --- a/src/H5Opublic.h +++ b/src/H5Opublic.h @@ -291,10 +291,6 @@ H5_DLL hid_t H5Oopen_async(const char *app_file, const char *app_func, unsigned * \details H5Oopen_by_token() opens an object specified by the object * identifier, \p loc_id and object token, \p token. * - * \par Example - * An example snippet from examples/h5_extlink.c: - * \snippet h5_extlink.c H5Open_by_token_snip - * * \since 1.12.0 * */ |