comparison 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
comparison
equal deleted inserted replaced
8811:20dfb885f877 8812:7d48766c21a5
4450 } 4450 }
4451 4451
4452 return retval; 4452 return retval;
4453 } 4453 }
4454 4454
4455 // Return all properties from the graphics handle @var{h}.
4456 // If @var{h} is a vector, return a cell array including the
4457 // property values or lists respectively.
4458
4455 DEFUN (__get__, args, , 4459 DEFUN (__get__, args, ,
4456 "-*- texinfo -*-\n\ 4460 "-*- texinfo -*-\n\
4457 @deftypefn {Built-in Function} {} __get__ (@var{h})\n\ 4461 @deftypefn {Built-in Function} {} __get__ (@var{h})\n\
4458 Return all properties from the graphics handle @var{h}.\n\ 4462 Undocumented internal function.\n\
4459 If @var{h} is a vector, return a cell array including the property\n\
4460 values or lists respectively.\n\
4461 @end deftypefn") 4463 @end deftypefn")
4462 { 4464 {
4463 gh_manager::autolock guard; 4465 gh_manager::autolock guard;
4464 4466
4465 octave_value retval; 4467 octave_value retval;