diff --git a/doxygen/examples/FileImageOps.html b/doxygen/examples/FileImageOps.html index c8b07ee2f49..87dfd7b1afb 100644 --- a/doxygen/examples/FileImageOps.html +++ b/doxygen/examples/FileImageOps.html @@ -645,7 +645,7 @@

3.1.3. File Driver Considerations

int mod_ref_count; } -

Example 1. Using a user data structure to communicate with an application

+

Example 1. Using a user data structure to communicate with an application

We initialize an instance of the structure so that init_ptr points to the buffer to be shared, init_size contains the initial size of the buffer, and all other fields are initialized to either NULL or 0 as indicated by their type. We then pass a pointer to the instance of the user data structure to the HDF5 Library along with allocation callback functions constructed as follows: