summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-11 12:48:13 (GMT)
committerGitHub <noreply@github.com>2023-09-11 12:48:13 (GMT)
commitfbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1 (patch)
tree1464673c827bbe822846a2120477999f423ea83d /src/H5Fpublic.h
parentfbb9ad25963c5ca8c2f7827c30e9543df5528778 (diff)
downloadhdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.zip
hdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.tar.gz
hdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.tar.bz2
Add missing row for the ROS3 VFD in table #3415 (#3517)
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index f800b4c..34a92ac 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -1730,7 +1730,7 @@ H5_DLL herr_t H5Fset_dset_no_attrs_hint(hid_t file_id, hbool_t minimize);
* pass the same values for \p file_id and \p flag.
*
* This function is available only when the HDF5 library is configured with parallel support
- * (\Code{--enable-parallel}). It is useful only when used with the #H5FD_MPIO driver
+ * (\Code{--enable-parallel | HDF5_ENABLE_PARALLEL}). It is useful only when used with the #H5FD_MPIO driver
* (see H5Pset_fapl_mpio()).
* \endparblock
*