From 65e547f7f8459455567cf227285569818d2c19ce Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 12 Jan 2018 20:43:22 +0100
Subject: [PATCH] CLeanup those comment lines that messes the indentation

---
 compute/zbuild.c        |  9 ++++++---
 compute/zgeadd.c        |  9 ++++++---
 compute/zgelqf.c        |  9 ++++++---
 compute/zgels.c         |  6 ++++--
 compute/zgemm.c         |  9 ++++++---
 compute/zgeqrf.c        |  6 ++++--
 compute/zgeqrs.c        |  9 ++++++---
 compute/zgesv_incpiv.c  |  9 ++++++---
 compute/zgesv_nopiv.c   |  9 ++++++---
 compute/zgesvd.c        |  9 ++++++---
 compute/zgetrf_incpiv.c |  9 ++++++---
 compute/zgetrf_nopiv.c  |  9 ++++++---
 compute/zgetrs_incpiv.c |  9 ++++++---
 compute/zgetrs_nopiv.c  |  9 ++++++---
 compute/zheevd.c        |  9 ++++++---
 compute/zhemm.c         |  9 ++++++---
 compute/zher2k.c        |  9 ++++++---
 compute/zherk.c         |  9 ++++++---
 compute/zhetrd.c        |  9 ++++++---
 compute/zlacpy.c        |  9 ++++++---
 compute/zlange.c        |  9 ++++++---
 compute/zlanhe.c        |  9 ++++++---
 compute/zlansy.c        |  9 ++++++---
 compute/zlantr.c        |  9 ++++++---
 compute/zlascal.c       |  9 ++++++---
 compute/zlaset.c        |  9 ++++++---
 compute/zlauum.c        |  9 ++++++---
 compute/zplghe.c        |  9 ++++++---
 compute/zplgsy.c        |  9 ++++++---
 compute/zplrnt.c        |  9 ++++++---
 compute/zposv.c         |  9 ++++++---
 compute/zpotrf.c        |  9 ++++++---
 compute/zpotri.c        |  9 ++++++---
 compute/zpotrimm.c      |  9 ++++++---
 compute/zpotrs.c        |  9 ++++++---
 compute/zsymm.c         |  9 ++++++---
 compute/zsyr2k.c        |  9 ++++++---
 compute/zsyrk.c         |  9 ++++++---
 compute/zsysv.c         |  9 ++++++---
 compute/zsytrf.c        |  9 ++++++---
 compute/zsytrs.c        |  9 ++++++---
 compute/ztile.c         | 12 ++++++++----
 compute/ztradd.c        |  9 ++++++---
 compute/ztrmm.c         |  9 ++++++---
 compute/ztrsm.c         |  9 ++++++---
 compute/ztrsmpl.c       |  9 ++++++---
 compute/ztrtri.c        |  9 ++++++---
 compute/zunglq.c        |  9 ++++++---
 compute/zungqr.c        |  9 ++++++---
 compute/zunmqr.c        |  9 ++++++---
 50 files changed, 298 insertions(+), 149 deletions(-)

