Mercurial > hg > octave-nkf
diff scripts/polynomial/conv.m @ 11084:0f6c5efce96e
conv.m: docstring fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 07 Oct 2010 03:18:44 -0400 |
parents | 4558aad4c41d |
children | 2beacd515e09 |
line wrap: on
line diff
--- a/scripts/polynomial/conv.m +++ b/scripts/polynomial/conv.m @@ -28,10 +28,10 @@ ## ## The optional @var{shape} parameter may be ## -## @table @asis\n\ +## @table @asis ## @item @var{shape} = "full" ## Return the full convolution. -## \n\ +## ## @item @var{shape} = "same" ## Return central part of the convolution with the same size as @var{a}. ## @end table