diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-15 23:15:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 23:15:43 (GMT) |
commit | 6df5f12527a221cde2b8f0ed08f7154c9609a8b3 (patch) | |
tree | 5dbc2101e98b3015dddf61c55fd0268cab9e6e6b /doxygen/dox | |
parent | fcd3b5a880ebdd9ff65ac071fe9a3075409f2e67 (diff) | |
download | hdf5-6df5f12527a221cde2b8f0ed08f7154c9609a8b3.zip hdf5-6df5f12527a221cde2b8f0ed08f7154c9609a8b3.tar.gz hdf5-6df5f12527a221cde2b8f0ed08f7154c9609a8b3.tar.bz2 |
Update ReferenceManual.dox (#2517) (#2569)
Co-authored-by: mattjala <124107509+mattjala@users.noreply.github.com>
Diffstat (limited to 'doxygen/dox')
-rw-r--r-- | doxygen/dox/ReferenceManual.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/ReferenceManual.dox b/doxygen/dox/ReferenceManual.dox index b9bcd49..40f8b8a 100644 --- a/doxygen/dox/ReferenceManual.dox +++ b/doxygen/dox/ReferenceManual.dox @@ -158,7 +158,7 @@ Follow these simple rules and stay out of trouble: \li \Bold{Dynamic memory allocation:} The API contains a few functions in which the HDF5 library dynamically allocates memory on the caller's behalf. The caller owns this memory and eventually must free it by calling H5free_memory() and not language-explicit memory functions. -\li \Bold{Be careful with that saw:} Do not modify the underlying collection when an +\li \Bold{Don't modify while iterating:} Do not modify the underlying collection when an iteration is in progress! \li \Bold{Use of locations:} Certain API functions, typically called \Code{H5***_by_name} use a combination of identifiers and path names to refer to HDF5 objects. |