changeset 17472:0aa77acf22f5

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.
author Rik <rik@octave.org>
date Thu, 19 Sep 2013 11:46:00 -0700
parents 4e86bb1901d6
children ffa7f1caab4e
files libinterp/corefcn/graphics.cc scripts/plot/cla.m scripts/plot/clf.m
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc
+++ b/libinterp/corefcn/graphics.cc
@@ -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 ();
--- a/scripts/plot/cla.m
+++ b/scripts/plot/cla.m
@@ -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 <bpabbott@mac.com>
--- a/scripts/plot/clf.m
+++ b/scripts/plot/clf.m
@@ -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