comparison scripts/miscellaneous/getappdata.m @ 12642:f96b9b9f141b stable

doc: Periodic grammarcheck and spellcheck of documentation. * func.txi: Correct two misspellings * cumtrapz.m, dblquad.m, quadgk.m, quadl.m, quadv.m, trapz.m, triplequad.m, cond.m, gmres.m, bzip2.m, compare_versions.m, getappdata.m, unpack.m, ver.m, glpk.m, pkg.m, axis.m, uigetdir.m, uigetfile.m, view.m, prctile.m, quantile.m, unidcdf.m, unidinv.m, isstrprop.m, balance.cc, besselj.cc, cellfun.cc, colamd.cc, dot.cc, eigs.cc, fftw.cc, matrix_type.cc, pinv.cc, qr.cc, quad.cc, quadcc.cc, qz.cc, regexp.cc, schur.cc, time.cc (gmtime), typecast.cc urlwrite.cc bitfcns.cc (bitshift), data.cc (rem, norm, merge) debug.cc (dbstatus), dirfns.cc (glob), file-io.cc (freport), load-path.cc (genpath), load-save.cc (save), mappers.cc (islower, isupper, tolower, toupper) oct-hist.cc (edit_history), ov-fcn-inline.cc (vectorize), ov.cc (subsref), syscalls.cc (stat), variables.cc (whos, clear): Improve docstrings. Removed trailing whitespace characters on line.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 May 2011 11:39:50 -0700
parents e12a7c0a1fc5
children bd2cd4fd3edf
comparison
equal deleted inserted replaced
12639:4d777e05d47c 12642:f96b9b9f141b
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name}) 18 ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name})
19 ## Return the @var{value} for named application data for the object(s) with 19 ## Return the @var{value} for named application data for the object(s) with
20 ## handle(s) @var{h}. 20 ## handle(s) @var{h}.
21 ## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h}) 21 ## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h})
22 ## Returns a structure, @var{appdata}, whose fields correspond to the appdata 22 ## Return a structure, @var{appdata}, whose fields correspond to the appdata
23 ## properties. 23 ## properties.
24 ## @end deftypefn 24 ## @end deftypefn
25 25
26 ## Author: Ben Abbott <bpabbott@mac.com> 26 ## Author: Ben Abbott <bpabbott@mac.com>
27 ## Created: 2010-07-15 27 ## Created: 2010-07-15