Mercurial > hg > octave-lyh
comparison scripts/plot/ishghandle.m @ 8214:263261b2124f
ishghandle.m: remove spurious \n\ from doc string
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 14 Oct 2008 13:26:09 -0400 |
parents | 3b53b25e2550 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
8213:d5e08881bba8 | 8214:263261b2124f |
---|---|
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} {} ishghandle (@var{h}) | 20 ## @deftypefn {Function File} {} ishghandle (@var{h}) |
21 ## Return true if @var{h} is a graphics handle and false otherwise.\n\ | 21 ## Return true if @var{h} is a graphics handle and false otherwise. |
22 ## @end deftypefn | 22 ## @end deftypefn |
23 | 23 |
24 function retval = ishghandle (h) | 24 function retval = ishghandle (h) |
25 ## This function is just included for compatibility as Octave has | 25 ## This function is just included for compatibility as Octave has |
26 ## no simulink equivalent. | 26 ## no simulink equivalent. |