From: <car...@us...> - 2011-09-27 12:37:40
|
Revision: 8612 http://octave.svn.sourceforge.net/octave/?rev=8612&view=rev Author: carandraug Date: 2011-09-27 12:37:29 +0000 (Tue, 27 Sep 2011) Log Message: ----------- geometry: small fixes on TexInfo documentation Modified Paths: -------------- trunk/octave-forge/main/geometry/inst/data2geo.m trunk/octave-forge/main/geometry/inst/svgnormalize.m Modified: trunk/octave-forge/main/geometry/inst/data2geo.m =================================================================== --- trunk/octave-forge/main/geometry/inst/data2geo.m 2011-09-27 12:34:58 UTC (rev 8611) +++ trunk/octave-forge/main/geometry/inst/data2geo.m 2011-09-27 12:37:29 UTC (rev 8612) @@ -14,7 +14,7 @@ %% along with this program. If not, see <http://www.gnu.org/licenses/>. %% -*- texinfo -*- -%% @deftypefn {Function File} @var{fileStr} = data2geo (@var{data}, @var{lc},@{opt}) +%% @deftypefn {Function File} {@var{fileStr} =} data2geo (@var{data}, @var{lc},@var{opt}) %% Takes data assuming certain order and builds a .geo file compatible with gmsh. %% %% @end deftypefn Modified: trunk/octave-forge/main/geometry/inst/svgnormalize.m =================================================================== --- trunk/octave-forge/main/geometry/inst/svgnormalize.m 2011-09-27 12:34:58 UTC (rev 8611) +++ trunk/octave-forge/main/geometry/inst/svgnormalize.m 2011-09-27 12:37:29 UTC (rev 8612) @@ -15,7 +15,7 @@ %% -*- texinfo -*- %% @deftypefn {Function File} @var{SVGn} = loadSVG (@var{SVG}) -%% Scales and reflects the @var{SVG} structure and returns a modified \var{SVGn} +%% Scales and reflects the @var{SVG} structure and returns a modified @var{SVGn} %% structure. %% %% The height and width of the SVG are scaled such that the diagonal of the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |