Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/isprop.m +++ b/scripts/plot/isprop.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{res} =} isprop (@var{h}, @var{prop}) -## Determines if @var{prop} is a property of the object with handle, @var{h}. +## @deftypefn {Function File} {@var{res} =} isprop (@var{h}, @var{prop}) +## Return true if @var{prop} is a property of the object with handle @var{h}. ## @seealso{get, set} ## @end deftypefn