From: <prn...@us...> - 2012-03-18 22:20:48
|
Revision: 9952 http://octave.svn.sourceforge.net/octave/?rev=9952&view=rev Author: prnienhuis Date: 2012-03-18 22:20:41 +0000 (Sun, 18 Mar 2012) Log Message: ----------- Minor help text changes (get_first_help_sentence compatibility) Modified Paths: -------------- trunk/octave-forge/main/io/inst/object2json.m Modified: trunk/octave-forge/main/io/inst/object2json.m =================================================================== --- trunk/octave-forge/main/io/inst/object2json.m 2012-03-18 21:03:48 UTC (rev 9951) +++ trunk/octave-forge/main/io/inst/object2json.m 2012-03-18 22:20:41 UTC (rev 9952) @@ -22,7 +22,6 @@ function json = object2json (object) - % function json = object2json (object) % Returns a valid json string that will describe object; the string will % be in a compact form (no spaces or line breaks). % This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |