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/slargv.f | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'SRC/slargv.f') diff --git a/SRC/slargv.f b/SRC/slargv.f index 1d8bffb5..acbd8bc7 100644 --- a/SRC/slargv.f +++ b/SRC/slargv.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE SLARGV( N, X, INCX, Y, INCY, C, INCC ) * @@ -27,22 +27,21 @@ * REAL C( * ), X( * ), Y( * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> SLARGV generates a vector of real plane rotations, determined by *> elements of the real vectors x and y. For i = 1,2,...,n *> *> ( c(i) s(i) ) ( x(i) ) = ( a(i) ) *> ( -s(i) c(i) ) ( y(i) ) = ( 0 ) -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] N *> \verbatim @@ -89,10 +88,9 @@ *> INCC is INTEGER *> The increment between elements of C. INCC > 0. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley -- cgit v1.2.3