Mercurial > hg > octave-lyh
comparison scripts/plot/hdl2struct.m @ 15007:8f0e3c5bfa5f
doc: Periodic grammarcheck of documentation
* fileattrib.m, glpk.m, axis.m, copyobj.m, gco.m, hdl2struct.m, struct2hdl.m,
eigs.cc, variables.cc: Periodic grammarcheck of documentation
author | Rik <rik@octave.org> |
---|---|
date | Tue, 24 Jul 2012 09:34:51 -0700 |
parents | 97ce18b62d0f |
children | f34bea431e4f |
comparison
equal
deleted
inserted
replaced
15006:d8acad691f26 | 15007:8f0e3c5bfa5f |
---|---|
13 ## You should have received a copy of the GNU General Public License | 13 ## You should have received a copy of the GNU General Public License |
14 ## along with Octave; see the file COPYING. If not, see | 14 ## along with Octave; see the file COPYING. If not, see |
15 ## <http://www.gnu.org/licenses/>. | 15 ## <http://www.gnu.org/licenses/>. |
16 | 16 |
17 ## -*- texinfo -*- | 17 ## -*- texinfo -*- |
18 ## @deftypefn {Function File} {@var{s} =} hdl2struct (@var{h}) | 18 ## @deftypefn {Function File} {@var{s} =} hdl2struct (@var{h}) |
19 ## Returns a structure, @var{s}, whose fields describe the properties | 19 ## Return a structure, @var{s}, whose fields describe the properties |
20 ## of the object, and its children, associated with the handle, @var{h}. | 20 ## of the object, and its children, associated with the handle, @var{h}. |
21 ## The fields of the structure, @var{s}, are "type", "handle", "properties", | 21 ## The fields of the structure, @var{s}, are "type", "handle", "properties", |
22 ## "children" and "special". | 22 ## "children" and "special". |
23 ## @seealso{findobj, get, set, struct2hdl} | 23 ## @seealso{findobj, get, set, struct2hdl} |
24 ## @end deftypefn | 24 ## @end deftypefn |