diff options
Diffstat (limited to 'src/H5ACpublic.h')
-rw-r--r-- | src/H5ACpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ACpublic.h b/src/H5ACpublic.h index c853794..ad25de0 100644 --- a/src/H5ACpublic.h +++ b/src/H5ACpublic.h @@ -567,7 +567,7 @@ typedef struct H5AC_cache_config_t { * The value must lie in the interval [0.0, 1.0]. 0.01 is a good place to * start in the serial case. In the parallel case, a larger value is needed * -- see the overview of the metadata cache in the - * “Metadata Caching in HDF5” section of the -- <em>HDF5 User’s Guide</em> + * “Metadata Caching in HDF5” section of the -- <em>\ref UG</em> * for details. */ size_t max_size; |