comparison 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
comparison
equal deleted inserted replaced
20851:0828bf20d105 20852:516bb87ea72e
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} imformats () 20 ## @deftypefn {} {} imformats ()
21 ## @deftypefnx {Function File} {@var{formats} =} imformats (@var{ext}) 21 ## @deftypefnx {} {@var{formats} =} imformats (@var{ext})
22 ## @deftypefnx {Function File} {@var{formats} =} imformats (@var{format}) 22 ## @deftypefnx {} {@var{formats} =} imformats (@var{format})
23 ## @deftypefnx {Function File} {@var{formats} =} imformats ("add", @var{format}) 23 ## @deftypefnx {} {@var{formats} =} imformats ("add", @var{format})
24 ## @deftypefnx {Function File} {@var{formats} =} imformats ("remove", @var{ext}) 24 ## @deftypefnx {} {@var{formats} =} imformats ("remove", @var{ext})
25 ## @deftypefnx {Function File} {@var{formats} =} imformats ("update", @var{ext}, @var{format}) 25 ## @deftypefnx {} {@var{formats} =} imformats ("update", @var{ext}, @var{format})
26 ## @deftypefnx {Function File} {@var{formats} =} imformats ("factory") 26 ## @deftypefnx {} {@var{formats} =} imformats ("factory")
27 ## Manage supported image formats. 27 ## Manage supported image formats.
28 ## 28 ##
29 ## @var{formats} is a structure with information about each supported file 29 ## @var{formats} is a structure with information about each supported file
30 ## format, or from a specific format @var{ext}, the value displayed on the 30 ## format, or from a specific format @var{ext}, the value displayed on the
31 ## field @code{ext}. It contains the following fields: 31 ## field @code{ext}. It contains the following fields: