diff options
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 2 |
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 |