summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-04 20:22:07 (GMT)
committerGitHub <noreply@github.com>2021-09-04 20:22:07 (GMT)
commitf679c6ea28599669a3961068b04b415377c64b8b (patch)
tree4cd8182ec3bd9d48f2070a149c8f45602a983ee8 /src/H5Opublic.h
parent6d15c45225e6b5202a4c1cfba2587ec0021de666 (diff)
downloadhdf5-f679c6ea28599669a3961068b04b415377c64b8b.zip
hdf5-f679c6ea28599669a3961068b04b415377c64b8b.tar.gz
hdf5-f679c6ea28599669a3961068b04b415377c64b8b.tar.bz2
Small doxygen fixes plus simple doc fixes (#989)
Change doxygen generated file location Clang format override for flags
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 0fcedb2..d9d0500 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -61,19 +61,17 @@
(H5O_SHMESG_SDSPACE_FLAG | H5O_SHMESG_DTYPE_FLAG | H5O_SHMESG_FILL_FLAG | H5O_SHMESG_PLINE_FLAG | \
H5O_SHMESG_ATTR_FLAG)
+/* clang-format off */
/* Object header status flag definitions */
-#define H5O_HDR_CHUNK0_SIZE \
- 0x03 /**< 2-bit field indicating # of bytes to store the size of chunk 0's data \
- */
-#define H5O_HDR_ATTR_CRT_ORDER_TRACKED 0x04 /**< Attribute creation order is tracked */
-#define H5O_HDR_ATTR_CRT_ORDER_INDEXED 0x08 /**< Attribute creation order has index */
-#define H5O_HDR_ATTR_STORE_PHASE_CHANGE \
- 0x10 /**< Non-default attribute storage phase change values stored \
- */
-#define H5O_HDR_STORE_TIMES 0x20 /**< Store access, modification, change & birth times for object */
+#define H5O_HDR_CHUNK0_SIZE 0x03 /**< 2-bit field indicating # of bytes to store the size of chunk 0's data */
+#define H5O_HDR_ATTR_CRT_ORDER_TRACKED 0x04 /**< Attribute creation order is tracked */
+#define H5O_HDR_ATTR_CRT_ORDER_INDEXED 0x08 /**< Attribute creation order has index */
+#define H5O_HDR_ATTR_STORE_PHASE_CHANGE 0x10 /**< Non-default attribute storage phase change values stored */
+#define H5O_HDR_STORE_TIMES 0x20 /**< Store access, modification, change & birth times for object */
#define H5O_HDR_ALL_FLAGS \
(H5O_HDR_CHUNK0_SIZE | H5O_HDR_ATTR_CRT_ORDER_TRACKED | H5O_HDR_ATTR_CRT_ORDER_INDEXED | \
H5O_HDR_ATTR_STORE_PHASE_CHANGE | H5O_HDR_STORE_TIMES)
+/* clang-format on */
/* Maximum shared message values. Number of indexes is 8 to allow room to add
* new types of messages.