summaryrefslogtreecommitdiff
path: root/SRC/ilaslc.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ilaslc.f')
-rw-r--r--SRC/ilaslc.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/ilaslc.f b/SRC/ilaslc.f
index 99fa5533..a74a0457 100644
--- a/SRC/ilaslc.f
+++ b/SRC/ilaslc.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* INTEGER FUNCTION ILASLC( M, N, A, LDA )
*
@@ -27,18 +27,17 @@
* REAL A( LDA, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
*>
-*> ILASLC scans A for its last non-zero column.
+*> \verbatim
*>
-*>\endverbatim
+*> ILASLC scans A for its last non-zero column.
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] M
*> \verbatim
@@ -63,10 +62,9 @@
*> LDA is INTEGER
*> The leading dimension of the array A. LDA >= max(1,M).
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley