changeset 11084:0f6c5efce96e

conv.m: docstring fix
author John W. Eaton <jwe@octave.org>
date Thu, 07 Oct 2010 03:18:44 -0400
parents bb8bf77f2242
children 2beacd515e09
files scripts/polynomial/conv.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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