From d1ed02d49f5151954247f3b8a2ae7440c58b8a16 Mon Sep 17 00:00:00 2001
From: mattjala <124107509+mattjala@users.noreply.github.com>
Date: Wed, 31 Jan 2024 16:16:49 -0600
Subject: Clarify vlen string datatype message (#3950)
---
doxygen/examples/H5.format.html | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/doxygen/examples/H5.format.html b/doxygen/examples/H5.format.html
index 832e3fc..7aba5fe 100644
--- a/doxygen/examples/H5.format.html
+++ b/doxygen/examples/H5.format.html
@@ -10780,6 +10780,12 @@ within the embedded dataspace]
Class specific information for the Reference class (Class 7):
+Note that for region references, the stored data is + a Global Heap ID pointing to information + about the region stored in the global heap. +
+ +Base Type |
+ Parent Type Message |
Base Type
Parent Type
Each variable-length type is based on some parent type. The - information for that parent type is described recursively by - this field. +
Each variable-length type is based on some parent type. + This field contains the datatype message describing that parent type. + In the case of nested variable-length types, this parent datatype message will + recursively contain all parent datatype messages. + + Variable-length strings are considered to have the parent type `H5T_NATIVE_UCHAR`.