diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-01 16:06:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 16:06:39 (GMT) |
commit | 265494b5b94c9f83ce80e06669bab83398c1970b (patch) | |
tree | ca6731061157e3022611c66e0237bf42e0fb5b2f /doxygen/examples | |
parent | 0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff) | |
download | hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2 |
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'doxygen/examples')
-rw-r--r-- | doxygen/examples/H5.format.1.0.html | 2 | ||||
-rw-r--r-- | doxygen/examples/H5.format.1.1.html | 2 | ||||
-rw-r--r-- | doxygen/examples/ImageSpec.html | 12 | ||||
-rw-r--r-- | doxygen/examples/tables/propertyLists.dox | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/doxygen/examples/H5.format.1.0.html b/doxygen/examples/H5.format.1.0.html index 4eb0548..26d0421 100644 --- a/doxygen/examples/H5.format.1.0.html +++ b/doxygen/examples/H5.format.1.0.html @@ -1488,7 +1488,7 @@ Elena> "Free-space object" </tr> <tr valign=top> - <td>Object Size</td> <td>This is the size of the the fields + <td>Object Size</td> <td>This is the size of the fields above plus the object data stored for the object. The actual storage size is rounded up to a multiple of eight.</td> diff --git a/doxygen/examples/H5.format.1.1.html b/doxygen/examples/H5.format.1.1.html index 9d03a76..3af50d6 100644 --- a/doxygen/examples/H5.format.1.1.html +++ b/doxygen/examples/H5.format.1.1.html @@ -6091,7 +6091,7 @@ TABLE.list TD { border:none; } <td>Used by the library before version 1.6.1. In this version, the Flags field is used to indicate whether the actual message is stored in the global heap (never implemented). The Pointer field - either contains the the header message address in the global heap + either contains the header message address in the global heap (never implemented) or the address of the shared object header.</td> </tr> </table> diff --git a/doxygen/examples/ImageSpec.html b/doxygen/examples/ImageSpec.html index 1b700ff..130d86e 100644 --- a/doxygen/examples/ImageSpec.html +++ b/doxygen/examples/ImageSpec.html @@ -851,7 +851,7 @@ This defines the color model that the entries in the palette data set represent. "RGB"</dt> <dd> -Each color index contains a triplet where the the first value defines the +Each color index contains a triplet where the first value defines the red component, second defines the green component, and the third the blue component.</dd> @@ -859,7 +859,7 @@ component.</dd> "CMY"</dt> <dd> -Each color index contains a triplet where the the first value defines the +Each color index contains a triplet where the first value defines the cyan component, second defines the magenta component, and the third the yellow component.</dd> @@ -867,7 +867,7 @@ yellow component.</dd> "CMYK"</dt> <dd> -Each color index contains a quadruplet where the the first value defines +Each color index contains a quadruplet where the first value defines the cyan component, second defines the magenta component, the third the yellow component, and the forth the black component.</dd> @@ -875,7 +875,7 @@ yellow component, and the forth the black component.</dd> "YCbCr"</dt> <dd> -Class Y encoding model. Each color index contains a triplet where the the +Class Y encoding model. Each color index contains a triplet where the first value defines the luminance, second defines the Cb Chromonance, and the third the Cr Chromonance.</dd> @@ -884,14 +884,14 @@ the third the Cr Chromonance.</dd> <dd> Composite encoding color model. Each color index contains a triplet where -the the first value defines the luminance component, second defines the +the first value defines the luminance component, second defines the chromonance component, and the third the value component.</dd> <dt> "HSV"</dt> <dd> -Each color index contains a triplet where the the first value defines the +Each color index contains a triplet where the first value defines the hue component, second defines the saturation component, and the third the value component. The hue component defines the hue spectrum with a low value representing magenta/red progressing to a high value which would diff --git a/doxygen/examples/tables/propertyLists.dox b/doxygen/examples/tables/propertyLists.dox index 4e20197..a260c9d 100644 --- a/doxygen/examples/tables/propertyLists.dox +++ b/doxygen/examples/tables/propertyLists.dox @@ -245,7 +245,7 @@ file access property list.</td> </tr> <tr> <td>#H5Pset_page_buffer_size/#H5Pget_page_buffer_size</td> -<td>Set/get the the maximum size for the page buffer.</td> +<td>Set/get the maximum size for the page buffer.</td> </tr> <tr> <td>#H5Pset_sieve_buf_size/#H5Pget_sieve_buf_size</td> |