Fixed AbstractDs::getVarLenType documentation (#1441)

This commit is contained in:
myd7349 2022-02-17 04:58:35 +08:00 committed by GitHub
parent d25d05d740
commit bbb0acf353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ AbstractDs::getStrType() const
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
// Function: AbstractDs::getVarLenType // Function: AbstractDs::getVarLenType
///\brief Returns the floating-point datatype of this abstract dataset, ///\brief Returns the variable length datatype of this abstract dataset,
/// which can be a dataset or an attribute. /// which can be a dataset or an attribute.
///\return VarLenType instance ///\return VarLenType instance
///\exception H5::DataTypeIException ///\exception H5::DataTypeIException