Mercurial > hg > octave-nkf
comparison scripts/plot/isprop.m @ 11431:0d9640d755b1
Improve docstrings for all isXXX functions.
Use 'return true' rather than 'return 1'.
Improve the cross-referencing through seealso links.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 31 Dec 2010 13:20:44 -0800 |
parents | d67d44f47949 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11430:6374938b3b36 | 11431:0d9640d755b1 |
---|---|
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} {@var{res} =} isprop (@var{h}, @var{prop}) | 20 ## @deftypefn {Function File} {@var{res} =} isprop (@var{h}, @var{prop}) |
21 ## Determines if @var{prop} is a property of the object with handle, @var{h}. | 21 ## Return true if @var{prop} is a property of the object with handle @var{h}. |
22 ## @seealso{get, set} | 22 ## @seealso{get, set} |
23 ## @end deftypefn | 23 ## @end deftypefn |
24 | 24 |
25 ## Author: Ben Abbott <bpabbott@mac.com> | 25 ## Author: Ben Abbott <bpabbott@mac.com> |
26 | 26 |