summaryrefslogtreecommitdiffstats
path: root/src/H5Gpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r--src/H5Gpublic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h
index 0e0a58b..5e237df 100644
--- a/src/H5Gpublic.h
+++ b/src/H5Gpublic.h
@@ -1008,7 +1008,10 @@ H5_DLL int H5Gget_comment(hid_t loc_id, const char *name, size_t bufsize, char *
* examine the members of \c subgroup_a. When recursive iteration is
* required, the application must handle the recursion, explicitly
* calling H5Giterate() on discovered subgroups.
-
+ *
+ * \warning Adding or removing members to the group during iteration
+ * will lead to undefined behavior.
+ *
* \version 1.8.0 Function deprecated in this release.
*
*/