octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changeset: Update to Display Seealsos


From: Bill Denney
Subject: Changeset: Update to Display Seealsos
Date: Sat, 29 Mar 2008 09:39:36 -0400
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Attached is a changeset that just cross-references list_in_columns with the other display functions.

Have a good day,

Bill
# HG changeset patch
# User address@hidden
# Date 1206797770 14400
# Node ID 899bee11acd154a4309020f84cf5331820fb88e1
# Parent  ecacef8e1bbeb158bb29574046bd50d480afa5ef
update seealsos for display functions

diff -r ecacef8e1bbe -r 899bee11acd1 src/ChangeLog
--- a/src/ChangeLog     Sat Mar 29 09:26:44 2008 -0400
+++ b/src/ChangeLog     Sat Mar 29 09:36:10 2008 -0400
@@ -1,3 +1,8 @@ 2008-03-28  Jaroslav Hajek  <address@hidden
+2008-03-29  Bill Denney  <address@hidden>
+
+       * file-io.cc, pr-output.cc, strfns.cc: update seealsos to 
+       cross-reference display functions
+
 2008-03-28  Jaroslav Hajek  <address@hidden>
 
        * DLD-FUNCTIONS/lookup.cc: New file.
diff -r ecacef8e1bbe -r 899bee11acd1 src/file-io.cc
--- a/src/file-io.cc    Sat Mar 29 09:26:44 2008 -0400
+++ b/src/file-io.cc    Sat Mar 29 09:36:10 2008 -0400
@@ -811,7 +811,7 @@ DEFUN (fprintf, args, nargout,
 @deftypefn {Built-in Function} {} fprintf (@var{fid}, @var{template}, 
@dots{})\n\
 This function is just like @code{printf}, except that the output is\n\
 written to the stream @var{fid} instead of @code{stdout}.\n\
address@hidden, sprintf, fread, fscanf, fopen, fclose}\n\
address@hidden, disp, list_in_columns, sprintf, fread, fscanf, fopen, fclose}\n\
 @end deftypefn")
 {
   static std::string who = "fprintf";
@@ -877,7 +877,7 @@ See the Formatted Output section of the 
 See the Formatted Output section of the GNU Octave manual for a\n\
 complete description of the syntax of the template string.\n\
 @end ifclear\n\
address@hidden, sprintf, scanf}\n\
address@hidden, disp, list_in_columns, sprintf, scanf}\n\
 @end deftypefn")
 {
   static std::string who = "printf";
diff -r ecacef8e1bbe -r 899bee11acd1 src/pr-output.cc
--- a/src/pr-output.cc  Sat Mar 29 09:26:44 2008 -0400
+++ b/src/pr-output.cc  Sat Mar 29 09:36:10 2008 -0400
@@ -2794,7 +2794,7 @@ Note that the output from @code{disp} al
 \n\
 If an output value is requested, @code{disp} prints nothing and\n\
 returns the formatted output in a string.\n\
address@hidden
address@hidden,list_in_columns}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -2832,7 +2832,7 @@ fdisp (stdout, \"The value of pi is:\"),
 \n\
 @noindent\n\
 Note that the output from @code{fdisp} always ends with a newline.\n\
address@hidden
address@hidden,list_in_columns}\n\
 @end deftypefn")
 {
   octave_value retval;
diff -r ecacef8e1bbe -r 899bee11acd1 src/strfns.cc
--- a/src/strfns.cc     Sat Mar 29 09:26:44 2008 -0400
+++ b/src/strfns.cc     Sat Mar 29 09:36:10 2008 -0400
@@ -730,7 +730,7 @@ columns with an overall maximum width of
 columns with an overall maximum width of @var{width}.  The argument\n\
 @var{arg} must be a cell array of character strings or a character array.\n\
 If @var{width} is not specified, the width of the terminal screen is used.\n\
address@hidden
address@hidden, fprintf, printf, terminal_size}\n\
 @end deftypefn")
 {
   octave_value retval;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]