diff scripts/image/lines.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 0338dc274ec5
children 3d25f9f4a62b
line wrap: on
line diff
--- a/scripts/image/lines.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/image/lines.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,8 +17,8 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {@var{map} =} lines ()
-## @deftypefnx {Function File} {@var{map} =} lines (@var{n})
+## @deftypefn  {} {@var{map} =} lines ()
+## @deftypefnx {} {@var{map} =} lines (@var{n})
 ## Create color colormap.  This colormap is composed of the list of colors
 ## in the current axes @qcode{"ColorOrder"} property.  The default is blue,
 ## green, red, cyan, pink, yellow, and gray.