summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorbljhdf <58825073+bljhdf@users.noreply.github.com>2020-12-16 03:17:41 (GMT)
committerGitHub <noreply@github.com>2020-12-16 03:17:41 (GMT)
commitf09ec2657cb0ab9b646f8a4a1d5302444c38bf72 (patch)
tree5aa8835276ebc6e48f973b6b778167d55ec6a4b8 /src/H5Fpublic.h
parentf3629d6148970b43f1625d62e01d57adc7d5fa5d (diff)
downloadhdf5-f09ec2657cb0ab9b646f8a4a1d5302444c38bf72.zip
hdf5-f09ec2657cb0ab9b646f8a4a1d5302444c38bf72.tar.gz
hdf5-f09ec2657cb0ab9b646f8a4a1d5302444c38bf72.tar.bz2
Doxygen - RM entries for H5A, H5S, and H5P APIs (#181)
* Doxygen - RM entries for H5A, H5S, and H5P APIs * fix issues on ubuntu * added missing H5F_fspace_strategy_t_snip
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 851d64d..9d6d349 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -201,6 +201,7 @@ typedef enum H5F_libver_t {
/**
* File space handling strategy
*/
+//! [H5F_fspace_strategy_t_snip]
typedef enum H5F_fspace_strategy_t {
H5F_FSPACE_STRATEGY_FSM_AGGR = 0, /**< Mechanisms: free-space managers, aggregators, and virtual file
drivers This is the library default when not set */
@@ -210,6 +211,7 @@ typedef enum H5F_fspace_strategy_t {
H5F_FSPACE_STRATEGY_NONE = 3, /**< Mechanisms: virtual file drivers */
H5F_FSPACE_STRATEGY_NTYPES /**< Sentinel */
} H5F_fspace_strategy_t;
+//! [H5F_fspace_strategy_t_snip]
/**
* File space handling strategy for release 1.10.0