mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r8420] Purpose:
Correct typo in H5Pcreate() information
This commit is contained in:
parent
9af04cd41d
commit
aa38a1386e
@ -1125,7 +1125,7 @@ END SUBROUTINE h5pcopy_prop_f
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Property-Create">H5Pcreate</a>
|
||||
<dt><strong>Signature:</strong>
|
||||
<dd><em>hid_t </em><code>H5Pcreate</code>(<em>H5P_class_t</em> <code>type</code>
|
||||
<dd><em>hid_t </em><code>H5Pcreate</code>(<em>hid_t</em> <code>cls_id</code>
|
||||
)
|
||||
<dt><strong>Purpose:</strong>
|
||||
<dd>Creates a new property as an instance of a property list class.
|
||||
@ -1167,8 +1167,8 @@ END SUBROUTINE h5pcopy_prop_f
|
||||
<dt><strong>Parameters:</strong>
|
||||
<ul><table>
|
||||
<tr>
|
||||
<td valign="top"><em>H5P_class_t</em> <code>type </code></td>
|
||||
<td valign="top">IN: The type of property list to create.</td></tr>
|
||||
<td valign="top"><em>hid_t</em> <code>cls_id </code></td>
|
||||
<td valign="top">IN: The class of the property list to create.</td></tr>
|
||||
</table></ul>
|
||||
<dt><strong>Returns:</strong>
|
||||
<dd>Returns a property list identifier (<code>plist</code>) if successful;
|
||||
|
Loading…
x
Reference in New Issue
Block a user