diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-09-10 12:40:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 12:40:27 (GMT) |
commit | b58f8540ac3c416e1d833aad243a0df35ec4a616 (patch) | |
tree | fb160575a2cc88c8341f9115c3f66a9286e00d7c /src/H5Dpublic.h | |
parent | 8e06298ecfde5eb647b39cfe0dab70005f092199 (diff) | |
download | hdf5-b58f8540ac3c416e1d833aad243a0df35ec4a616.zip hdf5-b58f8540ac3c416e1d833aad243a0df35ec4a616.tar.gz hdf5-b58f8540ac3c416e1d833aad243a0df35ec4a616.tar.bz2 |
Fix various warnings and issues in doxygen doc generation (#994)
* Fix various warnings and issues in doxygen doc generation
* Add new file to list
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 8fe8020..c496414 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -152,7 +152,7 @@ typedef herr_t (*H5D_append_cb_t)(hid_t dataset_id, hsize_t *cur_dims, void *op_ * * \param[in,out] elem Pointer to the memory buffer containing the current dataset * element - * \param[in] type_id Datatype identifier of the elements stored in \pelem + * \param[in] type_id Datatype identifier of the elements stored in \p elem * \param[in] ndim Number of dimensions for the \p point array * \param[in] point Array containing the location of the element within * the original dataspace |