diff --git a/compute/zbuild.c b/compute/zbuild.c
index 8262d017b..fe53d7b16 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -143,7 +144,8 @@ int MORSE_zbuild( MORSE_enum uplo, int M, int N,
   return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -205,7 +207,8 @@ int MORSE_zbuild_Tile( MORSE_enum uplo, MORSE_desc_t *A,
   return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index 9aea3d4c7..1f611a624 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -184,7 +185,8 @@ int MORSE_zgeadd(MORSE_enum trans, int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -256,7 +258,8 @@ int MORSE_zgeadd_Tile(MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 6fb6606b1..c251d8f2f 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -30,7 +30,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -146,7 +147,8 @@ int MORSE_zgelqf(int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -206,7 +208,8 @@ int MORSE_zgelqf_Tile(MORSE_desc_t *A, MORSE_desc_t *T)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgels.c b/compute/zgels.c
index f80cc4ef6..56f816715 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -217,7 +217,8 @@ int MORSE_zgels(MORSE_enum trans, int M, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -294,7 +295,8 @@ int MORSE_zgels_Tile(MORSE_enum trans, MORSE_desc_t *A,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 0f931d8dc..8837819af 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -50,7 +50,8 @@
  *
  */
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -247,7 +248,8 @@ int MORSE_zgemm(MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -329,7 +331,8 @@ int MORSE_zgemm_Tile(MORSE_enum transA, MORSE_enum transB,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index de992ffa7..96ba98e4d 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -145,7 +146,8 @@ int MORSE_zgeqrf(int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 32e618550..93be4bd81 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -30,7 +30,8 @@
 #include "control/common.h"
 #include <stdlib.h>
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -168,7 +169,8 @@ int MORSE_zgeqrs(int M, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -229,7 +231,8 @@ int MORSE_zgeqrs_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index 02b1129c2..95f9f297c 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -166,7 +167,8 @@ int MORSE_zgesv_incpiv(int N, int NRHS,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -233,7 +235,8 @@ int MORSE_zgesv_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_d
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index 31735f19c..563d05a20 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -165,7 +166,8 @@ int MORSE_zgesv_nopiv(int N, int NRHS,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -225,7 +227,8 @@ int MORSE_zgesv_nopiv_Tile(MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index b2d7e48d4..968c0a01b 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -31,7 +31,8 @@
 #include <coreblas/lapacke.h>
 #endif
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -238,7 +239,8 @@ int MORSE_zgesvd(MORSE_enum jobu, MORSE_enum jobvt,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -362,7 +364,8 @@ int MORSE_zgesvd_Tile(MORSE_enum jobu, MORSE_enum jobvt,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index 169fb67f0..5d11df16c 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -147,7 +148,8 @@ int MORSE_zgetrf_incpiv(int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -210,7 +212,8 @@ int MORSE_zgetrf_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index ea987f595..b951286e3 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -143,7 +144,8 @@ int MORSE_zgetrf_nopiv(int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -198,7 +200,8 @@ int MORSE_zgetrf_nopiv_Tile(MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index 63f9564a2..12c62b697 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -172,7 +173,8 @@ int MORSE_zgetrs_incpiv(MORSE_enum trans, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -236,7 +238,8 @@ int MORSE_zgetrs_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index 02b029146..fe03bf1d9 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -30,7 +30,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -166,7 +167,8 @@ int MORSE_zgetrs_nopiv(MORSE_enum trans, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -224,7 +226,8 @@ int MORSE_zgetrs_nopiv_Tile(MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zheevd.c b/compute/zheevd.c
index e4a85b98b..3780855db 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -30,7 +30,8 @@
 #include <coreblas/lapacke.h>
 #endif
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -175,7 +176,8 @@ int MORSE_zheevd(MORSE_enum jobz, MORSE_enum uplo, int N,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -267,7 +269,8 @@ int MORSE_zheevd_Tile(MORSE_enum jobz, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zhemm.c b/compute/zhemm.c
index a9581e25a..0d2d06e2f 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -210,7 +211,8 @@ int MORSE_zhemm(MORSE_enum side, MORSE_enum uplo, int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -294,7 +296,8 @@ int MORSE_zhemm_Tile(MORSE_enum side, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zher2k.c b/compute/zher2k.c
index 6dd844804..6449931a2 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -214,7 +215,8 @@ int MORSE_zher2k(MORSE_enum uplo, MORSE_enum trans, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -293,7 +295,8 @@ int MORSE_zher2k_Tile(MORSE_enum uplo, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zherk.c b/compute/zherk.c
index b52cdff21..9b7416f59 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -194,7 +195,8 @@ int MORSE_zherk(MORSE_enum uplo, MORSE_enum trans, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -268,7 +270,8 @@ int MORSE_zherk_Tile(MORSE_enum uplo, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index e3390e8fb..e69bce8a9 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -30,7 +30,8 @@
 #include <coreblas/lapacke.h>
 #endif
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -189,7 +190,8 @@ int MORSE_zhetrd(MORSE_enum jobz, MORSE_enum uplo, int N,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -291,7 +293,8 @@ int MORSE_zhetrd_Tile(MORSE_enum jobz, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index c19edef30..308844270 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -158,7 +159,8 @@ int MORSE_zlacpy(MORSE_enum uplo, int M, int N,
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -216,7 +218,8 @@ int MORSE_zlacpy_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B)
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlange.c b/compute/zlange.c
index c48e992e2..198dd8d98 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -158,7 +159,8 @@ double MORSE_zlange(MORSE_enum norm, int M, int N,
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -215,7 +217,8 @@ double MORSE_zlange_Tile(MORSE_enum norm, MORSE_desc_t *A)
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index e03146bc6..033effa9a 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -158,7 +159,8 @@ double MORSE_zlanhe(MORSE_enum norm, MORSE_enum uplo, int N,
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -219,7 +221,8 @@ double MORSE_zlanhe_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A)
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlansy.c b/compute/zlansy.c
index 5a141e193..35df4fc89 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -156,7 +157,8 @@ double MORSE_zlansy(MORSE_enum norm, MORSE_enum uplo, int N,
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -217,7 +219,8 @@ double MORSE_zlansy_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A)
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlantr.c b/compute/zlantr.c
index 69563ac64..3f5e8f1ed 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -176,7 +177,8 @@ double MORSE_zlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -239,7 +241,8 @@ double MORSE_zlantr_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag, MORS
     return value;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 7fba2b6ee..c86ca1da0 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -14,7 +14,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -138,7 +139,8 @@ int MORSE_zlascal(MORSE_enum uplo, int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -198,7 +200,8 @@ int MORSE_zlascal_Tile(MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlaset.c b/compute/zlaset.c
index c90ba7526..fab26797f 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -149,7 +150,8 @@ int MORSE_zlaset(MORSE_enum uplo, int M, int N,
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -205,7 +207,8 @@ int MORSE_zlaset_Tile(MORSE_enum uplo,
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zlauum.c b/compute/zlauum.c
index f96cab0c6..148344fa0 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -145,7 +146,8 @@ int MORSE_zlauum(MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -207,7 +209,8 @@ int MORSE_zlauum_Tile(MORSE_enum uplo, MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zplghe.c b/compute/zplghe.c
index d7c884989..0d7af9927 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -31,7 +31,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -129,7 +130,8 @@ int MORSE_zplghe( double bump, MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -190,7 +192,8 @@ int MORSE_zplghe_Tile( double bump, MORSE_enum uplo, MORSE_desc_t *A,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 3684d39dc..7c8e8aeda 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -31,7 +31,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -129,7 +130,8 @@ int MORSE_zplgsy( MORSE_Complex64_t bump, MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -191,7 +193,8 @@ int MORSE_zplgsy_Tile( MORSE_Complex64_t bump, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 707469c9e..45e141e11 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -126,7 +127,8 @@ int MORSE_zplrnt( int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -181,7 +183,8 @@ int MORSE_zplrnt_Tile( MORSE_desc_t *A,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zposv.c b/compute/zposv.c
index b0c9cb25d..c68079422 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -179,7 +180,8 @@ int MORSE_zposv(MORSE_enum uplo, int N, int NRHS,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -251,7 +253,8 @@ int MORSE_zposv_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index e69c04b86..0a04fbe34 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -152,7 +153,8 @@ int MORSE_zpotrf(MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -219,7 +221,8 @@ int MORSE_zpotrf_Tile(MORSE_enum uplo, MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 5581e0274..17cccb8ef 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -142,7 +143,8 @@ int MORSE_zpotri(MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -207,7 +209,8 @@ int MORSE_zpotri_Tile(MORSE_enum uplo, MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index c779d47c6..6fda215ad 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -160,7 +161,8 @@ int MORSE_zpotrimm(MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -225,7 +227,8 @@ int MORSE_zpotrimm_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index 13309e1c5..8f07ca355 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -163,7 +164,8 @@ int MORSE_zpotrs(MORSE_enum uplo, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -226,7 +228,8 @@ int MORSE_zpotrs_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 3bd567a9e..2f8a36c51 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -210,7 +211,8 @@ int MORSE_zsymm(MORSE_enum side, MORSE_enum uplo, int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -294,7 +296,8 @@ int MORSE_zsymm_Tile(MORSE_enum side, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index bc098a162..09faf804e 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -214,7 +215,8 @@ int MORSE_zsyr2k(MORSE_enum uplo, MORSE_enum trans, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -293,7 +295,8 @@ int MORSE_zsyr2k_Tile(MORSE_enum uplo, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 3623506f2..0c08e3222 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -194,7 +195,8 @@ int MORSE_zsyrk(MORSE_enum uplo, MORSE_enum trans, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -268,7 +270,8 @@ int MORSE_zsyrk_Tile(MORSE_enum uplo, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsysv.c b/compute/zsysv.c
index db51e5c51..a729ee7a7 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -31,7 +31,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -176,7 +177,8 @@ int MORSE_zsysv(MORSE_enum uplo, int N, int NRHS,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -244,7 +246,8 @@ int MORSE_zsysv_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index c157d1248..07070bbe6 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -25,7 +25,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -147,7 +148,8 @@ int MORSE_zsytrf(MORSE_enum uplo, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -208,7 +210,8 @@ int MORSE_zsytrf_Tile(MORSE_enum uplo, MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 508d404c6..bd2c37185 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -31,7 +31,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -162,7 +163,8 @@ int MORSE_zsytrs(MORSE_enum uplo, int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -222,7 +224,8 @@ int MORSE_zsytrs_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztile.c b/compute/ztile.c
index 5d95c523d..1bba015dd 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/*******************************************************************************
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -90,7 +91,8 @@ int MORSE_zLapack_to_Tile(MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *A)
     return status;
 }
 
-/*******************************************************************************
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
@@ -152,7 +154,8 @@ int MORSE_zLapack_to_Tile_Async(MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -214,7 +217,8 @@ int MORSE_zTile_to_Lapack(MORSE_desc_t *A, MORSE_Complex64_t *Af77, int LDA)
     return status;
 }
 
-/*******************************************************************************
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztradd.c b/compute/ztradd.c
index d35eb823c..5c4663a23 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -26,7 +26,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -194,7 +195,8 @@ int MORSE_ztradd(MORSE_enum uplo, MORSE_enum trans, int M, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -272,7 +274,8 @@ int MORSE_ztradd_Tile(MORSE_enum uplo, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index 17e5d4403..0758498bd 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -207,7 +208,8 @@ int MORSE_ztrmm(MORSE_enum side, MORSE_enum uplo,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -294,7 +296,8 @@ int MORSE_ztrmm_Tile(MORSE_enum side, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index 5a6b21980..b43e550cf 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -205,7 +206,8 @@ int MORSE_ztrsm(MORSE_enum side, MORSE_enum uplo,
     morse_sequence_destroy(morse, sequence);
     return status;
 }
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -292,7 +294,8 @@ int MORSE_ztrsm_Tile(MORSE_enum side, MORSE_enum uplo,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index 86ef9bb4d..668c267a5 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -29,7 +29,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -160,7 +161,8 @@ int MORSE_ztrsmpl(int N, int NRHS,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -221,7 +223,8 @@ int MORSE_ztrsmpl_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 28cab09ef..6e13d21b5 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -28,7 +28,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -154,7 +155,8 @@ int MORSE_ztrtri(MORSE_enum uplo, MORSE_enum diag, int N,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -226,7 +228,8 @@ int MORSE_ztrtri_Tile(MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zunglq.c b/compute/zunglq.c
index 0ee4758b6..cb32b7a1e 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -30,7 +30,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -166,7 +167,8 @@ int MORSE_zunglq(int M, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -223,7 +225,8 @@ int MORSE_zunglq_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 122b1b911..e29151b14 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -30,7 +30,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -165,7 +166,8 @@ int MORSE_zungqr(int M, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -222,7 +224,8 @@ int MORSE_zungqr_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q)
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index a32d60367..320ed0727 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -30,7 +30,8 @@
  **/
 #include "control/common.h"
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t
  *
@@ -207,7 +208,8 @@ int MORSE_zunmqr(MORSE_enum side, MORSE_enum trans, int M, int N, int K,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile
  *
@@ -280,7 +282,8 @@ int MORSE_zunmqr_Tile(MORSE_enum side, MORSE_enum trans,
     return status;
 }
 
-/***************************************************************************//**
+/**
+ ********************************************************************************
  *
  * @ingroup MORSE_Complex64_t_Tile_Async
  *
-- 
GitLab