diff libinterp/dldfcn/__osmesa_print__.cc @ 19795:ca7599ae464d

doc: Grammarcheck documentation ahead of 4.0 release. * plot.txi, data.cc, graphics.cc, ordschur.cc, __ilu__.cc, __osmesa_print__.cc, audiodevinfo.cc, soundsc.m, interp2.m, interp3.m, interpn.m, annotation.m, zoom.m: Grammarcheck documentation ahead of 4.0 release.
author Rik <rik@octave.org>
date Fri, 20 Feb 2015 14:26:36 -0800
parents 84772c272288
children 19755f4fc851
line wrap: on
line diff
--- a/libinterp/dldfcn/__osmesa_print__.cc	Fri Feb 20 14:24:17 2015 -0800
+++ b/libinterp/dldfcn/__osmesa_print__.cc	Fri Feb 20 14:26:36 2015 -0800
@@ -58,23 +58,26 @@
 
 DEFUN_DLD(__osmesa_print__, args, ,
           "-*- texinfo -*-\n\
-@deftypefn {Loadable Function}  __osmesa_print__ (@var{h}, @var{file}, @var{term})\n\
-@deftypefnx {Loadable Function} {@var{img}  =} __osmesa_print__ (@var{h})\n\
+@deftypefn  {Loadable Function} {} __osmesa_print__ (@var{h}, @var{file}, @var{term})\n\
+@deftypefnx {Loadable Function} {@var{img} =} __osmesa_print__ (@var{h})\n\
 Print figure @var{h} using OSMesa and gl2ps for vector formats.\n\
 \n\
 This is a private internal function.\n\
 \n\
 The first method calls gl2ps with the appropriate @var{term} and writes\n\
-the output of gl2ps to @var{file}. If the first character of @var{file}\n\
+the output of gl2ps to @var{file}.  If the first character of @var{file}\n\
 is @qcode{|}, then a process is started and the output of gl2ps is piped\n\
 to it.\n\
 \n\
 Valid options for @var{term}, which can be concatenated in one string, are:\n\
+\n\
 @table @asis\n\
 @item @qcode{eps}, @qcode{pdf}, @qcode{ps}, @qcode{svg}, @qcode{pgf}, @qcode{tex}\n\
 Select output format.\n\
+\n\
 @item @qcode{is2D}\n\
 Use GL2PS_SIMPLE_SORT instead of GL2PS_BSP_SORT as Z-depth sorting algorithm.\n\
+\n\
 @item @qcode{notext}\n\
 Don't render text.\n\
 @end table\n\