summaryrefslogtreecommitdiff
path: root/SRC/dlasrt.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dlasrt.f')
-rw-r--r--SRC/dlasrt.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/dlasrt.f b/SRC/dlasrt.f
index 135a71d9..170192a0 100644
--- a/SRC/dlasrt.f
+++ b/SRC/dlasrt.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DLASRT( ID, N, D, INFO )
*
@@ -28,22 +28,21 @@
* DOUBLE PRECISION D( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> Sort the numbers in D in increasing order (if ID = 'I') or
*> in decreasing order (if ID = 'D' ).
*>
*> Use Quick Sort, reverting to Insertion sort on arrays of
*> size <= 20. Dimension of STACK limits N to about 2**32.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] ID
*> \verbatim
@@ -73,10 +72,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