comparison src/ov-fcn-inline.cc @ 6973:6fcc2f5b2c7d

[project @ 2007-10-08 10:22:17 by jwe]
author jwe
date Mon, 08 Oct 2007 10:22:17 +0000
parents c9c504d939c5
children 9e32bb109980
comparison
equal deleted inserted replaced
6972:b5a6f5c71451 6973:6fcc2f5b2c7d
576 octave_fcn_inline::convert_to_str_internal (bool, bool, char type) const 576 octave_fcn_inline::convert_to_str_internal (bool, bool, char type) const
577 { 577 {
578 return octave_value (fcn_text (), type); 578 return octave_value (fcn_text (), type);
579 } 579 }
580 580
581 DEFUN (inline, args, , 581 DEFUNX ("inline", Finline, args, ,
582 "-*- texinfo -*-\n\ 582 "-*- texinfo -*-\n\
583 @deftypefn {Built-in Function} {} inline (@var{str})\n\ 583 @deftypefn {Built-in Function} {} inline (@var{str})\n\
584 @deftypefnx {Built-in Function} {} inline (@var{str}, @var{arg1}, @dots{})\n\ 584 @deftypefnx {Built-in Function} {} inline (@var{str}, @var{arg1}, @dots{})\n\
585 @deftypefnx {Built-in Function} {} inline (@var{str}, @var{n})\n\ 585 @deftypefnx {Built-in Function} {} inline (@var{str}, @var{n})\n\
586 Create an inline function from the character string @var{str}.\n\ 586 Create an inline function from the character string @var{str}.\n\