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/t1.h | |
| parent | 4748318136626dd9e841ea1aa8b52adfbab26772 (diff) | |
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index 9cfdfc11..9d755b74 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -75,7 +75,7 @@ in T1.C are used by some function in TCD.C. * a single 32-bit flags word to hold the state of 4 data points. This corresponds * to the 4-point-high columns that the data is processed in. * - * These #defines declare the layout of a 32-bit flags word. + * These \#defines declare the layout of a 32-bit flags word. * * This is currently done for encoding only. * The values must NOT be changed, otherwise this is going to break a lot of @@ -134,7 +134,7 @@ in T1.C are used by some function in TCD.C. * word right by 3 bits and look at the same bit positions to see the * values for data point 1. * - * The #defines below help a bit with this; say you have a flags word + * The \#defines below help a bit with this; say you have a flags word * f, you can do things like * * (f & T1_SIGMA_THIS) @@ -226,6 +226,9 @@ Decode the code-blocks of a tile @param pret Pointer to return value @param tilec The tile to decode @param tccp Tile coding parameters +@param p_manager the event manager +@param p_manager_mutex mutex for the event manager +@param check_pterm whether PTERM correct termination should be checked */ void opj_t1_decode_cblks(opj_thread_pool_t* tp, volatile OPJ_BOOL* pret, |
