From 8e6789150741dedcc4490c0b47e21dc5d8088e61 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 01:55:58 +0100
Subject: [PATCH] Replace the MORSE/PLASMA line by a Chameleon @brief

---
 compute/pzbuild.c                                |  2 +-
 compute/pzgebrd_ge2gb.c                          |  2 +-
 compute/pzgelqf.c                                |  2 +-
 compute/pzgelqf_param.c                          |  2 +-
 compute/pzgelqfrh.c                              |  2 +-
 compute/pzgemm.c                                 |  2 +-
 compute/pzgeqrf.c                                |  2 +-
 compute/pzgeqrf_param.c                          |  2 +-
 compute/pzgeqrfrh.c                              |  2 +-
 compute/pzgetrf_incpiv.c                         |  2 +-
 compute/pzgetrf_nopiv.c                          |  2 +-
 compute/pzhemm.c                                 |  2 +-
 compute/pzher2k.c                                |  2 +-
 compute/pzherk.c                                 |  2 +-
 compute/pzhetrd_he2hb.c                          |  2 +-
 compute/pzlacpy.c                                |  2 +-
 compute/pzlag2c.c                                |  2 +-
 compute/pzlange.c                                |  2 +-
 compute/pzlanhe.c                                |  2 +-
 compute/pzlansy.c                                |  2 +-
 compute/pzlantr.c                                |  2 +-
 compute/pzlascal.c                               |  2 +-
 compute/pzlaset.c                                |  2 +-
 compute/pzlaset2.c                               |  2 +-
 compute/pzlauum.c                                |  2 +-
 compute/pzplghe.c                                |  2 +-
 compute/pzplgsy.c                                |  2 +-
 compute/pzplrnt.c                                |  2 +-
 compute/pzpotrf.c                                |  2 +-
 compute/pzpotrimm.c                              |  2 +-
 compute/pzsymm.c                                 |  2 +-
 compute/pzsyr2k.c                                |  2 +-
 compute/pzsyrk.c                                 |  2 +-
 compute/pzsytrf.c                                |  2 +-
 compute/pztile2band.c                            |  2 +-
 compute/pztpgqrt.c                               |  2 +-
 compute/pztpqrt.c                                |  2 +-
 compute/pztradd.c                                |  2 +-
 compute/pztrmm.c                                 |  2 +-
 compute/pztrsm.c                                 |  2 +-
 compute/pztrsmpl.c                               |  2 +-
 compute/pztrtri.c                                |  2 +-
 compute/pzunglq.c                                |  2 +-
 compute/pzunglq_param.c                          |  2 +-
 compute/pzunglqrh.c                              |  2 +-
 compute/pzungqr.c                                |  2 +-
 compute/pzungqr_param.c                          |  2 +-
 compute/pzungqrrh.c                              |  2 +-
 compute/pzunmlq.c                                |  2 +-
 compute/pzunmlq_param.c                          |  2 +-
 compute/pzunmlqrh.c                              |  2 +-
 compute/pzunmqr.c                                |  2 +-
 compute/pzunmqr_param.c                          |  2 +-
 compute/pzunmqrrh.c                              |  2 +-
 compute/zbuild.c                                 |  2 +-
 compute/zgeadd.c                                 |  2 +-
 compute/zgelqf.c                                 |  2 +-
 compute/zgelqf_param.c                           |  2 +-
 compute/zgelqs.c                                 |  2 +-
 compute/zgelqs_param.c                           |  2 +-
 compute/zgels.c                                  |  2 +-
 compute/zgels_param.c                            |  2 +-
 compute/zgemm.c                                  |  2 +-
 compute/zgeqrf.c                                 |  2 +-
 compute/zgeqrf_param.c                           |  2 +-
 compute/zgeqrs.c                                 |  2 +-
 compute/zgeqrs_param.c                           |  2 +-
 compute/zgesv_incpiv.c                           |  2 +-
 compute/zgesv_nopiv.c                            |  3 +--
 compute/zgesvd.c                                 |  2 +-
 compute/zgetrf_incpiv.c                          |  2 +-
 compute/zgetrf_nopiv.c                           |  2 +-
 compute/zgetrs_incpiv.c                          |  2 +-
 compute/zgetrs_nopiv.c                           |  2 +-
 compute/zheevd.c                                 |  3 +--
 compute/zhemm.c                                  |  2 +-
 compute/zher2k.c                                 |  2 +-
 compute/zherk.c                                  |  2 +-
 compute/zhetrd.c                                 |  3 +--
 compute/zlacpy.c                                 |  2 +-
 compute/zlange.c                                 |  2 +-
 compute/zlanhe.c                                 |  2 +-
 compute/zlansy.c                                 |  2 +-
 compute/zlantr.c                                 |  2 +-
 compute/zlascal.c                                |  2 +-
 compute/zlaset.c                                 |  2 +-
 compute/zlauum.c                                 |  2 +-
 compute/zplghe.c                                 |  2 +-
 compute/zplgsy.c                                 |  2 +-
 compute/zplrnt.c                                 |  2 +-
 compute/zposv.c                                  |  2 +-
 compute/zpotrf.c                                 |  2 +-
 compute/zpotri.c                                 |  2 +-
 compute/zpotrimm.c                               |  2 +-
 compute/zpotrs.c                                 |  2 +-
 compute/zsymm.c                                  |  2 +-
 compute/zsyr2k.c                                 |  2 +-
 compute/zsyrk.c                                  |  2 +-
 compute/zsysv.c                                  |  2 +-
 compute/zsytrf.c                                 |  2 +-
 compute/zsytrs.c                                 |  2 +-
 compute/ztile.c                                  |  2 +-
 compute/ztpgqrt.c                                |  2 +-
 compute/ztpqrt.c                                 |  2 +-
 compute/ztradd.c                                 |  2 +-
 compute/ztrmm.c                                  |  2 +-
 compute/ztrsm.c                                  |  2 +-
 compute/ztrsmpl.c                                |  2 +-
 compute/ztrtri.c                                 |  2 +-
 compute/zunglq.c                                 |  2 +-
 compute/zunglq_param.c                           |  2 +-
 compute/zungqr.c                                 |  2 +-
 compute/zungqr_param.c                           |  2 +-
 compute/zunmlq.c                                 |  2 +-
 compute/zunmlq_param.c                           |  2 +-
 compute/zunmqr.c                                 |  2 +-
 compute/zunmqr_param.c                           |  2 +-
 control/async.c                                  |  2 +-
 control/auxiliary.c                              |  2 +-
 control/auxiliary.h                              |  2 +-
 control/common.h                                 |  3 +--
 control/compute_z.h                              |  2 +-
 control/context.c                                |  2 +-
 control/context.h                                |  2 +-
 control/control.c                                |  2 +-
 control/descriptor.c                             |  2 +-
 control/descriptor.h                             |  2 +-
 control/gkkleader.h                              |  2 +-
 control/global.h                                 |  2 +-
 control/morse_f77.c                              |  2 +-
 control/morse_f77.h                              |  2 +-
 control/morse_mf77.c                             |  2 +-
 control/morse_zf77.c                             |  4 ++--
 control/morsewinthread.c                         |  2 +-
 control/morsewinthread.h                         |  2 +-
 control/primes.h                                 |  2 +-
 control/tile.c                                   |  2 +-
 control/workspace.c                              |  2 +-
 control/workspace.h                              |  2 +-
 control/workspace_z.c                            |  2 +-
 coreblas/compute/core_dzasum.c                   |  2 +-
 coreblas/compute/core_zgeadd.c                   |  2 +-
 coreblas/compute/core_zgelqt.c                   |  2 +-
 coreblas/compute/core_zgemm.c                    |  2 +-
 coreblas/compute/core_zgeqrt.c                   |  2 +-
 coreblas/compute/core_zgesplit.c                 |  2 +-
 coreblas/compute/core_zgessm.c                   |  2 +-
 coreblas/compute/core_zgessq.c                   |  2 +-
 coreblas/compute/core_zgetf2_nopiv.c             |  2 +-
 coreblas/compute/core_zgetrf.c                   |  2 +-
 coreblas/compute/core_zgetrf_incpiv.c            |  2 +-
 coreblas/compute/core_zgetrf_nopiv.c             |  2 +-
 coreblas/compute/core_zhe2ge.c                   |  2 +-
 coreblas/compute/core_zhemm.c                    |  2 +-
 coreblas/compute/core_zher2k.c                   |  2 +-
 coreblas/compute/core_zherfb.c                   |  2 +-
 coreblas/compute/core_zherk.c                    |  2 +-
 coreblas/compute/core_zhessq.c                   |  2 +-
 coreblas/compute/core_zlacpy.c                   |  2 +-
 coreblas/compute/core_zlag2c.c                   |  2 +-
 coreblas/compute/core_zlange.c                   |  2 +-
 coreblas/compute/core_zlanhe.c                   |  2 +-
 coreblas/compute/core_zlansy.c                   |  2 +-
 coreblas/compute/core_zlantr.c                   |  2 +-
 coreblas/compute/core_zlascal.c                  |  2 +-
 coreblas/compute/core_zlaset.c                   |  2 +-
 coreblas/compute/core_zlaset2.c                  |  2 +-
 coreblas/compute/core_zlatro.c                   |  2 +-
 coreblas/compute/core_zlauum.c                   |  2 +-
 coreblas/compute/core_zpamm.c                    |  2 +-
 coreblas/compute/core_zparfb.c                   |  2 +-
 coreblas/compute/core_zpemv.c                    |  2 +-
 coreblas/compute/core_zplghe.c                   |  2 +-
 coreblas/compute/core_zplgsy.c                   |  2 +-
 coreblas/compute/core_zplrnt.c                   |  2 +-
 coreblas/compute/core_zpotrf.c                   |  2 +-
 coreblas/compute/core_zssssm.c                   |  2 +-
 coreblas/compute/core_zsymm.c                    |  2 +-
 coreblas/compute/core_zsyr2k.c                   |  2 +-
 coreblas/compute/core_zsyrk.c                    |  2 +-
 coreblas/compute/core_zsyssq.c                   |  2 +-
 coreblas/compute/core_zsytf2_nopiv.c             |  2 +-
 coreblas/compute/core_ztplqt.c                   |  2 +-
 coreblas/compute/core_ztpmlqt.c                  |  2 +-
 coreblas/compute/core_ztpmqrt.c                  |  2 +-
 coreblas/compute/core_ztpqrt.c                   |  2 +-
 coreblas/compute/core_ztradd.c                   |  2 +-
 coreblas/compute/core_ztrasm.c                   |  2 +-
 coreblas/compute/core_ztrmm.c                    |  2 +-
 coreblas/compute/core_ztrsm.c                    |  2 +-
 coreblas/compute/core_ztrssq.c                   |  2 +-
 coreblas/compute/core_ztrtri.c                   |  2 +-
 coreblas/compute/core_ztslqt.c                   |  2 +-
 coreblas/compute/core_ztsmlq.c                   |  2 +-
 coreblas/compute/core_ztsmlq_hetra1.c            |  2 +-
 coreblas/compute/core_ztsmqr.c                   |  2 +-
 coreblas/compute/core_ztsmqr_hetra1.c            |  2 +-
 coreblas/compute/core_ztsqrt.c                   |  2 +-
 coreblas/compute/core_ztstrf.c                   |  2 +-
 coreblas/compute/core_zttlqt.c                   |  2 +-
 coreblas/compute/core_zttmlq.c                   |  2 +-
 coreblas/compute/core_zttmqr.c                   |  2 +-
 coreblas/compute/core_zttqrt.c                   |  2 +-
 coreblas/compute/core_zunmlq.c                   |  2 +-
 coreblas/compute/core_zunmqr.c                   |  2 +-
 coreblas/compute/global.c                        |  2 +-
 coreblas/include/coreblas.h                      |  3 +--
 coreblas/include/coreblas/cblas.h                |  7 +------
 coreblas/include/coreblas/coreblas_z.h           |  2 +-
 coreblas/include/coreblas/coreblas_zc.h          |  2 +-
 cudablas/compute/cuda_zgeadd.c                   |  3 +--
 cudablas/compute/cuda_zgelqt.c                   |  3 +--
 cudablas/compute/cuda_zgemerge.c                 |  3 +--
 cudablas/compute/cuda_zgemm.c                    |  3 +--
 cudablas/compute/cuda_zgeqrt.c                   |  3 +--
 cudablas/compute/cuda_zgessm.c                   |  3 +--
 cudablas/compute/cuda_zgetrf.c                   |  3 +--
 cudablas/compute/cuda_zhemm.c                    |  3 +--
 cudablas/compute/cuda_zher2k.c                   |  3 +--
 cudablas/compute/cuda_zherfb.c                   |  3 +--
 cudablas/compute/cuda_zherk.c                    |  3 +--
 cudablas/compute/cuda_zlarfb.c                   |  3 +--
 cudablas/compute/cuda_zlauum.c                   |  3 +--
 cudablas/compute/cuda_zparfb.c                   |  3 +--
 cudablas/compute/cuda_zpotrf.c                   |  3 +--
 cudablas/compute/cuda_zssssm.c                   |  3 +--
 cudablas/compute/cuda_zsymm.c                    |  3 +--
 cudablas/compute/cuda_zsyr2k.c                   |  3 +--
 cudablas/compute/cuda_zsyrk.c                    |  3 +--
 cudablas/compute/cuda_ztpmqrt.c                  |  3 +--
 cudablas/compute/cuda_ztrmm.c                    |  3 +--
 cudablas/compute/cuda_ztrsm.c                    |  3 +--
 cudablas/compute/cuda_ztrtri.c                   |  3 +--
 cudablas/compute/cuda_ztslqt.c                   |  3 +--
 cudablas/compute/cuda_ztsmlq.c                   |  3 +--
 cudablas/compute/cuda_ztsmqr.c                   |  3 +--
 cudablas/compute/cuda_ztsqrt.c                   |  3 +--
 cudablas/compute/cuda_ztstrf.c                   |  3 +--
 cudablas/compute/cuda_zttmqr.c                   |  3 +--
 cudablas/compute/cuda_zunmlqt.c                  |  3 +--
 cudablas/compute/cuda_zunmqrt.c                  |  3 +--
 cudablas/compute/cudaglobal.c                    |  2 +-
 cudablas/include/cudablas.h                      |  3 +--
 cudablas/include/cudablas/cudablas_z.h           |  3 +--
 example/basic_zposv/basic_posv.h                 |  2 +-
 example/basic_zposv/posv_morse_functions.h       |  2 +-
 example/basic_zposv/posv_users_functions.h       |  2 +-
 example/basic_zposv/zposv_morse_functions.c      |  2 +-
 example/basic_zposv/zposv_users_functions.c      |  2 +-
 example/lapack_to_morse/lapack_to_morse.h        |  2 +-
 example/lapack_to_morse/step0.c                  |  2 +-
 example/lapack_to_morse/step0.h                  |  2 +-
 example/lapack_to_morse/step1.c                  |  2 +-
 example/lapack_to_morse/step1.h                  |  2 +-
 example/lapack_to_morse/step2.c                  |  2 +-
 example/lapack_to_morse/step2.h                  |  2 +-
 example/lapack_to_morse/step3.c                  |  2 +-
 example/lapack_to_morse/step3.h                  |  2 +-
 example/lapack_to_morse/step4.c                  |  2 +-
 example/lapack_to_morse/step4.h                  |  2 +-
 example/lapack_to_morse/step5.c                  |  2 +-
 example/lapack_to_morse/step5.h                  |  2 +-
 example/lapack_to_morse/step6.c                  |  2 +-
 example/lapack_to_morse/step6.h                  |  2 +-
 example/lapack_to_morse/step7.c                  |  2 +-
 example/lapack_to_morse/step7.h                  |  2 +-
 example/out_of_core/out_of_core.c                |  2 +-
 example/out_of_core/out_of_core.h                |  2 +-
 include/chameleon/chameleon_config.h.in          |  7 +++----
 include/chameleon/morse_constants.h              |  5 ++---
 include/chameleon/morse_kernels.h                |  3 +--
 include/chameleon/morse_simulate.h               |  3 +--
 include/chameleon/morse_struct.h                 |  3 +--
 include/chameleon/morse_tasks.h                  |  3 +--
 include/chameleon/morse_tasks_z.h                |  2 +-
 include/chameleon/morse_tasks_zc.h               |  2 +-
 include/chameleon/morse_types.h                  |  3 +--
 include/chameleon/morse_z.h                      |  2 +-
 include/chameleon/morse_zc.h                     |  2 +-
 include/morse.h                                  | 13 ++++++-------
 runtime/parsec/codelets/codelet_zasum.c          |  2 +-
 runtime/parsec/codelets/codelet_zaxpy.c          |  2 +-
 runtime/parsec/codelets/codelet_zbuild.c         |  2 +-
 runtime/parsec/codelets/codelet_zgeadd.c         |  2 +-
 runtime/parsec/codelets/codelet_zgelqt.c         |  2 +-
 runtime/parsec/codelets/codelet_zgemm.c          |  2 +-
 runtime/parsec/codelets/codelet_zgeqrt.c         |  2 +-
 runtime/parsec/codelets/codelet_zgessm.c         |  2 +-
 runtime/parsec/codelets/codelet_zgessq.c         |  2 +-
 runtime/parsec/codelets/codelet_zgetrf.c         |  2 +-
 runtime/parsec/codelets/codelet_zgetrf_incpiv.c  |  2 +-
 runtime/parsec/codelets/codelet_zgetrf_nopiv.c   |  2 +-
 runtime/parsec/codelets/codelet_zhe2ge.c         |  2 +-
 runtime/parsec/codelets/codelet_zhemm.c          |  2 +-
 runtime/parsec/codelets/codelet_zher2k.c         |  2 +-
 runtime/parsec/codelets/codelet_zherfb.c         |  2 +-
 runtime/parsec/codelets/codelet_zherk.c          |  2 +-
 runtime/parsec/codelets/codelet_zhessq.c         |  2 +-
 runtime/parsec/codelets/codelet_zlacpy.c         |  2 +-
 runtime/parsec/codelets/codelet_zlag2c.c         |  2 +-
 runtime/parsec/codelets/codelet_zlange.c         |  2 +-
 runtime/parsec/codelets/codelet_zlanhe.c         |  2 +-
 runtime/parsec/codelets/codelet_zlansy.c         |  2 +-
 runtime/parsec/codelets/codelet_zlantr.c         |  2 +-
 runtime/parsec/codelets/codelet_zlascal.c        |  2 +-
 runtime/parsec/codelets/codelet_zlaset.c         |  2 +-
 runtime/parsec/codelets/codelet_zlaset2.c        |  2 +-
 runtime/parsec/codelets/codelet_zlatro.c         |  2 +-
 runtime/parsec/codelets/codelet_zlauum.c         |  2 +-
 runtime/parsec/codelets/codelet_zpamm.c          |  2 +-
 runtime/parsec/codelets/codelet_zplghe.c         |  2 +-
 runtime/parsec/codelets/codelet_zplgsy.c         |  2 +-
 runtime/parsec/codelets/codelet_zplrnt.c         |  2 +-
 runtime/parsec/codelets/codelet_zplssq.c         |  2 +-
 runtime/parsec/codelets/codelet_zpotrf.c         |  2 +-
 runtime/parsec/codelets/codelet_zssssm.c         |  2 +-
 runtime/parsec/codelets/codelet_zsymm.c          |  2 +-
 runtime/parsec/codelets/codelet_zsyr2k.c         |  2 +-
 runtime/parsec/codelets/codelet_zsyrk.c          |  2 +-
 runtime/parsec/codelets/codelet_zsyssq.c         |  2 +-
 runtime/parsec/codelets/codelet_zsytrf_nopiv.c   |  2 +-
 runtime/parsec/codelets/codelet_ztile_zero.c     |  2 +-
 runtime/parsec/codelets/codelet_ztplqt.c         |  2 +-
 runtime/parsec/codelets/codelet_ztpmlqt.c        |  2 +-
 runtime/parsec/codelets/codelet_ztpmqrt.c        |  2 +-
 runtime/parsec/codelets/codelet_ztpqrt.c         |  2 +-
 runtime/parsec/codelets/codelet_ztradd.c         |  2 +-
 runtime/parsec/codelets/codelet_ztrasm.c         |  2 +-
 runtime/parsec/codelets/codelet_ztrmm.c          |  2 +-
 runtime/parsec/codelets/codelet_ztrsm.c          |  2 +-
 runtime/parsec/codelets/codelet_ztrssq.c         |  2 +-
 runtime/parsec/codelets/codelet_ztrtri.c         |  2 +-
 runtime/parsec/codelets/codelet_ztslqt.c         |  2 +-
 runtime/parsec/codelets/codelet_ztsmlq.c         |  2 +-
 runtime/parsec/codelets/codelet_ztsmlq_hetra1.c  |  2 +-
 runtime/parsec/codelets/codelet_ztsmqr.c         |  2 +-
 runtime/parsec/codelets/codelet_ztsmqr_hetra1.c  |  2 +-
 runtime/parsec/codelets/codelet_ztsqrt.c         |  2 +-
 runtime/parsec/codelets/codelet_ztstrf.c         |  2 +-
 runtime/parsec/codelets/codelet_zttlqt.c         |  2 +-
 runtime/parsec/codelets/codelet_zttmlq.c         |  2 +-
 runtime/parsec/codelets/codelet_zttmqr.c         |  2 +-
 runtime/parsec/codelets/codelet_zttqrt.c         |  2 +-
 runtime/parsec/codelets/codelet_zunmlq.c         |  2 +-
 runtime/parsec/codelets/codelet_zunmqr.c         |  2 +-
 runtime/quark/codelets/codelet_zasum.c           |  2 +-
 runtime/quark/codelets/codelet_zaxpy.c           |  2 +-
 runtime/quark/codelets/codelet_zbuild.c          |  2 +-
 runtime/quark/codelets/codelet_zgeadd.c          |  2 +-
 runtime/quark/codelets/codelet_zgelqt.c          |  2 +-
 runtime/quark/codelets/codelet_zgemm.c           |  2 +-
 runtime/quark/codelets/codelet_zgeqrt.c          |  2 +-
 runtime/quark/codelets/codelet_zgessm.c          |  2 +-
 runtime/quark/codelets/codelet_zgessq.c          |  2 +-
 runtime/quark/codelets/codelet_zgetrf.c          |  2 +-
 runtime/quark/codelets/codelet_zgetrf_incpiv.c   |  2 +-
 runtime/quark/codelets/codelet_zgetrf_nopiv.c    |  2 +-
 runtime/quark/codelets/codelet_zhe2ge.c          |  2 +-
 runtime/quark/codelets/codelet_zhemm.c           |  2 +-
 runtime/quark/codelets/codelet_zher2k.c          |  2 +-
 runtime/quark/codelets/codelet_zherfb.c          |  2 +-
 runtime/quark/codelets/codelet_zherk.c           |  2 +-
 runtime/quark/codelets/codelet_zhessq.c          |  2 +-
 runtime/quark/codelets/codelet_zlacpy.c          |  2 +-
 runtime/quark/codelets/codelet_zlag2c.c          |  2 +-
 runtime/quark/codelets/codelet_zlange.c          |  2 +-
 runtime/quark/codelets/codelet_zlanhe.c          |  2 +-
 runtime/quark/codelets/codelet_zlansy.c          |  2 +-
 runtime/quark/codelets/codelet_zlantr.c          |  2 +-
 runtime/quark/codelets/codelet_zlascal.c         |  2 +-
 runtime/quark/codelets/codelet_zlaset.c          |  2 +-
 runtime/quark/codelets/codelet_zlaset2.c         |  2 +-
 runtime/quark/codelets/codelet_zlatro.c          |  2 +-
 runtime/quark/codelets/codelet_zlauum.c          |  2 +-
 runtime/quark/codelets/codelet_zpamm.c           |  2 +-
 runtime/quark/codelets/codelet_zplghe.c          |  2 +-
 runtime/quark/codelets/codelet_zplgsy.c          |  2 +-
 runtime/quark/codelets/codelet_zplrnt.c          |  2 +-
 runtime/quark/codelets/codelet_zplssq.c          |  2 +-
 runtime/quark/codelets/codelet_zpotrf.c          |  2 +-
 runtime/quark/codelets/codelet_zssssm.c          |  2 +-
 runtime/quark/codelets/codelet_zsymm.c           |  2 +-
 runtime/quark/codelets/codelet_zsyr2k.c          |  2 +-
 runtime/quark/codelets/codelet_zsyrk.c           |  2 +-
 runtime/quark/codelets/codelet_zsyssq.c          |  2 +-
 runtime/quark/codelets/codelet_zsytrf_nopiv.c    |  2 +-
 runtime/quark/codelets/codelet_ztile_zero.c      |  2 +-
 runtime/quark/codelets/codelet_ztplqt.c          |  2 +-
 runtime/quark/codelets/codelet_ztpmlqt.c         |  2 +-
 runtime/quark/codelets/codelet_ztpmqrt.c         |  2 +-
 runtime/quark/codelets/codelet_ztpqrt.c          |  2 +-
 runtime/quark/codelets/codelet_ztradd.c          |  2 +-
 runtime/quark/codelets/codelet_ztrasm.c          |  2 +-
 runtime/quark/codelets/codelet_ztrmm.c           |  2 +-
 runtime/quark/codelets/codelet_ztrsm.c           |  2 +-
 runtime/quark/codelets/codelet_ztrssq.c          |  2 +-
 runtime/quark/codelets/codelet_ztrtri.c          |  2 +-
 runtime/quark/codelets/codelet_ztslqt.c          |  2 +-
 runtime/quark/codelets/codelet_ztsmlq.c          |  2 +-
 runtime/quark/codelets/codelet_ztsmlq_hetra1.c   |  2 +-
 runtime/quark/codelets/codelet_ztsmqr.c          |  2 +-
 runtime/quark/codelets/codelet_ztsmqr_hetra1.c   |  2 +-
 runtime/quark/codelets/codelet_ztsqrt.c          |  2 +-
 runtime/quark/codelets/codelet_ztstrf.c          |  2 +-
 runtime/quark/codelets/codelet_zttlqt.c          |  2 +-
 runtime/quark/codelets/codelet_zttmlq.c          |  2 +-
 runtime/quark/codelets/codelet_zttmqr.c          |  2 +-
 runtime/quark/codelets/codelet_zttqrt.c          |  2 +-
 runtime/quark/codelets/codelet_zunmlq.c          |  2 +-
 runtime/quark/codelets/codelet_zunmqr.c          |  2 +-
 runtime/quark/control/runtime_async.c            |  2 +-
 runtime/quark/control/runtime_context.c          |  2 +-
 runtime/quark/control/runtime_control.c          |  2 +-
 runtime/quark/control/runtime_descriptor.c       |  2 +-
 runtime/quark/control/runtime_options.c          |  2 +-
 runtime/quark/control/runtime_profiling.c        |  2 +-
 runtime/quark/control/runtime_zlocality.c        |  3 +--
 runtime/quark/control/runtime_zprofiling.c       |  3 +--
 runtime/quark/include/chameleon_quark.h          |  3 +--
 runtime/quark/include/core_blas_dag.h            |  2 +-
 runtime/starpu/codelets/codelet_zasum.c          |  2 +-
 runtime/starpu/codelets/codelet_zaxpy.c          |  2 +-
 runtime/starpu/codelets/codelet_zbuild.c         |  2 +-
 runtime/starpu/codelets/codelet_zcallback.c      |  3 +--
 runtime/starpu/codelets/codelet_zgeadd.c         |  2 +-
 runtime/starpu/codelets/codelet_zgelqt.c         |  2 +-
 runtime/starpu/codelets/codelet_zgemm.c          |  2 +-
 runtime/starpu/codelets/codelet_zgeqrt.c         |  2 +-
 runtime/starpu/codelets/codelet_zgessm.c         |  2 +-
 runtime/starpu/codelets/codelet_zgessq.c         |  2 +-
 runtime/starpu/codelets/codelet_zgetrf.c         |  2 +-
 runtime/starpu/codelets/codelet_zgetrf_incpiv.c  |  2 +-
 runtime/starpu/codelets/codelet_zgetrf_nopiv.c   |  2 +-
 runtime/starpu/codelets/codelet_zhe2ge.c         |  2 +-
 runtime/starpu/codelets/codelet_zhemm.c          |  2 +-
 runtime/starpu/codelets/codelet_zher2k.c         |  2 +-
 runtime/starpu/codelets/codelet_zherfb.c         |  2 +-
 runtime/starpu/codelets/codelet_zherk.c          |  2 +-
 runtime/starpu/codelets/codelet_zhessq.c         |  2 +-
 runtime/starpu/codelets/codelet_zlacpy.c         |  2 +-
 runtime/starpu/codelets/codelet_zlag2c.c         |  2 +-
 runtime/starpu/codelets/codelet_zlange.c         |  2 +-
 runtime/starpu/codelets/codelet_zlanhe.c         |  2 +-
 runtime/starpu/codelets/codelet_zlansy.c         |  2 +-
 runtime/starpu/codelets/codelet_zlantr.c         |  2 +-
 runtime/starpu/codelets/codelet_zlascal.c        |  2 +-
 runtime/starpu/codelets/codelet_zlaset.c         |  2 +-
 runtime/starpu/codelets/codelet_zlaset2.c        |  2 +-
 runtime/starpu/codelets/codelet_zlatro.c         |  2 +-
 runtime/starpu/codelets/codelet_zlauum.c         |  2 +-
 runtime/starpu/codelets/codelet_zplghe.c         |  2 +-
 runtime/starpu/codelets/codelet_zplgsy.c         |  2 +-
 runtime/starpu/codelets/codelet_zplrnt.c         |  2 +-
 runtime/starpu/codelets/codelet_zplssq.c         |  2 +-
 runtime/starpu/codelets/codelet_zpotrf.c         |  2 +-
 runtime/starpu/codelets/codelet_zssssm.c         |  2 +-
 runtime/starpu/codelets/codelet_zsymm.c          |  2 +-
 runtime/starpu/codelets/codelet_zsyr2k.c         |  2 +-
 runtime/starpu/codelets/codelet_zsyrk.c          |  2 +-
 runtime/starpu/codelets/codelet_zsyssq.c         |  2 +-
 runtime/starpu/codelets/codelet_zsytrf_nopiv.c   |  2 +-
 runtime/starpu/codelets/codelet_ztile_zero.c     |  2 +-
 runtime/starpu/codelets/codelet_ztplqt.c         |  2 +-
 runtime/starpu/codelets/codelet_ztpmlqt.c        |  2 +-
 runtime/starpu/codelets/codelet_ztpmqrt.c        |  2 +-
 runtime/starpu/codelets/codelet_ztpqrt.c         |  2 +-
 runtime/starpu/codelets/codelet_ztradd.c         |  2 +-
 runtime/starpu/codelets/codelet_ztrasm.c         |  2 +-
 runtime/starpu/codelets/codelet_ztrmm.c          |  2 +-
 runtime/starpu/codelets/codelet_ztrsm.c          |  2 +-
 runtime/starpu/codelets/codelet_ztrssq.c         |  2 +-
 runtime/starpu/codelets/codelet_ztrtri.c         |  2 +-
 runtime/starpu/codelets/codelet_ztslqt.c         |  2 +-
 runtime/starpu/codelets/codelet_ztsmlq.c         |  2 +-
 runtime/starpu/codelets/codelet_ztsmlq_hetra1.c  |  2 +-
 runtime/starpu/codelets/codelet_ztsmqr.c         |  2 +-
 runtime/starpu/codelets/codelet_ztsmqr_hetra1.c  |  2 +-
 runtime/starpu/codelets/codelet_ztsqrt.c         |  2 +-
 runtime/starpu/codelets/codelet_ztstrf.c         |  2 +-
 runtime/starpu/codelets/codelet_zttlqt.c         |  2 +-
 runtime/starpu/codelets/codelet_zttmlq.c         |  2 +-
 runtime/starpu/codelets/codelet_zttmqr.c         |  2 +-
 runtime/starpu/codelets/codelet_zttqrt.c         |  2 +-
 runtime/starpu/codelets/codelet_zunmlq.c         |  2 +-
 runtime/starpu/codelets/codelet_zunmqr.c         |  2 +-
 runtime/starpu/control/runtime_async.c           |  2 +-
 runtime/starpu/control/runtime_context.c         |  2 +-
 runtime/starpu/control/runtime_control.c         |  2 +-
 runtime/starpu/control/runtime_descriptor.c      |  2 +-
 runtime/starpu/control/runtime_options.c         |  2 +-
 runtime/starpu/control/runtime_profiling.c       |  2 +-
 runtime/starpu/control/runtime_workspace.c       |  3 +--
 runtime/starpu/control/runtime_zlocality.c       |  3 +--
 runtime/starpu/control/runtime_zprofiling.c      |  3 +--
 runtime/starpu/include/chameleon_starpu.h.in     |  3 +--
 runtime/starpu/include/runtime_codelet_profile.h |  3 +--
 runtime/starpu/include/runtime_codelet_z.h       |  3 +--
 runtime/starpu/include/runtime_codelets.h        |  3 +--
 runtime/starpu/include/runtime_profiling.h       |  3 +--
 runtime/starpu/include/runtime_workspace.h       |  3 +--
 testing/testing_zauxiliary.c                     |  2 +-
 testing/testing_zauxiliary.h                     |  2 +-
 testing/testing_zgeadd.c                         |  2 +-
 testing/testing_zgels.c                          |  2 +-
 testing/testing_zgels_hqr.c                      |  2 +-
 testing/testing_zgels_systolic.c                 |  2 +-
 testing/testing_zgemm.c                          |  2 +-
 testing/testing_zgeqrf_qdwh.c                    |  2 +-
 testing/testing_zgesv_incpiv.c                   |  2 +-
 testing/testing_zgesvd.c                         |  2 +-
 testing/testing_zheevd.c                         |  2 +-
 testing/testing_zhemm.c                          |  2 +-
 testing/testing_zher2k.c                         |  2 +-
 testing/testing_zherk.c                          |  2 +-
 testing/testing_zlange.c                         |  2 +-
 testing/testing_zpemv.c                          |  2 +-
 testing/testing_zposv.c                          |  2 +-
 testing/testing_zpotri.c                         |  2 +-
 testing/testing_zsymm.c                          |  2 +-
 testing/testing_zsyr2k.c                         |  2 +-
 testing/testing_zsyrk.c                          |  2 +-
 testing/testing_ztrmm.c                          |  2 +-
 testing/testing_ztrsm.c                          |  2 +-
 timing/timing.c                                  |  2 +-
 524 files changed, 533 insertions(+), 597 deletions(-)

diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index d794dc4dc..6ee2d11b3 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index f14a093a3..a6cbd8e4a 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index 0709b227f..0df51d799 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 3e564ec56..43098d918 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index e8f235621..000c6e0e7 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index 1ab140ecb..086cf9b06 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 1da8987cc..786791432 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index fdc269fff..698672268 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 19c4a0115..d7c2e819f 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 0dde5b5b7..c604c01c3 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index 22528ce4e..3e1f2a081 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 80632c0fc..4429995dd 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index 669438a50..59029e9ce 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzherk.c b/compute/pzherk.c
index 2173fdd43..e31d16a71 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 4f5feed1b..fa222df2a 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index c0a9a6b29..9de3f2b15 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 8a9cce0c5..c787f0570 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 5f0ea1b21..f14ded693 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlanhe.c b/compute/pzlanhe.c
index 93684b102..c85ea78b1 100644
--- a/compute/pzlanhe.c
+++ b/compute/pzlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 449ca61fc..3f2a88626 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlantr.c b/compute/pzlantr.c
index 1e4be67fb..fb7776adc 100644
--- a/compute/pzlantr.c
+++ b/compute/pzlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index 0ced0fbbe..05007136b 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index 40c1621c7..41f5aa373 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index 187ed20b6..d19c77647 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index 3a58f7b2e..7cc4899e6 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index 374c36245..f2c3c091f 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file is a copy from pzplghe.c
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index 38e25b478..5d8254d07 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file is a copy of pzplgsy.c,
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index 09ce4721e..ea1b85ac3 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index ea579031d..261986db6 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index 30b77bc52..3c6c0d722 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index e08d62246..fe68ad653 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index d73bcc632..d86f18928 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index 9e3f96e55..19ea73e5c 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index c24e9350c..3b6c18316 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index 73d90368b..4a547e42e 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index 63e6f592e..a1b913644 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 29164d72f..812d8924c 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pztradd.c b/compute/pztradd.c
index 291b21744..7f4a1a198 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index 5681b285e..5453a46bc 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 036b618ec..184734c92 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index 5afaffd41..1ada53a70 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index 408792999..e23c5c868 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index af695fc1f..a762f6f7c 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 047cbca24..e73e59349 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index 65714de40..869695cb0 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index a55857844..2c041609e 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 1ef73f639..698669e33 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index 3c8222d56..c0a2ebca8 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index 97f73268b..1546291c3 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 605fcd844..78dd7a0cd 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index 20b54b463..5a811ba74 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index ee752ee76..38c8b583b 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index 1078bcb92..702de46a6 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index 732abc167..f30f49b8a 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zbuild.c b/compute/zbuild.c
index 42410f10f..1172d2dec 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index 5dec59606..dc0b126a3 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 5abb52f07..b2ea2783d 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c
index 7694f426f..d3174f014 100644
--- a/compute/zgelqf_param.c
+++ b/compute/zgelqf_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 7f1ef4ba6..0be8f92d0 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index 11691310d..55fd58886 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Raphael Boucherie
diff --git a/compute/zgels.c b/compute/zgels.c
index b88f69c22..a8722799d 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index 842b04682..44deb0b27 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Raphael Boucherie
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 8577858d8..0dd96ab7e 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index a3f9b1ba8..e0255b76b 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c
index ea883d04e..b3e090c82 100644
--- a/compute/zgeqrf_param.c
+++ b/compute/zgeqrf_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 51eea1dc7..4b4816feb 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index a24509e6c..1fb45b0ad 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index cd75cde2d..dad6a3625 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *  Release Date: November, 15th 2009
  *
  * @version 1.0.0
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index 8f9c1a4c9..abee8904e 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
- *  Release Date: November, 15th 2009
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index 96218649c..0e376cabe 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Gregoire Pichon
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index 10cac7eb8..72b1589e7 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 9ce7b9fe0..541722584 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index 992fd29df..8076f5575 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index 3c43c1b9c..37053fdda 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 21727fcc5..f7dc2329c 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  PLASMA computational routines
- *  Release Date: November, 15th 2009
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/zhemm.c b/compute/zhemm.c
index f08fdaf9d..5968f15cd 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zher2k.c b/compute/zher2k.c
index 19f36d4f5..e4ec6b056 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zherk.c b/compute/zherk.c
index 75106d803..b893c86e4 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index a62eeb7ab..9c4154707 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  PLASMA computational routines
- *  Release Date: November, 15th 2009
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index 1c960a6cc..aff5522e6 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlange.c b/compute/zlange.c
index 71b66b4c1..56670d5c5 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index 15edbae5c..6f9ce2cb6 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlansy.c b/compute/zlansy.c
index f2777bdf3..d90f94b62 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlantr.c b/compute/zlantr.c
index f8eb5281e..e3350e660 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 7a89c04a1..4f828cdb4 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/compute/zlaset.c b/compute/zlaset.c
index d81c3c44e..f44ab5f30 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 268fbeb17..8bd7483fb 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zplghe.c b/compute/zplghe.c
index cf705407d..d60df641d 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file is a copy of zplghe.c
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 4c197589f..e945a1743 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file is a copy of zplgsy.c,
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 3f568deec..ad97cbee3 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zposv.c b/compute/zposv.c
index 691aaf03b..49182b1c3 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index cd9277429..1656b90df 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 062f2492e..0ae5a9e08 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index e7b5eab29..7bf9e2cf9 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index ba075cc45..8b1500ca1 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 9ac021eb3..5bede70c1 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index 9a4769710..60b3051c1 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 76c4ac948..d7c97aa12 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsysv.c b/compute/zsysv.c
index 68345c322..0d1c7a0e6 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index 9e1d4e409..bd84b2276 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index c884faae3..74b5f456f 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztile.c b/compute/ztile.c
index aa605ae98..cd2cf855b 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 182b118fb..76407afba 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index e9dcadd74..6f87aa92d 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztradd.c b/compute/ztradd.c
index fa3810105..e06944d38 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index 9b4bbd463..add9a5daf 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index 71a26220f..eb292c26f 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index 8d7a3b8d3..9ebf43584 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 064fcaa88..4790c8e28 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunglq.c b/compute/zunglq.c
index 40fcef964..a9d8a0248 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index 194d65380..db0e82a75 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 8939cab32..390442c65 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c
index d02c81944..072f0be22 100644
--- a/compute/zungqr_param.c
+++ b/compute/zungqr_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index cd221fc2d..e1d3204b8 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index 72533e32e..b111c1294 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index 28851e19e..c2806ed33 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c
index f5e50c8d5..0c0c3c94b 100644
--- a/compute/zunmqr_param.c
+++ b/compute/zunmqr_param.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/async.c b/control/async.c
index b83bfe65c..aa25dfb12 100644
--- a/control/async.c
+++ b/control/async.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/auxiliary.c b/control/auxiliary.c
index 6432f75f7..950dfb0de 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/auxiliary.h b/control/auxiliary.h
index fc7e1d98c..9d6fb207b 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/common.h b/control/common.h
index e8a96ec04..d3601deac 100644
--- a/control/common.h
+++ b/control/common.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon common header file
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/compute_z.h b/control/compute_z.h
index b44235db1..55368f626 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/control/context.c b/control/context.c
index 998c3df55..3b9c6ed99 100644
--- a/control/context.c
+++ b/control/context.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/context.h b/control/context.h
index bd2cbde83..cf30f03b7 100644
--- a/control/context.h
+++ b/control/context.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/control.c b/control/control.c
index 2594cadfc..69044f9f5 100644
--- a/control/control.c
+++ b/control/control.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/descriptor.c b/control/descriptor.c
index bc5c518ba..da0e08351 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/descriptor.h b/control/descriptor.h
index 398a89873..42f8b265c 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/gkkleader.h b/control/gkkleader.h
index f854eeeef..ed299e54f 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE InPlaceTransformation module
+ * @brief Chameleon InPlaceTransformation module
  *
  *  This work is the implementation of an inplace transformation 
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
diff --git a/control/global.h b/control/global.h
index 53bac072d..359f39e9a 100644
--- a/control/global.h
+++ b/control/global.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/morse_f77.c b/control/morse_f77.c
index 56f449e91..acc2f80a4 100644
--- a/control/morse_f77.c
+++ b/control/morse_f77.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Bilel Hadri
diff --git a/control/morse_f77.h b/control/morse_f77.h
index 4bf69c334..65dd47a08 100644
--- a/control/morse_f77.h
+++ b/control/morse_f77.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE Fortran names
+ * @brief Chameleon Fortran names
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/control/morse_mf77.c b/control/morse_mf77.c
index 562299b06..7bd91faac 100644
--- a/control/morse_mf77.c
+++ b/control/morse_mf77.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE mixed-precision computational routines
+ * @brief Chameleon mixed-precision computational routines
  *
  * @version 1.0.0
  * @author Bilel Hadri
