Skip to content

Commit

Permalink
doc: Remove semicolon from c:function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rleigh-codelibre committed Jun 19, 2022
1 parent 73f45cf commit 9ba52d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/functions/TIFFcolor.rst
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 9ba52d0

Please sign in to comment.