diff scripts/miscellaneous/perl.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents 2469d78a1d8b
children b571fc85953f
line wrap: on
line diff
--- a/scripts/miscellaneous/perl.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/miscellaneous/perl.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,9 +17,9 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {@var{output} =} perl (@var{scriptfile})
-## @deftypefnx {Function File} {@var{output} =} perl (@var{scriptfile}, @var{argument1}, @var{argument2}, @dots{})
-## @deftypefnx {Function File} {[@var{output}, @var{status}] =} perl (@dots{})
+## @deftypefn  {} {@var{output} =} perl (@var{scriptfile})
+## @deftypefnx {} {@var{output} =} perl (@var{scriptfile}, @var{argument1}, @var{argument2}, @dots{})
+## @deftypefnx {} {[@var{output}, @var{status}] =} perl (@dots{})
 ## Invoke Perl script @var{scriptfile}, possibly with a list of command line
 ## arguments.
 ##