diff --git a/control/morse_zf77.c b/control/morse_zf77.c
index 1814ad869..f01952f58 100644
--- a/control/morse_zf77.c
+++ b/control/morse_zf77.c
@@ -9,12 +9,12 @@
  *
  ***
  *
- *  MORSE computational routines
- *  This file is automatically generated by tools/genf77interface.pl
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
+ * @comment This file is automatically generated by tools/genf77interface.pl
  * @author Bilel Hadri
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
diff --git a/control/morsewinthread.c b/control/morsewinthread.c
index 1a743aa05..90b92918b 100644
--- a/control/morsewinthread.c
+++ b/control/morsewinthread.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE thread routines
+ * @brief Chameleon thread routines
  *
  * @version 1.0.0
  * @author Piotr Luszczek
diff --git a/control/morsewinthread.h b/control/morsewinthread.h
index 073c80fdb..e094f0d30 100644
--- a/control/morsewinthread.h
+++ b/control/morsewinthread.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE thread routines
+ * @brief Chameleon thread routines
  *
  * @version 1.0.0
  * @author Piotr Luszczek
diff --git a/control/primes.h b/control/primes.h
index 7a0962ed8..a8c2b9e29 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE InPlaceTransformation module
+ * @brief Chameleon InPlaceTransformation module
  *
  *  This work is the implementation of an inplace transformation 
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
diff --git a/control/tile.c b/control/tile.c
index 3f4a9ba85..9ddba0a2b 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/workspace.c b/control/workspace.c
index 9d19c7b72..bcc6edd6d 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/workspace.h b/control/workspace.h
index df4bb0bcd..b603b287b 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/workspace_z.c b/control/workspace_z.c
index 8b828c474..fdbca6aea 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
index a31d1d797..a0e5dae88 100644
--- a/coreblas/compute/core_dzasum.c
+++ b/coreblas/compute/core_dzasum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 13f874e22..14939c468 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 74271fd08..3f9cf4b3f 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index 6c31cca9b..24f002afe 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index 2fc33f831..1fe719074 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index 5b4a7df6c..5392a2922 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index b9ee49d9a..2f6b93fd9 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
index 39fcdbccc..adcc1f279 100644
--- a/coreblas/compute/core_zgessq.c
+++ b/coreblas/compute/core_zgessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index 2d4b59cde..0fdce98fe 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index 5c811228d..28ca999b1 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index e1dc820b6..925997b78 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index b73b2ed18..dfbebfb14 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index 0652ce79c..68369936b 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index d48c6f3a1..5641270ce 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index 15664c1c9..8fdbe5a02 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index 905aeb2eb..76c18e91a 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index f25a1c3cf..004292a45 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
index 94fc38b10..cc232e8ef 100644
--- a/coreblas/compute/core_zhessq.c
+++ b/coreblas/compute/core_zhessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index 324cedf52..5d2b0ad0e 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index 41b1db195..502415a00 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
index c62f2c809..783091342 100644
--- a/coreblas/compute/core_zlange.c
+++ b/coreblas/compute/core_zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
index d3b93c24d..5202a1a7b 100644
--- a/coreblas/compute/core_zlanhe.c
+++ b/coreblas/compute/core_zlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
index ed4e6b4b6..80f7e9af5 100644
--- a/coreblas/compute/core_zlansy.c
+++ b/coreblas/compute/core_zlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
index 5f228aa01..64fcfe8bc 100644
--- a/coreblas/compute/core_zlantr.c
+++ b/coreblas/compute/core_zlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 092bed251..0d66e2cb7 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -10,7 +10,7 @@
  *
  ***
  *
- *  MORSE computational routines
+ * @brief Chameleon computational routines
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index db5df4bfd..1acc066b3 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index c0a59af0d..c174ee95b 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index aad2d4959..1b87035be 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index 1bd0eac84..4ef15abbd 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 7aa33c707..c452bf343 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index b4af12ff4..089b20516 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index 5890d8ac4..56ad9edac 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index b679b61c3..873fd8634 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index 05c9cb100..b4f7e05a8 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index 4679aed19..00e7b6652 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index 874d434a6..490202928 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index 26932a7bd..f08a5794a 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index b25397515..dd23f5b72 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index 82f8a143b..077d31853 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index e35a79ed9..9358d4d76 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
index 4a08e27b7..10f2b8237 100644
--- a/coreblas/compute/core_zsyssq.c
+++ b/coreblas/compute/core_zsyssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index ecb85b8fd..61eab7429 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index dc90dcf20..d261d4f3b 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index 98954859f..5f0da9efb 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index d330d357c..b5b1c2cbf 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 7373e4541..b73583b66 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index b434d7872..d4c4130b7 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
index ffcd6c9c4..0fee52574 100644
--- a/coreblas/compute/core_ztrasm.c
+++ b/coreblas/compute/core_ztrasm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index 14057ee7d..46060b922 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index 7c0d0ac94..575b797d9 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
index 4047cada9..6e993f13d 100644
--- a/coreblas/compute/core_ztrssq.c
+++ b/coreblas/compute/core_ztrssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index 326701765..41e7fa63f 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index 12e30a042..d1e007eb5 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index 263bf5381..9339eef29 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index f6920302f..8c6240375 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index faf8bf8b4..e6108e671 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index e5563dc8a..71d703421 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index 7122cc8a6..303bee359 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index 72f7bb3a8..15c6c25a5 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index 141530f5c..3d9ebb9a0 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index 372fc1161..d4126891a 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index e395718c4..81f814f7e 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -8,7 +8,7 @@
  *                      Univ. Bordeaux. All rights reserved.
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index 66350de5c..63a672e69 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 68b5f85f8..9daa9c860 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index 1e7e71a8b..5f6e4743b 100644
--- a/coreblas/compute/core_zunmqr.c
+++ b/coreblas/compute/core_zunmqr.c
@@ -10,7 +10,7 @@
  **/
  /**
  *
- *  PLASMA core_blas kernel
+ * @brief Chameleon core_blas kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index 5080f8590..fad3ff009 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 02bc85dd8..4415b96fc 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h
index 041213ed7..afa5483a9 100644
--- a/coreblas/include/coreblas/cblas.h
+++ b/coreblas/include/coreblas/cblas.h
@@ -9,12 +9,7 @@
  *
  ***
  *
- *  MORSE cblas header
- *  MORSE is a software package provided
- *    Inria Bordeaux Sud-Ouest,
- *    Univ. of Tennessee,
- *    Univ. of California Berkeley and
- *    Univ. of Colorado Denver.
+ * @brief Chameleon cblas header
  *
  * @version 1.0.0
  * @author Cedric Castagnede
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 2ef68a1ab..a3b5e3f65 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @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 24c6ee9b3..7d8244db3 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index 2e6331d99..627b06b9e 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index 52d9e3d61..2f0707968 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 5de0f2f62..2ea24a82e 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index b27b42b15..d355eaf68 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index 4f8ccacb5..79a9e1966 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index 7e9c7eb6c..ae23b95a6 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index e1d869bbc..d7460b34e 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 5d4d4b605..04f0b6841 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index 293425ff7..301d9e2a7 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index 5b50a6a3d..b5bbba1db 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index b9bcb7f21..607b54673 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index f2ed30f17..3beee2cf9 100644
--- a/cudablas/compute/cuda_zlarfb.c
+++ b/cudablas/compute/cuda_zlarfb.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * Code originated from MAGMA
  *
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index bfe58e40a..31f36ac53 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index 0bb1467a4..86b0a988c 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index 3563ec5d7..84c0b891f 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index 84e383871..4a89644ee 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index 8f8cdd4e4..ccb46d523 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index 80c0536ed..9cd6331ea 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index 72107bdd8..028d6a370 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index 250b22153..3a52860aa 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index d6f12cb79..506c6347e 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index 0d3f6cc05..42d7f5705 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index 280f87857..37593867b 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index 75fd22df9..5d5c7656a 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index 991204ca6..77bc718e6 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index cb285217f..b548670b5 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index b6e253d5f..695beb2fa 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index 9d595da72..2458d0e3b 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index 89707bb37..c1ab0d11a 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -8,8 +8,7 @@
  *                      Univ. Bordeaux. All rights reserved.
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index d218018e4..81d762571 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index 02607a63c..36671fce2 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 17f68edeb..2418d1ba7 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index 95468f9e7..ead30136b 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas headers
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas headers
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index 16e03944c..c45b519f4 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE cudablas headers
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cudablas headers
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/basic_zposv/basic_posv.h b/example/basic_zposv/basic_posv.h
index 9585ad507..a8eefdd5c 100644
--- a/example/basic_zposv/basic_posv.h
+++ b/example/basic_zposv/basic_posv.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/basic_zposv/posv_morse_functions.h b/example/basic_zposv/posv_morse_functions.h
index 7a02f38a3..63458858e 100644
--- a/example/basic_zposv/posv_morse_functions.h
+++ b/example/basic_zposv/posv_morse_functions.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/basic_zposv/posv_users_functions.h b/example/basic_zposv/posv_users_functions.h
index e71674d80..bdf7c1237 100644
--- a/example/basic_zposv/posv_users_functions.h
+++ b/example/basic_zposv/posv_users_functions.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/basic_zposv/zposv_morse_functions.c b/example/basic_zposv/zposv_morse_functions.c
index 16c3263f7..4620a47c6 100644
--- a/example/basic_zposv/zposv_morse_functions.c
+++ b/example/basic_zposv/zposv_morse_functions.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/basic_zposv/zposv_users_functions.c b/example/basic_zposv/zposv_users_functions.c
index 7bd3761c7..bbda5319f 100644
--- a/example/basic_zposv/zposv_users_functions.c
+++ b/example/basic_zposv/zposv_users_functions.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/lapack_to_morse.h b/example/lapack_to_morse/lapack_to_morse.h
index 0152bd1db..9c4ff120c 100644
--- a/example/lapack_to_morse/lapack_to_morse.h
+++ b/example/lapack_to_morse/lapack_to_morse.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step0.c b/example/lapack_to_morse/step0.c
index 1ad3f5843..16437c4f4 100644
--- a/example/lapack_to_morse/step0.c
+++ b/example/lapack_to_morse/step0.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h
index fb8551627..bf9e0809e 100644
--- a/example/lapack_to_morse/step0.h
+++ b/example/lapack_to_morse/step0.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step1.c b/example/lapack_to_morse/step1.c
index 330ebc886..d96b040df 100644
--- a/example/lapack_to_morse/step1.c
+++ b/example/lapack_to_morse/step1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step1.h b/example/lapack_to_morse/step1.h
index f7d20ff35..ab076850f 100644
--- a/example/lapack_to_morse/step1.h
+++ b/example/lapack_to_morse/step1.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step2.c b/example/lapack_to_morse/step2.c
index 4207c01c7..14bf3d248 100644
--- a/example/lapack_to_morse/step2.c
+++ b/example/lapack_to_morse/step2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step2.h b/example/lapack_to_morse/step2.h
index c2bcb79ce..5802d59a7 100644
--- a/example/lapack_to_morse/step2.h
+++ b/example/lapack_to_morse/step2.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step3.c b/example/lapack_to_morse/step3.c
index c4197937b..b7e7dabd2 100644
--- a/example/lapack_to_morse/step3.c
+++ b/example/lapack_to_morse/step3.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step3.h b/example/lapack_to_morse/step3.h
index 6a3830eb5..333b3ad88 100644
--- a/example/lapack_to_morse/step3.h
+++ b/example/lapack_to_morse/step3.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step4.c b/example/lapack_to_morse/step4.c
index c0a642b3b..b3aabae7f 100644
--- a/example/lapack_to_morse/step4.c
+++ b/example/lapack_to_morse/step4.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step4.h b/example/lapack_to_morse/step4.h
index 4f03a9b07..64837ea67 100644
--- a/example/lapack_to_morse/step4.h
+++ b/example/lapack_to_morse/step4.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step5.c b/example/lapack_to_morse/step5.c
index eeea1f1dc..3d5468dae 100644
--- a/example/lapack_to_morse/step5.c
+++ b/example/lapack_to_morse/step5.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step5.h b/example/lapack_to_morse/step5.h
index 2502e3c85..1af6a905a 100644
--- a/example/lapack_to_morse/step5.h
+++ b/example/lapack_to_morse/step5.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step6.c b/example/lapack_to_morse/step6.c
index 6658e5e03..9e6d1c32d 100644
--- a/example/lapack_to_morse/step6.c
+++ b/example/lapack_to_morse/step6.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step6.h b/example/lapack_to_morse/step6.h
index 68ad94bcd..e0972d689 100644
--- a/example/lapack_to_morse/step6.h
+++ b/example/lapack_to_morse/step6.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step7.c b/example/lapack_to_morse/step7.c
index 899f82218..c963bac25 100644
--- a/example/lapack_to_morse/step7.c
+++ b/example/lapack_to_morse/step7.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/lapack_to_morse/step7.h b/example/lapack_to_morse/step7.h
index 5ead74f19..acd4cc855 100644
--- a/example/lapack_to_morse/step7.h
+++ b/example/lapack_to_morse/step7.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/out_of_core/out_of_core.c b/example/out_of_core/out_of_core.c
index 6bc7f09b4..09d644def 100644
--- a/example/out_of_core/out_of_core.c
+++ b/example/out_of_core/out_of_core.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/example/out_of_core/out_of_core.h b/example/out_of_core/out_of_core.h
index cd777997a..01aa67bd2 100644
--- a/example/out_of_core/out_of_core.h
+++ b/example/out_of_core/out_of_core.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE example routines
+ * @brief Chameleon example routines
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/include/chameleon/chameleon_config.h.in b/include/chameleon/chameleon_config.h.in
index 252f8d150..f89e54b0c 100644
--- a/include/chameleon/chameleon_config.h.in
+++ b/include/chameleon/chameleon_config.h.in
@@ -9,12 +9,11 @@
  *
  ***
  *
- *  MORSE main header
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon configuration file
  *
  * @version 1.0.0
- *  @author Florent Pruvost
- *  @date 2017-01-06
+ * @author Florent Pruvost
+ * @date 2017-01-06
  *
  **/
 #ifndef CHAMELEON_CONFIG_H_HAS_BEEN_INCLUDED
