From 108948e1ba77e9ab746c69c3794b32d1438e52fe Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 19:30:02 +0100
Subject: [PATCH] Update @brief in runtimes

---
 runtime/parsec/control/runtime_async.c      | 4 ++++
 runtime/parsec/control/runtime_context.c    | 4 ++++
 runtime/parsec/control/runtime_control.c    | 4 ++++
 runtime/parsec/control/runtime_descriptor.c | 4 ++++
 runtime/parsec/control/runtime_options.c    | 4 ++++
 runtime/parsec/control/runtime_profiling.c  | 4 ++++
 runtime/parsec/control/runtime_zlocality.c  | 4 ++++
 runtime/parsec/control/runtime_zprofiling.c | 4 ++++
 runtime/parsec/include/chameleon_parsec.h   | 7 +++++++
 runtime/quark/control/runtime_async.c       | 4 +++-
 runtime/quark/control/runtime_context.c     | 4 +++-
 runtime/quark/control/runtime_control.c     | 4 +++-
 runtime/quark/control/runtime_descriptor.c  | 4 +++-
 runtime/quark/control/runtime_options.c     | 4 +++-
 runtime/quark/control/runtime_profiling.c   | 4 +++-
 runtime/quark/control/runtime_zlocality.c   | 4 +++-
 runtime/quark/control/runtime_zprofiling.c  | 4 +++-
 runtime/quark/include/chameleon_quark.h     | 2 +-
 runtime/quark/include/core_blas_dag.h       | 2 +-
 19 files changed, 65 insertions(+), 10 deletions(-)

diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c
index 38ed05224..43981f9d6 100644
--- a/runtime/parsec/control/runtime_async.c
+++ b/runtime/parsec/control/runtime_async.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC asynchronous routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c
index 8e3b7cc2d..4a66c19f3 100644
--- a/runtime/parsec/control/runtime_context.c
+++ b/runtime/parsec/control/runtime_context.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC context routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c
index c5ca9d871..95eeb3701 100644
--- a/runtime/parsec/control/runtime_control.c
+++ b/runtime/parsec/control/runtime_control.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC control routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index b3f66b379..6aa19fbb0 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC descriptor routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c
index 1894e8d1c..374e5d74f 100644
--- a/runtime/parsec/control/runtime_options.c
+++ b/runtime/parsec/control/runtime_options.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC options routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c
index c45210934..8147e49ee 100644
--- a/runtime/parsec/control/runtime_profiling.c
+++ b/runtime/parsec/control/runtime_profiling.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC profiling routines
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c
index 05ae71d86..71ac488ba 100644
--- a/runtime/parsec/control/runtime_zlocality.c
+++ b/runtime/parsec/control/runtime_zlocality.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC MORSE_Complex64_t kernel locality management
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c
index 0d23cc456..42db58aed 100644
--- a/runtime/parsec/control/runtime_zprofiling.c
+++ b/runtime/parsec/control/runtime_zprofiling.c
@@ -7,6 +7,10 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC MORSE_Complex64_t kernel progiling
+ *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index 165f23c19..367bdde50 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -7,7 +7,14 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @brief Chameleon PaRSEC runtime header
+ *
  * @version 1.0.0
+ * @author Mathieu Faverge
+ * @author Reazul Hoque
+ * @date 2018-02-06
  *
  **/
 #ifndef _MORSE_PARSEC_H_
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index d1b831009..1c1247c5e 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon async routines
+ ***
+ *
+ * @brief Chameleon Quark asynchronous routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c
index a434cd829..cb552f122 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon auxiliary routines
+ ***
+ *
+ * @brief Chameleon Quark context routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index 8c7616ae3..3f541cc1b 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon auxiliary routines
+ ***
+ *
+ * @brief Chameleon Quark control routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index bb294f3a4..7dfddf61e 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon auxiliary routines
+ ***
+ *
+ * @brief Chameleon Quark descriptor routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index 4976b1515..88f7ba73e 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon auxiliary routines
+ ***
+ *
+ * @brief Chameleon Quark options routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index da7663043..ab4e5e894 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon auxiliary routines
+ ***
+ *
+ * @brief Chameleon Quark profiling routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index 84c4cdaba..38a92b78f 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon codelets kernel
+ ***
+ *
+ * @brief Chameleon Quark MORSE_Complex64_t kernel locality management
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index 8f3a590a1..e59ba01ca 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -7,7 +7,9 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @brief Chameleon codelets kernel
+ ***
+ *
+ * @brief Chameleon Quark MORSE_Complex64_t kernel progiling
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index d819c3413..90c221218 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- * @brief Chameleon codelets kernel
+ * @brief Chameleon Quark runtime main header
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index d9e0bb0c1..a375eaa19 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- * @brief Chameleon auxiliary routines
+ * @brief Chameleon Quark DAG generation header
  *
  * @version 1.0.0
  * @author Mathieu Faverge
-- 
GitLab