diff --git a/spm.c b/spm.c
index 7e6b362bc61c2402bdf64e2142f3827b58bca9bc..bb9ab891c3ebe3cca96667e305e22c7dc01bf6ca 100644
--- a/spm.c
+++ b/spm.c
@@ -73,7 +73,7 @@ static int (*conversionTable[3][3][6])(pastix_spm_t*) = {
  *
  * @ingroup pastix_spm
  *
- * spmInit - Init the spm structure given as parameter
+ * @brief Init the spm structure given as parameter
  *
  *******************************************************************************
  *
@@ -146,10 +146,6 @@ spmExit( pastix_spm_t *spm )
  *
  *******************************************************************************
  *
- * @param[in] ofmttype
- *          The output format of the sparse matrix. It might be PastixCSC,
- *          PastixCSR, or PastixIJV.
- *
  * @param[in,out] spm
  *          The sparse matrix to rebase.
  *