# HG changeset patch # User Rik # Date 1562814164 25200 # Node ID 940c1b6e345359a68fc61b10d6e340fd3f9ba841 # Parent f7bf27159cf7b0fb6664ab515b3336f506f72497 doc: Remove stray semicolons from pie, pie3 calling forms. * pie.m, pie3.m: Remove stray semicolon at end of @deftypefnx statements. diff -r f7bf27159cf7 -r 940c1b6e3453 scripts/plot/draw/pie.m --- 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 diff -r f7bf27159cf7 -r 940c1b6e3453 scripts/plot/draw/pie3.m --- 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