From: <prn...@us...> - 2012-03-18 16:09:55
|
Revision: 9949 http://octave.svn.sourceforge.net/octave/?rev=9949&view=rev Author: prnienhuis Date: 2012-03-18 16:09:48 +0000 (Sun, 18 Mar 2012) Log Message: ----------- Texinfo header fixes (get_first_help_sentence compatibility) Modified Paths: -------------- trunk/octave-forge/main/io/inst/io_ods_testscript.m trunk/octave-forge/main/io/inst/io_xls_testscript.m trunk/octave-forge/main/io/inst/object2json.m trunk/octave-forge/main/io/inst/odsfinfo.m Modified: trunk/octave-forge/main/io/inst/io_ods_testscript.m =================================================================== --- trunk/octave-forge/main/io/inst/io_ods_testscript.m 2012-03-18 16:05:16 UTC (rev 9948) +++ trunk/octave-forge/main/io/inst/io_ods_testscript.m 2012-03-18 16:09:48 UTC (rev 9949) @@ -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'. Modified: trunk/octave-forge/main/io/inst/io_xls_testscript.m =================================================================== --- trunk/octave-forge/main/io/inst/io_xls_testscript.m 2012-03-18 16:05:16 UTC (rev 9948) +++ trunk/octave-forge/main/io/inst/io_xls_testscript.m 2012-03-18 16:09:48 UTC (rev 9949) @@ -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'. Modified: trunk/octave-forge/main/io/inst/object2json.m =================================================================== --- trunk/octave-forge/main/io/inst/object2json.m 2012-03-18 16:05:16 UTC (rev 9948) +++ trunk/octave-forge/main/io/inst/object2json.m 2012-03-18 16:09:48 UTC (rev 9949) @@ -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 Modified: trunk/octave-forge/main/io/inst/odsfinfo.m =================================================================== --- trunk/octave-forge/main/io/inst/odsfinfo.m 2012-03-18 16:05:16 UTC (rev 9948) +++ trunk/octave-forge/main/io/inst/odsfinfo.m 2012-03-18 16:09:48 UTC (rev 9949) @@ -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, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |