From 1c3ba600671a59785b0c647d400226b4cc19a11f Mon Sep 17 00:00:00 2001 From: julie Date: Thu, 3 Nov 2011 20:32:56 +0000 Subject: 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. --- SRC/slaed6.f | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) (limited to 'SRC/slaed6.f') diff --git a/SRC/slaed6.f b/SRC/slaed6.f index 753f78c9..bd514731 100644 --- a/SRC/slaed6.f +++ b/SRC/slaed6.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE SLAED6( KNITER, ORGATI, RHO, D, Z, FINIT, TAU, INFO ) * @@ -29,11 +29,11 @@ * REAL D( 3 ), Z( 3 ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> SLAED6 computes the positive or negative root (closest to the origin) *> of @@ -49,11 +49,10 @@ *> This routine will be called by SLAED4 when necessary. In most cases, *> the root sought is the smallest in magnitude, though it might not be *> in some extremely rare situations. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] KNITER *> \verbatim @@ -107,10 +106,9 @@ *> = 0: successful exit *> > 0: if INFO = 1, failure to converge *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley @@ -121,23 +119,23 @@ * *> \ingroup auxOTHERcomputational * -* -* Further Details -* =============== -*>\details \b Further \b Details -*> \verbatim +*> \par Further Details: +* ===================== *> -*> 30/06/99: Based on contributions by -*> Ren-Cang Li, Computer Science Division, University of California -*> at Berkeley, USA +*> \verbatim *> -*> 10/02/03: This version has a few statements commented out for thread safety -*> (machine parameters are computed on each entry). SJH. +*> 10/02/03: This version has a few statements commented out for thread +*> safety (machine parameters are computed on each entry). SJH. *> *> 05/10/06: Modified from a new version of Ren-Cang Li, use *> Gragg-Thornton-Warner cubic convergent scheme for better stability. -*> *> \endverbatim +* +*> \par Contributors: +* ================== +*> +*> Ren-Cang Li, Computer Science Division, University of California +*> at Berkeley, USA *> * ===================================================================== SUBROUTINE SLAED6( KNITER, ORGATI, RHO, D, Z, FINIT, TAU, INFO ) -- cgit v1.2.3