octave-maintainers
[Top][All Lists]
Advanced

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

file-io.cc Updated Documentation


From: Bill Denney
Subject: file-io.cc Updated Documentation
Date: Sun, 18 May 2008 16:06:00 -0400
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

The patch below updates the documentation for file-io.cc.

Have a good day,

Bill
# HG changeset patch
# User address@hidden
# Date 1211141062 14400
# Node ID 0ceb45f216c25be92f3fc94c014e5ae6e5336b71
# Parent  339da93709d8873d96791ac96424544c35f92a19
file-io.cc: added documentation

diff -r 339da93709d8 -r 0ceb45f216c2 src/ChangeLog
--- a/src/ChangeLog     Sun May 18 01:26:04 2008 -0400
+++ b/src/ChangeLog     Sun May 18 16:04:22 2008 -0400
@@ -1,3 +1,7 @@
+2008-05-18  Bill Denney  <address@hidden>
+
+       * file-io.cc: updated documentation (seealso)
+
 2008-05-07  John W. Eaton  <address@hidden>
 
        * pt-arg-list.cc, pt-arg-list.h (tree_argument_list::dup):
diff -r 339da93709d8 -r 0ceb45f216c2 src/file-io.cc
--- a/src/file-io.cc    Sun May 18 01:26:04 2008 -0400
+++ b/src/file-io.cc    Sun May 18 16:04:22 2008 -0400
@@ -359,7 +359,7 @@
 character.\n\
 \n\
 If there are no more characters to read, @code{fgets} returns @minus{}1.\n\
address@hidden, fscanf}\n\
address@hidden, fopen, fread, fscanf}\n\
 @end deftypefn")
 {
   static std::string who = "fgets";
@@ -617,7 +617,7 @@
 @noindent\n\
 however, conversions are currently only supported for @samp{native}\n\
 @samp{ieee-be}, and @samp{ieee-le} formats.\n\
address@hidden, fread, fseek}\n\
address@hidden, fgets, fputs, fread, fseek, ferror, fprintf, fscanf, ftell, 
fwrite}\n\
 @end deftypefn")
 {
   octave_value_list retval;
@@ -925,6 +925,7 @@
 Write a string to a file with no formatting.\n\
 \n\
 Return a non-negative number on success and EOF on error.\n\
address@hidden, sscanf, fread, fprintf, fgets, fscanf}\n\
 @end deftypefn")
 {
   static std::string who = "fputs";
@@ -1072,7 +1073,7 @@
 See the Formatted Input section of the GNU Octave manual for a\n\
 complete description of the syntax of the template string.\n\
 @end ifclear\n\
address@hidden, sscanf, fread, fprintf}\n\
address@hidden, sscanf, fread, fprintf, fgets, fputs}\n\
 @end deftypefn")
 {
   static std::string who = "fscanf";

reply via email to

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