From f309861323a9ef1d03a1f2746825d33aef4cd6a3 Mon Sep 17 00:00:00 2001
From: Raphael Boucherie <raphael.boucherie@inria.fr>
Date: Mon, 12 Jun 2017 10:34:35 +0200
Subject: [PATCH] Fix comment format

---
 compute/zunmlq.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index ca6d7806a..1138f4aee 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -31,7 +31,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ *******************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -204,7 +205,8 @@ int MORSE_zunmlq(MORSE_enum side, MORSE_enum trans, int M, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ *******************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -276,7 +278,8 @@ int MORSE_zunmlq_Tile(MORSE_enum side, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ *******************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
-- 
GitLab