diff --git a/include/chameleon/morse_constants.h b/include/chameleon/morse_constants.h
index aacfd8d90..1c127bb37 100644
--- a/include/chameleon/morse_constants.h
+++ b/include/chameleon/morse_constants.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE header
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon header
  *
  * @version 1.0.0
  * @author Cedric Augonnet
@@ -24,7 +23,7 @@
 
 /** ****************************************************************************
  *
- *  MORSE constants - CBLAS & LAPACK
+ * @brief Chameleon constants - CBLAS & LAPACK
  *  The naming and numbering is consistent with:
  *
  *    1) CBLAS from Netlib (http://www.netlib.org/blas/blast-forum/cblas.tgz),
diff --git a/include/chameleon/morse_kernels.h b/include/chameleon/morse_kernels.h
index 48c30216c..ea8a1f19c 100644
--- a/include/chameleon/morse_kernels.h
+++ b/include/chameleon/morse_kernels.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  *  @author Mathieu Faverge
diff --git a/include/chameleon/morse_simulate.h b/include/chameleon/morse_simulate.h
index f3c8c6329..e55a72939 100644
--- a/include/chameleon/morse_simulate.h
+++ b/include/chameleon/morse_simulate.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/include/chameleon/morse_struct.h b/include/chameleon/morse_struct.h
index c4f237d2f..f0ac2cd34 100644
--- a/include/chameleon/morse_struct.h
+++ b/include/chameleon/morse_struct.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE header
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon header
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/include/chameleon/morse_tasks.h b/include/chameleon/morse_tasks.h
index 74caaf102..467177d5b 100644
--- a/include/chameleon/morse_tasks.h
+++ b/include/chameleon/morse_tasks.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  *  @author Mathieu Faverge
diff --git a/include/chameleon/morse_tasks_z.h b/include/chameleon/morse_tasks_z.h
index e2ef19d3b..abc917060 100644
--- a/include/chameleon/morse_tasks_z.h
+++ b/include/chameleon/morse_tasks_z.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_tasks_zc.h b/include/chameleon/morse_tasks_zc.h
index 27b9a5963..bb5a67549 100644
--- a/include/chameleon/morse_tasks_zc.h
+++ b/include/chameleon/morse_tasks_zc.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_types.h b/include/chameleon/morse_types.h
index ac39c0487..73134e1c4 100644
--- a/include/chameleon/morse_types.h
+++ b/include/chameleon/morse_types.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE header
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon header
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/include/chameleon/morse_z.h b/include/chameleon/morse_z.h
index c84ca9adf..8d4923f2a 100644
--- a/include/chameleon/morse_z.h
+++ b/include/chameleon/morse_z.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE header file for double _Complex routines
+ * @brief Chameleon header file for double _Complex routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_zc.h b/include/chameleon/morse_zc.h
index 774df107c..fd9397104 100644
--- a/include/chameleon/morse_zc.h
+++ b/include/chameleon/morse_zc.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE header file for iterative refinement routines
+ * @brief Chameleon header file for iterative refinement routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/morse.h b/include/morse.h
index efcde4db9..4a1607f30 100644
--- a/include/morse.h
+++ b/include/morse.h
@@ -9,15 +9,14 @@
  *
  ***
  *
- *  MORSE main header
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon main header
  *
  * @version 1.0.0
- *  @author Mathieu Faverge
- *  @author Cedric Augonnet
- *  @author Cedric Castagnede
- *  @author Florent Pruvost
- *  @date 2012-09-15
+ * @author Mathieu Faverge
+ * @author Cedric Augonnet
+ * @author Cedric Castagnede
+ * @author Florent Pruvost
+ * @date 2012-09-15
  *
  **/
 #ifndef _MORSE_H_
diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c
index b175c929d..378eab06d 100644
--- a/runtime/parsec/codelets/codelet_zasum.c
+++ b/runtime/parsec/codelets/codelet_zasum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index a7c764251..75563f888 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index 26a948351..ad78ca0fb 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index 75b93c5d8..3270e31d4 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index 62b468676..de7c125e1 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index b6419a3c3..c9d4e3f7e 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index cbc473eca..db6bae467 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index 2b7390997..834d765d6 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index 186ec41fe..a074a7995 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index fffb9b641..59ffb4045 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index 3d22e1dec..2702a7062 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index 535faa858..98281329f 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index d362aef09..2434dc840 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index f597e154e..c733cf4df 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index 369e91f88..9ea35b413 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index bbaf137c9..57f0c0e6b 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index 2823f2e2a..36a63daac 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index c42813562..b3dbd8357 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index b7a6f637a..022e39732 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index 05edcd065..1c46cb2e8 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index 0548bf57b..ce3a3efd7 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index a799ac78a..98d3784f7 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index 3db6ac74f..f314126ea 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index 721df0745..94f1ec563 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index 8bdb867d6..650025dfe 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 66dc000c2..cf8597306 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index 68ce65e3e..fc5b2a020 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index 4084831a9..52bc24070 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index 82a814496..1926908bb 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zpamm.c b/runtime/parsec/codelets/codelet_zpamm.c
index 2029c504b..ce3268072 100644
--- a/runtime/parsec/codelets/codelet_zpamm.c
+++ b/runtime/parsec/codelets/codelet_zpamm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index 474732335..1861b5760 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 229ef4cb0..985337adc 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index 2d2c38abc..1165c9d13 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index 6dfcb3680..50ac776e0 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index 9e107bfd9..140a38d3a 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index a3fe0b656..6e102e3a2 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index 60ac3b65d..ab133f2a6 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index 52b196a03..e2e88a13f 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index c28baf4f3..e7cb439d3 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index c05aa3ee4..eb06ed3fe 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index ff2ae266e..84bb19808 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztile_zero.c b/runtime/parsec/codelets/codelet_ztile_zero.c
index 312faecc3..076b8841e 100644
--- a/runtime/parsec/codelets/codelet_ztile_zero.c
+++ b/runtime/parsec/codelets/codelet_ztile_zero.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index c54df1afa..d13d70081 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index b15897e9f..ec40e4b94 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index 0e3e08d1a..7f83f8762 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index 69ff2f025..bf89ca09f 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index 8067ecdc3..be9d2c792 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index fcc1915a9..b5278720c 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index 1b7c531c6..62b924045 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index df7964cca..d36d5b2d5 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index 665a02e03..77dbc4060 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index 0bba1353a..81a591b73 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztslqt.c b/runtime/parsec/codelets/codelet_ztslqt.c
index d3af05bf4..d910a2a6f 100644
--- a/runtime/parsec/codelets/codelet_ztslqt.c
+++ b/runtime/parsec/codelets/codelet_ztslqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmlq.c b/runtime/parsec/codelets/codelet_ztsmlq.c
index cfb9b84b0..da0a10697 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index 06f7f2fea..74648ff9e 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_ztsmqr.c b/runtime/parsec/codelets/codelet_ztsmqr.c
index 71a7c6fa2..f5c119bd3 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index 8127ff637..f4c80f321 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_ztsqrt.c b/runtime/parsec/codelets/codelet_ztsqrt.c
index 0d73d91d0..8898d3198 100644
--- a/runtime/parsec/codelets/codelet_ztsqrt.c
+++ b/runtime/parsec/codelets/codelet_ztsqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index 343afff06..7918ca440 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttlqt.c b/runtime/parsec/codelets/codelet_zttlqt.c
index e797a2ca2..02c9aa1ae 100644
--- a/runtime/parsec/codelets/codelet_zttlqt.c
+++ b/runtime/parsec/codelets/codelet_zttlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttmlq.c b/runtime/parsec/codelets/codelet_zttmlq.c
index 399d0f9d6..5869b66e7 100644
--- a/runtime/parsec/codelets/codelet_zttmlq.c
+++ b/runtime/parsec/codelets/codelet_zttmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttmqr.c b/runtime/parsec/codelets/codelet_zttmqr.c
index 49aa920b8..dd5120b01 100644
--- a/runtime/parsec/codelets/codelet_zttmqr.c
+++ b/runtime/parsec/codelets/codelet_zttmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttqrt.c b/runtime/parsec/codelets/codelet_zttqrt.c
index d56a38d76..db7f7816d 100644
--- a/runtime/parsec/codelets/codelet_zttqrt.c
+++ b/runtime/parsec/codelets/codelet_zttqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index d38602c0a..f70ff8b0f 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index d3d4126aa..f79c9039e 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c
index e5f836536..4d69b2dfb 100644
--- a/runtime/quark/codelets/codelet_zasum.c
+++ b/runtime/quark/codelets/codelet_zasum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
index 453025a50..9c2a0dc20 100644
--- a/runtime/quark/codelets/codelet_zaxpy.c
+++ b/runtime/quark/codelets/codelet_zaxpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index 1fed78806..7d92b24b8 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index 0c565fe80..cbab5f355 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index 2c9139d7a..71f330da4 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index 836af0c4a..2c08bb886 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index e969ec9d4..72c434e97 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index 7412f2b3b..b724d0d0c 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
index a815c53e4..a8f73edb1 100644
--- a/runtime/quark/codelets/codelet_zgessq.c
+++ b/runtime/quark/codelets/codelet_zgessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index 7a09632b2..3049b689c 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index ee8d36a9f..6f9c9e76d 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index 137f2fca7..415075754 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index 80dc88ccf..cebe955de 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index 212ae3d54..5db5c6c65 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index 231edefcd..12f153cb0 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index 4fa019a49..e2f45ef0a 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index 4ff7c5926..469ec5dff 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
index f2ccab60c..555fbb555 100644
--- a/runtime/quark/codelets/codelet_zhessq.c
+++ b/runtime/quark/codelets/codelet_zhessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index 4f853cc8d..2dd0b23f5 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index 223a20c4e..f31ee1718 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
index 567210be3..0eaba2d77 100644
--- a/runtime/quark/codelets/codelet_zlange.c
+++ b/runtime/quark/codelets/codelet_zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
index abafe9388..ad76420d6 100644
--- a/runtime/quark/codelets/codelet_zlanhe.c
+++ b/runtime/quark/codelets/codelet_zlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
index 6386eed16..d2fb352e6 100644
--- a/runtime/quark/codelets/codelet_zlansy.c
+++ b/runtime/quark/codelets/codelet_zlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
index fb6e5d712..6a0c31d59 100644
--- a/runtime/quark/codelets/codelet_zlantr.c
+++ b/runtime/quark/codelets/codelet_zlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 4c2b52b58..90d852a3d 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index 22a19fb65..39990b00e 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index 2bb7c2c4d..265340056 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index ebf089a96..c1851e0a6 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index ec7592381..ac2860b4b 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c
index 4f93a22e9..bb04a1abb 100644
--- a/runtime/quark/codelets/codelet_zpamm.c
+++ b/runtime/quark/codelets/codelet_zpamm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index 4770c0e0e..23e67cb6b 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index 8288f5a12..f2895d33a 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index d16138e73..0e8520f4c 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
index e59f24f5c..be65b7ed8 100644
--- a/runtime/quark/codelets/codelet_zplssq.c
+++ b/runtime/quark/codelets/codelet_zplssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index 45fe48b4a..d63221b1b 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 03d1e58af..f568e01a0 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index d3a654798..593cb0f80 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index a0f65b7b4..6c35246cd 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index 48b66af4c..63e1d8097 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
index 2b474185d..782770f8a 100644
--- a/runtime/quark/codelets/codelet_zsyssq.c
+++ b/runtime/quark/codelets/codelet_zsyssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
index 8b082e0eb..05a123fd3 100644
--- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c
index 2378ad1ad..371a872da 100644
--- a/runtime/quark/codelets/codelet_ztile_zero.c
+++ b/runtime/quark/codelets/codelet_ztile_zero.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index 3b8706b8c..7f1632091 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 00b34e156..a76967187 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index ee5c66c7f..3f278e4d3 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index 34efdd990..4926beb6e 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index 458c9f327..19cd80ba6 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
index 5fb1144a9..620ca67f2 100644
--- a/runtime/quark/codelets/codelet_ztrasm.c
+++ b/runtime/quark/codelets/codelet_ztrasm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index 2f9cf7804..daeb3ceb1 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index 74e0fda09..22be72f78 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
index 71d27a97c..8e5871307 100644
--- a/runtime/quark/codelets/codelet_ztrssq.c
+++ b/runtime/quark/codelets/codelet_ztrssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index 07a6b9e36..60d6e4974 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c
index 122b58fc7..97832be79 100644
--- a/runtime/quark/codelets/codelet_ztslqt.c
+++ b/runtime/quark/codelets/codelet_ztslqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c
index b36d927aa..5eac6863d 100644
--- a/runtime/quark/codelets/codelet_ztsmlq.c
+++ b/runtime/quark/codelets/codelet_ztsmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index 690b96585..4e7635b50 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c
index 646ef334b..71a653bf0 100644
--- a/runtime/quark/codelets/codelet_ztsmqr.c
+++ b/runtime/quark/codelets/codelet_ztsmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index 846eb4f74..0f369e629 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA core_blas quark wrapper
+ * @brief Chameleon core_blas quark wrapper
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c
index 63da5e4b7..3978a182e 100644
--- a/runtime/quark/codelets/codelet_ztsqrt.c
+++ b/runtime/quark/codelets/codelet_ztsqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index 31e9a5869..9b769fdc1 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c
index a6c3454cb..447d71fe8 100644
--- a/runtime/quark/codelets/codelet_zttlqt.c
+++ b/runtime/quark/codelets/codelet_zttlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c
index aeb1be0e6..637de54ea 100644
--- a/runtime/quark/codelets/codelet_zttmlq.c
+++ b/runtime/quark/codelets/codelet_zttmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c
index f1a19f822..1c316f923 100644
--- a/runtime/quark/codelets/codelet_zttmqr.c
+++ b/runtime/quark/codelets/codelet_zttmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c
index 32a44c270..2b6a47cf5 100644
--- a/runtime/quark/codelets/codelet_zttqrt.c
+++ b/runtime/quark/codelets/codelet_zttqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index dad0b5211..2baaa0817 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index 34aabab2d..e97fe3796 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index 8a1850276..d1b831009 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE async routines
+ * @brief Chameleon async 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 26fe66f78..a434cd829 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary 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 6a51b58de..8c7616ae3 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary 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 8af6a0164..bb294f3a4 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary 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 15380a2e0..4976b1515 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary 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 7a9c90470..da7663043 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary 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 132e6d1ed..84c4cdaba 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -7,8 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * MORSE codelets kernel
- * and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index c3254f036..8f3a590a1 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -7,8 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * MORSE codelets kernel
- * and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index e529fe207..d819c3413 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @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 2b1be9b3d..d9e0bb0c1 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zasum.c b/runtime/starpu/codelets/codelet_zasum.c
index 26760cfaa..1e1d80f2a 100644
--- a/runtime/starpu/codelets/codelet_zasum.c
+++ b/runtime/starpu/codelets/codelet_zasum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c
index fa619afcd..135d4c387 100644
--- a/runtime/starpu/codelets/codelet_zaxpy.c
+++ b/runtime/starpu/codelets/codelet_zaxpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index 52cd88ff9..3fb320631 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index b7f48904d..c0a96bba4 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  *  @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index 1f36f5f21..21f1693d8 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index bc9be65d8..5b5e1faf3 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index 18231be43..d1b04c5d7 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index fb55d0c5c..7e68a71f7 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index 418b3602d..4fefcc6b5 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
index 3818ac60d..32f67a05e 100644
--- a/runtime/starpu/codelets/codelet_zgessq.c
+++ b/runtime/starpu/codelets/codelet_zgessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index 493944c5a..f0010a501 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index 34040c496..e8d5061b0 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index 69ce3a3c5..5dba0d237 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index 8af50b355..f0cf756bb 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index fcff9eed1..42d43752b 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index 54e99390d..7e3e60d1e 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index 108fb39b6..e0fd2f4dc 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index a10434dae..66174ca3a 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
index ab2a2b122..ec756aba5 100644
--- a/runtime/starpu/codelets/codelet_zhessq.c
+++ b/runtime/starpu/codelets/codelet_zhessq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index 618d7d4c7..f6e54925b 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index 331134fb1..dd5ba4c0c 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
index b8a02a6fc..9c604059b 100644
--- a/runtime/starpu/codelets/codelet_zlange.c
+++ b/runtime/starpu/codelets/codelet_zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
index 5d76b13ef..7b21b33f8 100644
--- a/runtime/starpu/codelets/codelet_zlanhe.c
+++ b/runtime/starpu/codelets/codelet_zlanhe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
index a5e69aa37..5a8e05a54 100644
--- a/runtime/starpu/codelets/codelet_zlansy.c
+++ b/runtime/starpu/codelets/codelet_zlansy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
index 500863c43..500586eb2 100644
--- a/runtime/starpu/codelets/codelet_zlantr.c
+++ b/runtime/starpu/codelets/codelet_zlantr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index 44f0dfdd4..53f1572eb 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index 0243fa7a3..6e60165cb 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index f7eb8b894..fc946b48a 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index c809db1e3..57248eac2 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index 8d72350b7..de1486a68 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index e0006b41e..1b5a835e7 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index 8704cb9d5..699ab7658 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index f682d321b..607513547 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
index bbb6a3071..9471a07be 100644
--- a/runtime/starpu/codelets/codelet_zplssq.c
+++ b/runtime/starpu/codelets/codelet_zplssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index 04681558a..36c39458e 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index 5ac41fe6f..b635f5222 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 62154d95f..729773eb3 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index 18ad3f01b..c2c0997f4 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index 6157f27bf..b5e5b0a7d 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
index e85dc5569..8526c71d0 100644
--- a/runtime/starpu/codelets/codelet_zsyssq.c
+++ b/runtime/starpu/codelets/codelet_zsyssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
index cffc4c19d..9e73b7e99 100644
--- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c
index 4138c287c..afc40bfca 100644
--- a/runtime/starpu/codelets/codelet_ztile_zero.c
+++ b/runtime/starpu/codelets/codelet_ztile_zero.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 75ac7620c..6eab91332 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index bb01f9236..55759522e 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index 12c274f29..e9fb77919 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index e456eb1f0..99c96c487 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index 655050820..0065c5cdf 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
index d964d81a4..e33cedd83 100644
--- a/runtime/starpu/codelets/codelet_ztrasm.c
+++ b/runtime/starpu/codelets/codelet_ztrasm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index d9160f095..52371eb2e 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index 340691eb8..4913cf4e8 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
index c4bfef35c..65dbc1589 100644
--- a/runtime/starpu/codelets/codelet_ztrssq.c
+++ b/runtime/starpu/codelets/codelet_ztrssq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index 56ac79cf7..914cac890 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
index be6cd3b00..43b6ce870 100644
--- a/runtime/starpu/codelets/codelet_ztslqt.c
+++ b/runtime/starpu/codelets/codelet_ztslqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmlq.c b/runtime/starpu/codelets/codelet_ztsmlq.c
index 5c33dab20..411f6eef2 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index db5130abd..7bfd6f7b5 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsmqr.c b/runtime/starpu/codelets/codelet_ztsmqr.c
index df729129d..6b5027b72 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 8291f194d..d76078b36 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
index f78059a95..de66eef8d 100644
--- a/runtime/starpu/codelets/codelet_ztsqrt.c
+++ b/runtime/starpu/codelets/codelet_ztsqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index 75f789fef..960e1cb07 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c
index 65cf381ae..121d5228d 100644
--- a/runtime/starpu/codelets/codelet_zttlqt.c
+++ b/runtime/starpu/codelets/codelet_zttlqt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttmlq.c b/runtime/starpu/codelets/codelet_zttmlq.c
index eb5715359..1d711cb7a 100644
--- a/runtime/starpu/codelets/codelet_zttmlq.c
+++ b/runtime/starpu/codelets/codelet_zttmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttmqr.c b/runtime/starpu/codelets/codelet_zttmqr.c
index a6c1d44dc..db27fcb1f 100644
--- a/runtime/starpu/codelets/codelet_zttmqr.c
+++ b/runtime/starpu/codelets/codelet_zttmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c
index 08771b3a2..2c8eb2c62 100644
--- a/runtime/starpu/codelets/codelet_zttqrt.c
+++ b/runtime/starpu/codelets/codelet_zttqrt.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index 9069dcad3..e7cc8dd3c 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index edbc8c8a2..bfb27912e 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index 45c4fa1ae..ce9c39deb 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index c9c99cfd9..294bf7956 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index e2f113a90..293752c4e 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index d656cc429..391e26380 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 701fb5cdc..a70cc8468 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index c19179c43..6b0b191a9 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -7,7 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index 7c67c6c36..02a21c0cf 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -7,8 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index fddbdf6f3..a66da2aa8 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -7,8 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 516bf07a8..474de8c37 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -7,8 +7,7 @@
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 8aac5f8cd..0191493b6 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index 309e2e25b..c7e809b59 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index 9f7bcfce5..789516496 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index 96b1f7276..defe1a8af 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index 87754ee14..02fa826ea 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index b461406b1..30895801c 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -9,8 +9,7 @@
  *
  ***
  *
