fix of the xml document error
This commit is contained in:
parent
5dd9a48b03
commit
e6189208f7
|
|
@ -85,7 +85,7 @@ namespace HDF.PInvoke
|
|||
#if HDF5_VER1_10
|
||||
/// <summary>
|
||||
/// Single Chunk index (cur dims[]=max dims[]=chunk dims[];
|
||||
/// filtered & non-filtered)
|
||||
/// filtered & non-filtered)
|
||||
/// </summary>
|
||||
SINGLE = 1,
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ namespace HDF.PInvoke
|
|||
/// </summary>
|
||||
public hsize_t hdr_size;
|
||||
/// <summary>
|
||||
/// Shared object header message index & heap size
|
||||
/// Shared object header message index & heap size
|
||||
/// </summary>
|
||||
public H5.ih_info_t msgs_info;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1090,7 +1090,7 @@ namespace HDF.PInvoke
|
|||
/// </summary>
|
||||
/// <param name="plist_id">Dataset or group creation property list
|
||||
/// identifier.</param>
|
||||
/// <param name="idx">Sequence number within the filter pipeline of the
|
||||
/// <param name="filter">Sequence number within the filter pipeline of the
|
||||
/// filter for which information is sought.</param>
|
||||
/// <param name="flags">Bit vector specifying certain general
|
||||
/// properties of the filter.</param>
|
||||
|
|
@ -1457,7 +1457,7 @@ namespace HDF.PInvoke
|
|||
/// </summary>
|
||||
/// <param name="fapl_id">File access property list identifier</param>
|
||||
/// <param name="buf_size">Maximum size, in bytes, of the page buffer</param>
|
||||
/// <param name="min_meta_prec">Minimum metadata percentage to keep in
|
||||
/// <param name="min_meta_perc">Minimum metadata percentage to keep in
|
||||
/// the page buffer before allowing pages containing metadata to be
|
||||
/// evicted</param>
|
||||
/// <param name="min_raw_perc">Minimum raw data percentage to keep in
|
||||
|
|
@ -3147,7 +3147,7 @@ namespace HDF.PInvoke
|
|||
/// the file.
|
||||
/// See https://www.hdfgroup.org/HDF5/docNewFeatures/SWMR/H5Pset_object_flush_cb.htm
|
||||
/// </summary>
|
||||
/// <param name="fapl_id">Identifier for a file access property list.</param>
|
||||
/// <param name="plist_id">Identifier for a file access property list.</param>
|
||||
/// <param name="func">The user-defined callback function.</param>
|
||||
/// <param name="udata">The user-defined input data for the callback
|
||||
/// function.</param>
|
||||
|
|
@ -3166,7 +3166,7 @@ namespace HDF.PInvoke
|
|||
/// </summary>
|
||||
/// <param name="fapl_id">File access property list identifier</param>
|
||||
/// <param name="buf_size">Maximum size, in bytes, of the page buffer</param>
|
||||
/// <param name="min_meta_prec">Minimum metadata percentage to keep in
|
||||
/// <param name="min_meta_perc">Minimum metadata percentage to keep in
|
||||
/// the page buffer before allowing pages containing metadata to be
|
||||
/// evicted</param>
|
||||
/// <param name="min_raw_perc">Minimum raw data percentage to keep in
|
||||
|
|
|
|||
Loading…
Reference in New Issue