summaryrefslogtreecommitdiff
path: root/SRC/zsyr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zsyr.f')
-rw-r--r--SRC/zsyr.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/zsyr.f b/SRC/zsyr.f
index 170d12d5..adb4be39 100644
--- a/SRC/zsyr.f
+++ b/SRC/zsyr.f
@@ -53,16 +53,13 @@
*> On entry, UPLO specifies whether the upper or lower
*> triangular part of the array A is to be referenced as
*> follows:
-*> \endverbatim
-*> \verbatim
+*>
*> UPLO = 'U' or 'u' Only the upper triangular part of A
*> is to be referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> UPLO = 'L' or 'l' Only the lower triangular part of A
*> is to be referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> Unchanged on exit.
*> \endverbatim
*>