aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/cchkaa.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
commit1c3ba600671a59785b0c647d400226b4cc19a11f (patch)
tree2af647fcff119db522016721e10b5ee7768d22bb /TESTING/LIN/cchkaa.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
Cosmetic changes in Doxygen presentation.
Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all.
Diffstat (limited to 'TESTING/LIN/cchkaa.f')
-rw-r--r--TESTING/LIN/cchkaa.f27
1 files changed, 12 insertions, 15 deletions
diff --git a/TESTING/LIN/cchkaa.f b/TESTING/LIN/cchkaa.f
index 9220fb34..c334876d 100644
--- a/TESTING/LIN/cchkaa.f
+++ b/TESTING/LIN/cchkaa.f
@@ -5,16 +5,16 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* PROGRAM CCHKAA
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CCHKAA is the main test program for the COMPLEX linear equation
*> routines.
@@ -64,11 +64,10 @@
*> CTZ 3 List types on next line if 0 < NTYPES < 3
*> CLS 6 List types on next line if 0 < NTYPES < 6
*> CEQ
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \verbatim
*> NMAX INTEGER
@@ -87,10 +86,9 @@
*> NOUT INTEGER
*> The unit number for output
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -101,8 +99,7 @@
*
*> \ingroup complex_lin
*
-* =====================================================================
- PROGRAM CCHKAA
+* ===================================================================== PROGRAM CCHKAA
*
* -- LAPACK test routine (version 3.1.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --