Mercurial > hg > octave-lyh
diff src/graphics.cc @ 8812:7d48766c21a5
use consistent format for doc strings of internal functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Feb 2009 02:16:34 -0500 |
parents | cb0ea772a4af |
children | f155e9d1f086 |
line wrap: on
line diff
--- a/src/graphics.cc +++ b/src/graphics.cc @@ -4452,12 +4452,14 @@ return retval; } +// Return all properties from the graphics handle @var{h}. +// If @var{h} is a vector, return a cell array including the +// property values or lists respectively. + DEFUN (__get__, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} __get__ (@var{h})\n\ -Return all properties from the graphics handle @var{h}.\n\ -If @var{h} is a vector, return a cell array including the property\n\ -values or lists respectively.\n\ +Undocumented internal function.\n\ @end deftypefn") { gh_manager::autolock guard;