From f6a78e96f93a2258028e654e0ac19ae61377c344 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 18:42:59 +0100
Subject: [PATCH] Update @brief description in coreblas/include

---
 coreblas/include/coreblas.h                  | 2 +-
 coreblas/include/coreblas/coreblas_z.h       | 2 +-
 coreblas/include/coreblas/coreblas_zc.h      | 2 +-
 coreblas/include/coreblas/lapacke.h          | 4 ++++
 coreblas/include/coreblas/lapacke_config.h   | 4 ++++
 coreblas/include/coreblas/lapacke_mangling.h | 4 ++++
 6 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 4415b96fc..5b626aa5d 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- * @brief Chameleon auxiliary routines
+ * @brief Chameleon CPU kernel main header
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index a3b5e3f65..ac774bfb1 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- * @brief Chameleon auxiliary routines
+ * @brief Chameleon CPU MORSE_Complex64_t kernels header
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 7d8244db3..097b1708e 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- * @brief Chameleon auxiliary routines
+ * @brief Chameleon CPU complex mixed precision kernels header
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/include/coreblas/lapacke.h b/coreblas/include/coreblas/lapacke.h
index 6b57f6c46..9fe8bef2f 100644
--- a/coreblas/include/coreblas/lapacke.h
+++ b/coreblas/include/coreblas/lapacke.h
@@ -7,6 +7,10 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon lapacke header
+ *
  * @version 1.0.0
  *
  **/
diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h
index a3088df1f..5c274e306 100644
--- a/coreblas/include/coreblas/lapacke_config.h
+++ b/coreblas/include/coreblas/lapacke_config.h
@@ -7,6 +7,10 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon lapacke configuration header
+ *
  * @version 1.0.0
  *
  **/
diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h
index 514c87d1e..6a9051df8 100644
--- a/coreblas/include/coreblas/lapacke_mangling.h
+++ b/coreblas/include/coreblas/lapacke_mangling.h
@@ -7,6 +7,10 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon lapacke mangling header
+ *
  * @version 1.0.0
  *
  **/
-- 
GitLab