summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-31 13:23:35 (GMT)
committerGitHub <noreply@github.com>2022-03-31 13:23:35 (GMT)
commit9fdf9546541866f989b4f46aad6f6ac975563777 (patch)
treee56a66816abf1a6c16c9db2874d25b1c0dbeb3e8 /src/H5Fpkg.h
parentdcdbeb7124c28f87d96bb9900f3d92e2a07bcd6b (diff)
downloadhdf5-9fdf9546541866f989b4f46aad6f6ac975563777.zip
hdf5-9fdf9546541866f989b4f46aad6f6ac975563777.tar.gz
hdf5-9fdf9546541866f989b4f46aad6f6ac975563777.tar.bz2
1.8 Merge doxygen changes from develop (#1545)
* Merge doxygen changes from develop * revert macro code change * Format correction
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 4c968db..528ba86 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -238,7 +238,7 @@ struct H5F_file_t {
/* (if aggregating "small data" allocations) */
/* Metadata accumulator information */
- H5F_meta_accum_t accum; /* Metadata accumulator info */
+ H5F_meta_accum_t accum; /* Metadata accumulator info */
};
/*
@@ -247,13 +247,13 @@ struct H5F_file_t {
* to shared H5F_file_t structs.
*/
struct H5F_t {
- char * open_name; /* Name used to open file */
+ char * open_name; /* Name used to open file */
char * actual_name; /* Actual name of the file, after resolving symlinks, etc. */
char * extpath; /* Path for searching target external link file */
- H5F_file_t * shared; /* The shared file info */
+ H5F_file_t * shared; /* The shared file info */
unsigned nopen_objs; /* Number of open object headers*/
H5FO_t * obj_count; /* # of time each object is opened through top file structure */
- hid_t file_id; /* ID of this file */
+ hid_t file_id; /* ID of this file */
hbool_t closing; /* File is in the process of being closed */
struct H5F_t *parent; /* Parent file that this file is mounted to */
unsigned nmounts; /* Number of children mounted to this file */