Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
[openjpeg.git] / src / lib / openjp2 / invert.h
index d1c560c5e47e34388a52b6971f0f7a3c2704646f..f444d7fb22df2ba5ef7b58d04935acc63ded646c 100644 (file)
@@ -50,7 +50,7 @@ The function in INVERT.H compute a matrix inversion with a LUP method
  *
  * @param pSrcMatrix    the matrix to invert.
  * @param pDestMatrix   data to store the inverted matrix.
- * @param n size of the matrix
+ * @param nb_compo      size of the matrix
  * @return OPJ_TRUE if the inversion is successful, OPJ_FALSE if the matrix is singular.
  */
 OPJ_BOOL opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,