summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-01 01:08:02 (GMT)
committerGitHub <noreply@github.com>2023-03-01 01:08:02 (GMT)
commitd51c97e7f5efb4dac91f7135018ab85eca81999c (patch)
treefa43524f87f85e2057189d6a2ebc0aee034d7395 /src/H5Dpublic.h
parent197966eb9f46edfa4e837a3308a8fa776dd65014 (diff)
downloadhdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.zip
hdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.tar.gz
hdf5-d51c97e7f5efb4dac91f7135018ab85eca81999c.tar.bz2
1.14 Merge doxygen plist tables changes #2470 from develop (#2503)
* Merge doxygen plist tables changes from develop * Doxy corrections
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index fbce3d6..45b941a 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -501,6 +501,9 @@ H5_DLL hid_t H5Dget_type(hid_t dset_id);
* a copy of the dataset creation property list associated with
* the dataset specified by \p dset_id.
*
+ * The creation property list identifier should be released with
+ * H5Pclose() to prevent resource leaks.
+ *
*/
H5_DLL hid_t H5Dget_create_plist(hid_t dset_id);