diff options
author | myd7349 <myd7349@gmail.com> | 2022-02-16 20:58:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 20:58:35 (GMT) |
commit | bbb0acf353920f8315ad59e80e9e8d0754cca655 (patch) | |
tree | e5c43c42dc0d3568bdd6b2e1a5a34e3d1f45487c | |
parent | d25d05d7406375e848857185c569377ec7c6fd33 (diff) | |
download | hdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.zip hdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.tar.gz hdf5-bbb0acf353920f8315ad59e80e9e8d0754cca655.tar.bz2 |
Fixed AbstractDs::getVarLenType documentation (#1441)
-rw-r--r-- | c++/src/H5AbstractDs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5AbstractDs.cpp b/c++/src/H5AbstractDs.cpp index eeb0155..70d8531 100644 --- a/c++/src/H5AbstractDs.cpp +++ b/c++/src/H5AbstractDs.cpp @@ -302,7 +302,7 @@ AbstractDs::getStrType() const //-------------------------------------------------------------------------- // 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. ///\return VarLenType instance ///\exception H5::DataTypeIException |