diff 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
line wrap: on
line diff
--- a/src/pr-output.cc	Sat Jan 15 12:02:41 2011 -0500
+++ b/src/pr-output.cc	Sat Jan 15 10:04:30 2011 -0800
@@ -3732,8 +3732,8 @@
 
 DEFUN (format, args, ,
   "-*- texinfo -*-\n\
-@deffn  {Command} format\n\
-@deffnx {Command} format options\n\
+@deftypefn {Command} {} format\n\
+@deftypefnx {Command} {} format options\n\
 Reset or specify the format of the output produced by @code{disp} and\n\
 Octave's normal echoing mechanism.  This command only affects the display\n\
 of numbers but not how they are stored or computed.  To change the internal\n\
@@ -3897,7 +3897,7 @@
 Insert blank lines above and below column number labels to produce a more\n\
 readable output with less data per page.  (default).\n\
 @end table\n\
-@end deffn")
+@end deftypefn")
 {
   octave_value_list retval;