Mercurial > hg > octave-lyh
diff scripts/plot/isfigure.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 | a1dbe9d80eee |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/isfigure.m +++ b/scripts/plot/isfigure.m @@ -19,7 +19,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} isfigure (@var{h}) ## Return true if @var{h} is a graphics handle that contains a figure -## object and false otherwise. +## object. +## @seealso{ishandle} ## @end deftypefn ## Author: jwe