diff scripts/image/imformats.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 5212cda4ac0e
children ea81c2fdd568
line wrap: on
line diff
--- a/scripts/image/imformats.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/image/imformats.m	Sat Dec 12 07:31:00 2015 -0800
@@ -17,13 +17,13 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {} imformats ()
-## @deftypefnx {Function File} {@var{formats} =} imformats (@var{ext})
-## @deftypefnx {Function File} {@var{formats} =} imformats (@var{format})
-## @deftypefnx {Function File} {@var{formats} =} imformats ("add", @var{format})
-## @deftypefnx {Function File} {@var{formats} =} imformats ("remove", @var{ext})
-## @deftypefnx {Function File} {@var{formats} =} imformats ("update", @var{ext}, @var{format})
-## @deftypefnx {Function File} {@var{formats} =} imformats ("factory")
+## @deftypefn  {} {} imformats ()
+## @deftypefnx {} {@var{formats} =} imformats (@var{ext})
+## @deftypefnx {} {@var{formats} =} imformats (@var{format})
+## @deftypefnx {} {@var{formats} =} imformats ("add", @var{format})
+## @deftypefnx {} {@var{formats} =} imformats ("remove", @var{ext})
+## @deftypefnx {} {@var{formats} =} imformats ("update", @var{ext}, @var{format})
+## @deftypefnx {} {@var{formats} =} imformats ("factory")
 ## Manage supported image formats.
 ##
 ## @var{formats} is a structure with information about each supported file