comparison src/pr-output.cc @ 11547:e1851653d59c

Eliminate @deffn macros. For consistency and easier maintenance, only use @deftypefn macro.
author Rik <octave@nomad.inbox5.com>
date Sat, 15 Jan 2011 10:04:30 -0800
parents fd0a3ac60b0e
children 57632dea2446
comparison
equal deleted inserted replaced
11546:1b7bb90e670a 11547:e1851653d59c
3730 } 3730 }
3731 } 3731 }
3732 3732
3733 DEFUN (format, args, , 3733 DEFUN (format, args, ,
3734 "-*- texinfo -*-\n\ 3734 "-*- texinfo -*-\n\
3735 @deffn {Command} format\n\ 3735 @deftypefn {Command} {} format\n\
3736 @deffnx {Command} format options\n\ 3736 @deftypefnx {Command} {} format options\n\
3737 Reset or specify the format of the output produced by @code{disp} and\n\ 3737 Reset or specify the format of the output produced by @code{disp} and\n\
3738 Octave's normal echoing mechanism. This command only affects the display\n\ 3738 Octave's normal echoing mechanism. This command only affects the display\n\
3739 of numbers but not how they are stored or computed. To change the internal\n\ 3739 of numbers but not how they are stored or computed. To change the internal\n\
3740 representation from the default double use one of the conversion functions\n\ 3740 representation from the default double use one of the conversion functions\n\
3741 such as @code{single}, @code{uint8}, @code{int64}, etc.\n\ 3741 such as @code{single}, @code{uint8}, @code{int64}, etc.\n\
3895 \n\ 3895 \n\
3896 @item loose\n\ 3896 @item loose\n\
3897 Insert blank lines above and below column number labels to produce a more\n\ 3897 Insert blank lines above and below column number labels to produce a more\n\
3898 readable output with less data per page. (default).\n\ 3898 readable output with less data per page. (default).\n\
3899 @end table\n\ 3899 @end table\n\
3900 @end deffn") 3900 @end deftypefn")
3901 { 3901 {
3902 octave_value_list retval; 3902 octave_value_list retval;
3903 3903
3904 int argc = args.length () + 1; 3904 int argc = args.length () + 1;
3905 3905