comparison scripts/miscellaneous/isappdata.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children d5bd2766c640
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
1 ## Copyright (C) 2010-2011 Ben Abbott 1 ## Copyright (C) 2010-2011 Ben Abbott
2 ## 2 ##
3 ## This program is free software; you can redistribute it and/or modify 3 ## This program is free software; you can redistribute it and/or modify
4 ## it under the terms of the GNU General Public License as published by 4 ## it under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 2 of the License, or 5 ## the Free Software Foundation; either version 2 of the License, or
6 ## (at your option) any later version. 6 ## (at your option) any later version.
7 ## 7 ##
8 ## This program is distributed in the hope that it will be useful, 8 ## This program is distributed in the hope that it will be useful,
9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ## GNU General Public License for more details. 11 ## GNU General Public License for more details.
12 ## 12 ##
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{V} =} isappdata (@var{h}, @var{name}) 18 ## @deftypefn {Function File} {@var{V} =} isappdata (@var{h}, @var{name})
19 ## Return true if the named application data, @var{name}, exists for the 19 ## Return true if the named application data, @var{name}, exists for the
20 ## object with handle @var{h}. 20 ## object with handle @var{h}.
21 ## @seealso{getappdata, setappdata, rmappdata} 21 ## @seealso{getappdata, setappdata, rmappdata}
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 ## Author: Ben Abbott <bpabbott@mac.com> 24 ## Author: Ben Abbott <bpabbott@mac.com>
25 ## Created: 2010-07-15 25 ## Created: 2010-07-15