summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2007-09-19 22:00:45 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2007-09-19 22:00:45 (GMT)
commit4b168b0e5633c8f7494bd5fbaf545ac8dd0e6fe2 (patch)
treeec74be7d2f53ec7612cae0e74f3a1251c8aa85e3 /doc/html
parent276daef1ecabadd5cbd8f9dbc7ea514939f4679d (diff)
downloadhdf5-4b168b0e5633c8f7494bd5fbaf545ac8dd0e6fe2.zip
hdf5-4b168b0e5633c8f7494bd5fbaf545ac8dd0e6fe2.tar.gz
hdf5-4b168b0e5633c8f7494bd5fbaf545ac8dd0e6fe2.tar.bz2
[svn-r14151] Description:
Add a few appropriate paragraph breaks. Tested: Firefox
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/RM_H5A.html9
-rw-r--r--doc/html/RM_H5D.html5
2 files changed, 11 insertions, 3 deletions
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html
index 9dd3850..2fc1ce9 100644
--- a/doc/html/RM_H5A.html
+++ b/doc/html/RM_H5A.html
@@ -492,7 +492,9 @@ END SUBROUTINE h5aget_num_attrs_f
<dd>Gets a copy of the dataspace for an attribute.
<dt><strong>Description:</strong>
<dd><code>H5Aget_space</code> retrieves a copy of the dataspace
- for an attribute. The dataspace identifier returned from
+ for an attribute.
+ <p>
+ The dataspace identifier returned from
this function must be released with <code>H5Sclose</code>
or resource leaks will develop.
<dt><strong>Parameters:</strong>
@@ -672,9 +674,11 @@ SUBROUTINE
to the object specified with <code>loc_id</code>.
The location object may be either a group, dataset, or
named datatype, all of which may have any sort of attribute.
+ <p>
The attribute specified by the index, <code>idx</code>,
indicates the attribute to access.
The value of <code>idx</code> is a 0-based, non-negative integer.
+ <p>
The attribute identifier returned from this function must be
released with <code>H5Aclose</code> or resource leaks will develop.
<dt><strong>Parameters:</strong>
@@ -728,6 +732,7 @@ END SUBROUTINE h5aopen_idx_f
object specified with <code>loc_id</code>.
The location object may be either a group, dataset, or
named datatype, which may have any sort of attribute.
+ <p>
The attribute identifier returned from this function must
be released with <code>H5Aclose</code> or resource leaks
will develop.
@@ -980,7 +985,7 @@ Describes HDF5 Release 1.6.6, August 2007
<!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 11 October 2006");
+document.writeln("Last modified: 20 September 2007");
-->
</SCRIPT>
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html
index 280c86d..da72b62 100644
--- a/doc/html/RM_H5D.html
+++ b/doc/html/RM_H5D.html
@@ -579,6 +579,7 @@ END SUBROUTINE h5dfill_f
<dt><strong>Description:</strong>
<dd><code>H5Dget_create_plist</code> returns an identifier for a
copy of the dataset creation property list for a dataset.
+ <p>
The creation property list identifier should be released with
the <code>H5Pclose</code> function.
<dt><strong>Parameters:</strong>
@@ -676,6 +677,7 @@ SUBROUTINE
<dt><strong>Description:</strong>
<dd><code>H5Dget_space</code> returns an identifier for a copy of the
dataspace for a dataset.
+ <p>
The dataspace identifier should be released with the
<code>H5Sclose</code> function.
<dt><strong>Parameters:</strong>
@@ -861,6 +863,7 @@ END SUBROUTINE h5dget_storage_size_f
<dt><strong>Description:</strong>
<dd><code>H5Dget_type</code> returns an identifier for a copy of the
datatype for a dataset.
+ <p>
The datatype should be released with the <code>H5Tclose</code> function.
<p>
If a dataset has a named datatype, then an identifier to the
@@ -1824,7 +1827,7 @@ Describes HDF5 Release 1.6.6, August 2007
<!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 15 August 2007");
+document.writeln("Last modified: 20 September 2007");
-->
</SCRIPT>