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/ssygst.f | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'SRC/ssygst.f') diff --git a/SRC/ssygst.f b/SRC/ssygst.f index 29afe23f..a2a8f198 100644 --- a/SRC/ssygst.f +++ b/SRC/ssygst.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE SSYGST( ITYPE, UPLO, N, A, LDA, B, LDB, INFO ) * @@ -28,11 +28,11 @@ * REAL A( LDA, * ), B( LDB, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> SSYGST reduces a real symmetric-definite generalized eigenproblem *> to standard form. @@ -44,11 +44,10 @@ *> B*A*x = lambda*x, and A is overwritten by U*A*U**T or L**T*A*L. *> *> B must have been previously factorized as U**T*U or L*L**T by SPOTRF. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] ITYPE *> \verbatim @@ -112,10 +111,9 @@ *> = 0: successful exit *> < 0: if INFO = -i, the i-th argument had an illegal value *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley -- cgit v1.2.3