changeset 19390:3ea57d22d9eb

qmr.m: Add missing "@end enumerate" in docstring. * qmr.m: Add missing "@end enumerate" in docstring.
author Rik <rik@octave.org>
date Tue, 25 Nov 2014 12:27:29 -0800
parents 22289e6e316e
children 06e7ad9b5154
files scripts/sparse/qmr.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/qmr.m	Tue Nov 25 08:36:46 2014 -0800
+++ b/scripts/sparse/qmr.m	Tue Nov 25 12:27:29 2014 -0800
@@ -80,9 +80,9 @@
 ## V. Eijkhour, R. Pozo, C. Romine, and H. van der Vorst,
 ## @cite{Templates for the solution of linear systems: Building blocks
 ## for iterative methods}, SIAM, 2nd ed., 1994.
+## @end enumerate
 ##
 ## @seealso{bicg, bicgstab, cgs, gmres}
-##
 ## @end deftypefn
 
 ## Author: Nathan Podlich <nathan.podlich@gmail.com>