aboutsummaryrefslogtreecommitdiff
path: root/SRC/ilaenv.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 /SRC/ilaenv.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 'SRC/ilaenv.f')
-rw-r--r--SRC/ilaenv.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/ilaenv.f b/SRC/ilaenv.f
index 734c918c..d1976f90 100644
--- a/SRC/ilaenv.f
+++ b/SRC/ilaenv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* INTEGER FUNCTION ILAENV( ISPEC, NAME, OPTS, N1, N2, N3, N4 )
*
@@ -25,11 +25,11 @@
* INTEGER ISPEC, N1, N2, N3, N4
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ILAENV is called from the LAPACK routines to choose problem-dependent
*> parameters for the local environment. See ISPEC for a description of
@@ -47,11 +47,10 @@
*>
*> This routine will not function correctly if it is converted to all
*> lower case. Converting it to all upper case is allowed.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] ISPEC
*> \verbatim
@@ -124,10 +123,9 @@
*> Problem dimensions for the subroutine NAME; these may not all
*> be required.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -138,10 +136,9 @@
*
*> \ingroup auxOTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> The following conventions have been used when calling ILAENV from the
@@ -160,7 +157,6 @@
*>
*> NB = ILAENV( 1, 'STRTRI', UPLO // DIAG, N, -1, -1, -1 )
*> IF( NB.LE.1 ) NB = MAX( 1, N )
-*>
*> \endverbatim
*>
* =====================================================================