# HG changeset patch # User Rik # Date 1379616360 25200 # Node ID 0aa77acf22f5140af7387711ef429d7a148fd1b0 # Parent 4e86bb1901d6e048d9f58c98b2f70fc0f8a8c98f doc: Add seealso references between cla, clf, reset functions. * libinterp/corefcn/graphics.cc(Freset): Add @seealso links to cla, clf. * scripts/plot/cla.m, scripts/plot/clf.m: Add @seealso link to reset. diff -r 4e86bb1901d6 -r 0aa77acf22f5 libinterp/corefcn/graphics.cc --- a/libinterp/corefcn/graphics.cc Thu Sep 19 11:27:15 2013 -0700 +++ b/libinterp/corefcn/graphics.cc Thu Sep 19 11:46:00 2013 -0700 @@ -8520,6 +8520,7 @@ properties of @qcode{\"position\"}, @qcode{\"units\"},\n\ @qcode{\"windowstyle\"} and @qcode{\"paperunits\"} and the default axes\n\ properties of @qcode{\"position\"} and @qcode{\"units\"} are not reset.\n\ +@seealso{cla, clf}\n\ @end deftypefn") { int nargin = args.length (); diff -r 4e86bb1901d6 -r 0aa77acf22f5 scripts/plot/cla.m --- a/scripts/plot/cla.m Thu Sep 19 11:27:15 2013 -0700 +++ b/scripts/plot/cla.m Thu Sep 19 11:46:00 2013 -0700 @@ -33,7 +33,7 @@ ## ## If the first argument @var{hax} is an axes handle, then operate on ## this axis rather than the current axes returned by @code{gca}. -## @seealso{clf} +## @seealso{clf, delete, reset} ## @end deftypefn ## Author: Ben Abbott diff -r 4e86bb1901d6 -r 0aa77acf22f5 scripts/plot/clf.m --- a/scripts/plot/clf.m Thu Sep 19 11:27:15 2013 -0700 +++ b/scripts/plot/clf.m Thu Sep 19 11:46:00 2013 -0700 @@ -37,7 +37,7 @@ ## ## The optional return value @var{h} is the graphics handle of the figure ## window that was cleared. -## @seealso{cla, close, delete} +## @seealso{cla, close, delete, reset} ## @end deftypefn ## Author: jwe