mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Fix cpp comment (#2011)
* Fix test failure Description: - Added two H5File constructors to open file with non-default fapl - Added non-default fapl to test functions - Commented certain renaming attribute tests because of the unexpected behavior in renaming an attribute (HDFFV-11327) Platform tested: Linux/64 (jelly) * Committing clang-format changes * Update H5File.cpp Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
75f4d9b042
commit
951566a4ad
@ -124,8 +124,7 @@ H5File::H5File(const H5std_string &name, unsigned int flags, const FileCreatProp
|
||||
///\brief Opens an HDF5 file using a non-default access property list
|
||||
///\param name - IN: Name of the file
|
||||
///\param flags - IN: File access flags
|
||||
///\param access_plist - IN: File access property list. Default to
|
||||
/// FileAccPropList::DEFAULT
|
||||
///\param access_plist - IN: File access property list.
|
||||
///\par Description
|
||||
/// Valid values of \a flags include:
|
||||
/// \li \c H5F_ACC_RDONLY - Open file as read-only, if it already
|
||||
|
Loading…
x
Reference in New Issue
Block a user