Mercurial > hg > octave-jordi
diff libinterp/corefcn/conv2.cc @ 20852:1142cf6abc0d
2015 Code Sprint: remove class of function from docstring for all C++ files.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 12 Dec 2015 07:40:03 -0800 |
parents | 36cba8baf36e |
children | 6f0bd96f93c0 |
line wrap: on
line diff
--- a/libinterp/corefcn/conv2.cc +++ b/libinterp/corefcn/conv2.cc @@ -36,9 +36,9 @@ DEFUN (conv2, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} conv2 (@var{A}, @var{B})\n\ -@deftypefnx {Built-in Function} {} conv2 (@var{v1}, @var{v2}, @var{m})\n\ -@deftypefnx {Built-in Function} {} conv2 (@dots{}, @var{shape})\n\ +@deftypefn {} {} conv2 (@var{A}, @var{B})\n\ +@deftypefnx {} {} conv2 (@var{v1}, @var{v2}, @var{m})\n\ +@deftypefnx {} {} conv2 (@dots{}, @var{shape})\n\ Return the 2-D convolution of @var{A} and @var{B}.\n\ \n\ The size of the result is determined by the optional @var{shape} argument\n\ @@ -281,8 +281,8 @@ DEFUN (convn, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {@var{C} =} convn (@var{A}, @var{B})\n\ -@deftypefnx {Built-in Function} {@var{C} =} convn (@var{A}, @var{B}, @var{shape})\n\ +@deftypefn {} {@var{C} =} convn (@var{A}, @var{B})\n\ +@deftypefnx {} {@var{C} =} convn (@var{A}, @var{B}, @var{shape})\n\ Return the n-D convolution of @var{A} and @var{B}.\n\ \n\ The size of the result is determined by the optional @var{shape} argument\n\