Skip to content

Commit

Permalink
Correct reference to anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jan 8, 2025
1 parent 0788373 commit 08f112e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doxygen/dox/H5.format.1.1.dox
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ each group page, and a group entry for the root object in the file.
<tr valign=top>
<td>Address of Global Free-space Index</td>
<td>Free-space management is not yet defined in the HDF5 file format and is not handled by the library.
Currently this field always contains the <a href="FMT11UndefinedAddress">undefined address</a>.<br />
Currently this field always contains the @ref FMT11UndefinedAddress "undefined address".<br />
<em>This field is present in version 0+ of the superblock.</em></td>
</tr>
<tr valign=top>
Expand All @@ -352,7 +352,7 @@ each group page, and a group entry for the root object in the file.
<td>Driver Information Block Address</td>
<td>This is the relative file address of the file driver information block which contains driver-specific
information needed to reopen the file. If there is no driver information block then this entry should
be the <a href="FMT11UndefinedAddress">undefined address</a>.<br />
be the @ref FMT11UndefinedAddress "undefined address".<br />
<em>This field is present in version 0+ of the superblock.</em></td>
</tr>
<tr valign=top>
Expand Down Expand Up @@ -653,12 +653,12 @@ Aside from that difference, internal nodes and leaf nodes are identical.
<tr valign=top>
<td>Address of Left Sibling</td>
<td>This is the relative file address of the left sibling of the current node. If the current node is the
left-most node at this level then this field is the <a href="FMT11UndefinedAddress">undefined address</a>.</td>
left-most node at this level then this field is the @ref FMT11UndefinedAddress "undefined address".</td>
</tr>
<tr valign=top>
<td>Address of Right Sibling</td>
<td>This is the relative file address of the right sibling of the current node. If the current node is the
right-most node at this level then this field is the <a href="FMT11UndefinedAddress">undefined address</a>.</td>
right-most node at this level then this field is the @ref FMT11UndefinedAddress "undefined address".</td>
</tr>
<tr valign=top>
<td>Keys and Child Pointers</td>
Expand Down Expand Up @@ -1044,7 +1044,7 @@ table; the names of those objects are stored in the local heap.
<tr valign=top>
<td>Offset to Head of Free-list</td>
<td>This is the offset within the heap data segment of the first free block (or the
<a href="FMT11UndefinedAddress">undefined address</a> if there is no no free block). The free block
@ref FMT11UndefinedAddress "undefined address" if there is no no free block). The free block
contains "Size of Lengths" bytes that are the offset of the next free block (or the value '1' if this is
the last free block) followed by "Size of Lengths" bytes that store the size of this free block. The size
of the free block includes the space used to store the offset of the next free block and the of the current
Expand Down Expand Up @@ -1226,7 +1226,7 @@ The free-space index is a collection of blocks of data, dispersed throughout the
not used by any file objects.

The super block contains a pointer to root of the free-space description; that pointer is currently required
to be the <a href="FMT11UndefinedAddress">undefined address</a>.
to be the @ref FMT11UndefinedAddress "undefined address".

The format of the free-space index is not defined at this time.

Expand Down Expand Up @@ -1487,7 +1487,7 @@ not described in this document.)</i>
<tr valign=top>
<td>Dimension \#n Maximum Size</td>
<td>This value is the maximum size of the dimension of the data as stored in the file. This value may be
the special <a href="FMT11UnlimitedDim">unlimited</a> size which indicates that the data may expand along
the special \ref FMT11UnlimitedDim "unlimited" size which indicates that the data may expand along
this dimension indefinitely. If these values are not stored, the maximum size of each dimension is assumed
to be the dimension's current size.</td>
</tr>
Expand Down Expand Up @@ -3041,7 +3041,7 @@ Class-specific information for chunked layout (Class 2):
<tr>
<td>Address</td>
<td>This is the address of the B-tree that is used to look up the addresses of the chunks. The
address may have the <a href="FMT11UndefinedAddress">undefined address</a> value, to indicate
address may have the @ref FMT11UndefinedAddress "undefined address" value, to indicate
that storage has not yet been allocated for this array.</td>
</tr>
<tr>
Expand Down

0 comments on commit 08f112e

Please sign in to comment.