From d5ded803de29023bd846627029be357fc441069c Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Mon, 1 Apr 2024 10:13:19 -0500 Subject: [PATCH] Fix Figure 9. table format in HDF5 Groups User Guide --- src/H5Gmodule.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h index 7ae700a1a36..a06d44cea75 100644 --- a/src/H5Gmodule.h +++ b/src/H5Gmodule.h @@ -775,8 +775,8 @@ * \image html Groups_fig9_aa.gif "c) A link named dset2 to the same dataset is created in /group2." * * - * \image html Groups_fig9_bb.gif "d) The link from /group1 to dset1 is removed. The dataset is - * still in the file, but can be accessed only as /group2/dset2." + * \image html Groups_fig9_bb.gif "d) The link from /group1 to dset1 is removed." + * The dataset is still in the file, but can be accessed only as /group2/dset2. * * * @@ -811,8 +811,7 @@ * * * - * \image html Groups_fig10_c.gif "c) dset1 has three names: /group1/dset1, /group2/dset2, and - * /group1/GXX/dset2." + * \image html Groups_fig10_c.gif "c) dset1 has 3 names: /group1/dset1, /group2/dset2, and /group1/GXX/dset2." * * * \image html Groups_fig10_d.gif "d) dset1 has an infinite number of available path names."