From a30e46e2522dcf37ba65574880cae691c43fffa5 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 3 Apr 2026 20:35:29 -0500 Subject: [PATCH] docs: add string type glossary description (#6337) close #6285 --- docs/doxygen/dox/Glossary.dox | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/dox/Glossary.dox b/docs/doxygen/dox/Glossary.dox index f449e58d0a9..4769266bcdd 100644 --- a/docs/doxygen/dox/Glossary.dox +++ b/docs/doxygen/dox/Glossary.dox @@ -7,7 +7,7 @@ Navigate back: \ref index "Main"
Array datatype
-
A family of HDF5 datatypes whose elements are arrays of a fixed rank (≤ +
A family of HDF5 datatypes whose elements are arrays of a fixed rank (=< 32) and fixed finite extent. All array elements must be of the same HDF5 datatype.
@@ -499,7 +499,11 @@ and an HDF5 path name in that file.
String datatype
-
+
An HDF5 datatype used to store character sequences. HDF5 supports both + fixed-length and variable-length strings, as well as different character sets + (ASCII and UTF-8). String datatypes are one of the ten major datatype classes + and may be used for dataset elements, attributes, or object and link + names.