comparison libinterp/corefcn/graphics.cc @ 30559:841a10208c38

doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory. * data.cc, debug.cc, graphics.cc, mappers.cc, sparse.cc, strfns.cc, sysdep.cc, utils.cc, variables.cc, ov-cell.cc, ov-class.cc, ov-fcn-handle.cc, ov-java.cc, ov-null-mat.cc, ov-struct.cc, ov-usr-fcn.cc, ov.cc, octave.cc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
author Rik <rik@octave.org>
date Mon, 27 Dec 2021 19:53:35 -0800
parents fe6d1711feea
children 83f9f8bda883
comparison
equal deleted inserted replaced
30558:83aeaba707d8 30559:841a10208c38
12648 12648
12649 // --------------------------------------------------------------------- 12649 // ---------------------------------------------------------------------
12650 12650
12651 DEFMETHOD (ishghandle, interp, args, , 12651 DEFMETHOD (ishghandle, interp, args, ,
12652 doc: /* -*- texinfo -*- 12652 doc: /* -*- texinfo -*-
12653 @deftypefn {} {} ishghandle (@var{h}) 12653 @deftypefn {} {@var{tf} =} ishghandle (@var{h})
12654 Return true if @var{h} is a graphics handle and false otherwise. 12654 Return true if @var{h} is a graphics handle and false otherwise.
12655 12655
12656 @var{h} may also be a matrix of handles in which case a logical array is 12656 @var{h} may also be a matrix of handles in which case a logical array is
12657 returned that is true where the elements of @var{h} are graphics handles and 12657 returned that is true where the elements of @var{h} are graphics handles and
12658 false where they are not. 12658 false where they are not.