Mercurial > hg > octave-nkf
diff scripts/plot/gcbf.m @ 16808:772f51539af8
doc: Add gco() to documentation.
* doc/interpreter/plot.txi: Add gco() to manual.
* scripts/plot/gco.m: Add seealso links to docstring.
* scripts/plot/gcbf.m: Re-arrange seealso links. Improve docstring.
* scripts/plot/gcbo.m: Rewrite second paragraph of docstring.
Add seealso link to gco.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 22 Jun 2013 11:16:04 -0700 |
parents | f3d52523cde1 |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/gcbf.m +++ b/scripts/plot/gcbf.m @@ -21,9 +21,9 @@ ## Return a handle to the figure containing the object whose callback ## is currently executing. If no callback is executing, this function ## returns the empty matrix. The handle returned by this function is -## the same as the second output argument of gcbo. +## the same as the second output argument of @code{gcbo}. ## -##@seealso{gcf, gca, gcbo} +##@seealso{gcbo, gcf, gca} ##@end deftypefn function fig = gcbf ()