changeset 9763:941836b60ab9 octave-forge

Texinfo header fixes (get_first_help_sentence compatibility)
author prnienhuis
date Sun, 18 Mar 2012 16:09:48 +0000
parents 1bc4fc356028
children 933407a87a4e
files main/io/inst/io_ods_testscript.m main/io/inst/io_xls_testscript.m main/io/inst/object2json.m main/io/inst/odsfinfo.m
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/io_ods_testscript.m	Sun Mar 18 16:05:16 2012 +0000
+++ b/main/io/inst/io_ods_testscript.m	Sun Mar 18 16:09:48 2012 +0000
@@ -14,7 +14,7 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-## Check proper operation of ODS spreadsheet scripts
+## (Internal function) Check proper operation of ODS spreadsheet scripts.
 ## Before running, a character variable 'intf' should be initialized with
 ## a value of 'otk', 'jod', or 'uno'.
 
--- a/main/io/inst/io_xls_testscript.m	Sun Mar 18 16:05:16 2012 +0000
+++ b/main/io/inst/io_xls_testscript.m	Sun Mar 18 16:09:48 2012 +0000
@@ -14,7 +14,7 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-## Check proper operation of XLS spreadsheet scripts.
+## (Internal function) Check proper operation of XLS spreadsheet scripts.
 ## Before running, a character variable 'intf' should be initialized with
 ## a value of 'com', 'poi', 'jxl', 'oxs', or 'uno'.
 
--- a/main/io/inst/object2json.m	Sun Mar 18 16:05:16 2012 +0000
+++ b/main/io/inst/object2json.m	Sun Mar 18 16:09:48 2012 +0000
@@ -23,8 +23,8 @@
 function json = object2json (object)
 
   % function json = object2json (object)
-  % This function returns a valid json string that will describe object
-  % The string will be in a compact form (i.e. no spaces or line breaks)
+  % Returns a valid json string that will describe object; the string will
+  % be in a compact form (no spaces or line breaks).
   %
   % It will map simple octave values this way:
   %   function handles: string with the name of the function
--- a/main/io/inst/odsfinfo.m	Sun Mar 18 16:05:16 2012 +0000
+++ b/main/io/inst/odsfinfo.m	Sun Mar 18 16:09:48 2012 +0000
@@ -17,7 +17,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} [@var{filetype}] = odsfinfo (@var{filename} [, @var{reqintf}])
 ## @deftypefnx {Function File} [@var{filetype}, @var{sh_names}] = odsfinfo (@var{filename} [, @var{reqintf}])
-## Query an OpenOffice_org spreadsheet file @var{filename} (with .ods
+## Query an OpenOffice_org spreadsheet file @var{filename} (with ods
 ## suffix) for some info about its contents.
 ##
 ## If @var{filename} is a recognizable OpenOffice.org spreadsheet file,