From 935718707cc649a45d29de03fda96f2437e438f0 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Thu, 29 Sep 2016 23:44:51 +0200
Subject: [PATCH] Fix documentation

---
 spm.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/spm.c b/spm.c
index 7e6b362b..bb9ab891 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.
  *
-- 
GitLab