summaryrefslogtreecommitdiffstats
path: root/hl/src/H5IM.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /hl/src/H5IM.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'hl/src/H5IM.c')
-rw-r--r--hl/src/H5IM.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c
index 43e5bed..25381fd 100644
--- a/hl/src/H5IM.c
+++ b/hl/src/H5IM.c
@@ -27,8 +27,6 @@
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -83,9 +81,6 @@ H5IMmake_image_8bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
* INTERLACE_PIXEL [height][width][pixel components]
* INTERLACE_PLANE [pixel components][height][width]
*
- *
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -154,8 +149,6 @@ H5IMmake_image_24bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -197,8 +190,6 @@ find_palette(H5_ATTR_UNUSED hid_t loc_id, const char *name, H5_ATTR_UNUSED const
* Comments:
* The function uses H5Aiterate2 with the operator function find_palette
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -223,8 +214,6 @@ H5IM_find_palette(hid_t loc_id)
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -390,8 +379,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -437,8 +424,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -493,8 +478,6 @@ H5IMmake_palette(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, co
* palettes to be viewed with. The dataset will have an attribute
* which contains an array of object reference pointers which refer to palettes in the file.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -660,8 +643,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -756,8 +737,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -842,8 +821,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -951,8 +928,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1053,8 +1028,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1154,8 +1127,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/