- *  MORSE codelets kernel
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon codelets kernel
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index f9f621e76..7b9730546 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
index 066fee0ce..5b4a78747 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index d67d53ab5..8ceb3500c 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index b0b97101b..b92bc2a7d 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c
index 251397f94..f8978033e 100644
--- a/testing/testing_zgels_hqr.c
+++ b/testing/testing_zgels_hqr.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgels_systolic.c b/testing/testing_zgels_systolic.c
index c94823842..b596460e3 100644
--- a/testing/testing_zgels_systolic.c
+++ b/testing/testing_zgels_systolic.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index 4e5af95f0..e26e9b1cb 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index d272bcac7..935128917 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index 6cb4860e7..18444ec23 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgesvd.c b/testing/testing_zgesvd.c
index f546ed7a5..4708ca65c 100644
--- a/testing/testing_zgesvd.c
+++ b/testing/testing_zgesvd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/testing/testing_zheevd.c b/testing/testing_zheevd.c
index 7426ea47b..ce51ca4c6 100644
--- a/testing/testing_zheevd.c
+++ b/testing/testing_zheevd.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  PLASMA testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index 7d6313005..49d6bf804 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index bd99cf2ab..a5aa54e5b 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index b8da154bf..2d132bbe9 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index 20603eb2e..313f48f26 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index 5067297e3..7620e82ee 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @author Dulceneia Becker
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index c6aa17dbe..0ffa2e569 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 095aadfe0..55be33c80 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index 2309c1518..db438aa24 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index 928387868..bb0b8be37 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index 29038d851..202c9b6d2 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index 99fa41891..91d514793 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index 0df6f8003..55650a520 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE testing routines
+ * @brief Chameleon testing routines
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/timing/timing.c b/timing/timing.c
index 086894f4e..b1625f620 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -9,7 +9,7 @@
  *
  ***
  *
- *  MORSE auxiliary routines
+ * @brief Chameleon auxiliary routines
  *
  * @version 1.0.0
  * @author Mathieu Faverge
-- 
GitLab