summaryrefslogtreecommitdiff
path: root/doc/releases/v3.7.0.rst
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2022-07-04 21:22:58 +0100
committerRoger Leigh <rleigh@codelibre.net>2022-07-22 16:04:59 +0100
commit9e4c5226ccabf8dc8969c1d37fcb2aa2e47dca75 (patch)
tree72570e210f355eb63800166ea156afcc1b0b02bd /doc/releases/v3.7.0.rst
parentac11ee0eec577dbf43d26139d135299bdf888f69 (diff)
downloadlibtiff-git-9e4c5226ccabf8dc8969c1d37fcb2aa2e47dca75.tar.gz
libtiff: Add Doxygen and initial Breathe usagemanpage-fixes
Diffstat (limited to 'doc/releases/v3.7.0.rst')
-rw-r--r--doc/releases/v3.7.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases/v3.7.0.rst b/doc/releases/v3.7.0.rst
index b04ea491..26a98d72 100644
--- a/doc/releases/v3.7.0.rst
+++ b/doc/releases/v3.7.0.rst
@@ -44,7 +44,7 @@ Library changes
* Preliminary support for BigTIFF files: now libtiff can
recognize and reject to open such images. ;-)
-* :file:`libtiff/tif_dir.c`: Initialize :c:member:`td_tilewidth` and :c:member:`td_tilelength` fields
+* :file:`libtiff/tif_dir.c`: Initialize ``td_tilewidth`` and ``td_tilelength`` fields
of the :c:struct:`TIFFDirectory` structure with the 0 instead of -1 to avoid
confusing integer overflows in :c:func:`TIFFTileRowSize` for striped images.
@@ -59,7 +59,7 @@ Library changes
Tools changes
-------------
-* :file:`tiffcmp.c` (:c:func:`leof`): Renamed from "``eof``" in order to avoid
+* :file:`tiffcmp.c` (``leof()``): Renamed from ``eof()`` in order to avoid
conflict noticed under MinGW.
* :file:`tiff2pdf.c`: Fixed ``TransferFunction`` tag handling reported