diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
| commit | 759be64115508e4589c098c5e777d03a1a04bb25 (patch) | |
| tree | 6f55159975fc03114e6c2eecf88a641f3c0fa534 /src/lib/openjp2/invert.h | |
| parent | ece2a2d6c231aa60409a75a2787b349d342b99eb (diff) | |
[trunk] Fix remainings issues with doxygen doc
Convert DOS files to UNIX eol
Diffstat (limited to 'src/lib/openjp2/invert.h')
| -rw-r--r-- | src/lib/openjp2/invert.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/openjp2/invert.h b/src/lib/openjp2/invert.h index cf5dab92..c943ae30 100644 --- a/src/lib/openjp2/invert.h +++ b/src/lib/openjp2/invert.h @@ -26,16 +26,16 @@ #ifndef __INVERT_H #define __INVERT_H -/**
-@file invert.h
-@brief Implementation of the matrix inversion
-
-The function in INVERT.H compute a matrix inversion with a LUP method
+/** +@file invert.h +@brief Implementation of the matrix inversion + +The function in INVERT.H compute a matrix inversion with a LUP method */ -/** @defgroup INVERT INVERT - Implementation of a matrix inversion */
+/** @defgroup INVERT INVERT - Implementation of a matrix inversion */ /*@{*/ -/** @name Exported functions */
+/** @name Exported functions */ /*@{*/ /* ----------------------------------------------------------------------- */ @@ -45,14 +45,15 @@ 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 * @return OPJ_TRUE if the inversion is successful, OPJ_FALSE if the matrix is singular. */ opj_bool opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix, OPJ_FLOAT32 * pDestMatrix, OPJ_UINT32 n); -/* ----------------------------------------------------------------------- */
-/*@}*/
-
+/* ----------------------------------------------------------------------- */ +/*@}*/ + /*@}*/ #endif /* __INVERT_H */ |
