diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-30 18:18:59 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-30 18:18:59 +0200 |
| commit | 83342f2aafcab4599b49f780e35fd249e8402b61 (patch) | |
| tree | 7a90e315e61821d415f1fec8c6e7eaf6fd0c21b3 /src/lib/openjp2/jp2.c | |
| parent | 4748318136626dd9e841ea1aa8b52adfbab26772 (diff) | |
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Diffstat (limited to 'src/lib/openjp2/jp2.c')
| -rw-r--r-- | src/lib/openjp2/jp2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/openjp2/jp2.c b/src/lib/openjp2/jp2.c index 66e058a2..6bc704e2 100644 --- a/src/lib/openjp2/jp2.c +++ b/src/lib/openjp2/jp2.c @@ -268,8 +268,9 @@ static OPJ_BOOL opj_jp2_write_jp(opj_jp2_t *jp2, /** Apply collected palette data -@param color Collector for profile, cdef and pclr data -@param image +@param image Image. +@param color Collector for profile, cdef and pclr data. +@param p_manager the user event manager. @return true in case of success */ static OPJ_BOOL opj_jp2_apply_pclr(opj_image_t *image, |
