From 9ba52d00ac1fc2fd0512d6fbf733c306552a5195 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 19 Jun 2022 08:35:24 +0100 Subject: doc: Remove semicolon from c:function definition --- doc/functions/TIFFcolor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/functions/TIFFcolor.rst b/doc/functions/TIFFcolor.rst index fbbdc42b..d0f43afb 100644 --- a/doc/functions/TIFFcolor.rst +++ b/doc/functions/TIFFcolor.rst @@ -16,9 +16,9 @@ Synopsis .. c:function:: int TIFFCIELabToRGBInit(TIFFCIELabToRGB *cielab, const TIFFDisplay *displayw, float *refWhite) -.. c:function:: void TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32_t L, int32_t a, int32_t b, float *X, float *Y, float *Z); +.. c:function:: void TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32_t L, int32_t a, int32_t b, float *X, float *Y, float *Z) -.. c:function:: void TIFFXYZToRGB(TIFFCIELabToRGB *cielab, float X, float Y, float Z, uint32_t *R, uint32_t *G, uint32_t *B); +.. c:function:: void TIFFXYZToRGB(TIFFCIELabToRGB *cielab, float X, float Y, float Z, uint32_t *R, uint32_t *G, uint32_t *B) Description ----------- -- cgit v1.2.1