changeset 27231:940c1b6e3453 stable

doc: Remove stray semicolons from pie, pie3 calling forms. * pie.m, pie3.m: Remove stray semicolon at end of @deftypefnx statements.
author Rik <rik@octave.org>
date Wed, 10 Jul 2019 20:02:44 -0700
parents f7bf27159cf7
children 61701d1317a1 5d3665e6677c
files scripts/plot/draw/pie.m scripts/plot/draw/pie3.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/pie.m	Fri Jun 14 10:32:06 2019 -0500
+++ b/scripts/plot/draw/pie.m	Wed Jul 10 20:02:44 2019 -0700
@@ -20,8 +20,8 @@
 ## @deftypefn  {} {} pie (@var{x})
 ## @deftypefnx {} {} pie (@dots{}, @var{explode})
 ## @deftypefnx {} {} pie (@dots{}, @var{labels})
-## @deftypefnx {} {} pie (@var{hax}, @dots{});
-## @deftypefnx {} {@var{h} =} pie (@dots{});
+## @deftypefnx {} {} pie (@var{hax}, @dots{})
+## @deftypefnx {} {@var{h} =} pie (@dots{})
 ## Plot a 2-D pie chart.
 ##
 ## When called with a single vector argument, produce a pie chart of the
--- a/scripts/plot/draw/pie3.m	Fri Jun 14 10:32:06 2019 -0500
+++ b/scripts/plot/draw/pie3.m	Wed Jul 10 20:02:44 2019 -0700
@@ -21,8 +21,8 @@
 ## @deftypefn  {} {} pie3 (@var{x})
 ## @deftypefnx {} {} pie3 (@dots{}, @var{explode})
 ## @deftypefnx {} {} pie3 (@dots{}, @var{labels})
-## @deftypefnx {} {} pie3 (@var{hax}, @dots{});
-## @deftypefnx {} {@var{h} =} pie3 (@dots{});
+## @deftypefnx {} {} pie3 (@var{hax}, @dots{})
+## @deftypefnx {} {@var{h} =} pie3 (@dots{})
 ## Plot a 3-D pie chart.
 ##
 ## Called with a single vector argument, produces a 3-D pie chart of the