# HG changeset patch # User Rik # Date 1380132430 25200 # Node ID b4343603f7ab1a4248e30011273cdb76fb15c07b # Parent edd15fceff14e35962b4fd327520aeda3ae4013c doc: Add seealso links between hggroup, addproperty, addlistener. * libinterp/corefcn/graphics.cc(Faddproperty, Faddlistener), scripts/plot/hggroup.m: Add seealso links between hggroup, addproperty, addlistener. diff --git a/libinterp/corefcn/graphics.cc b/libinterp/corefcn/graphics.cc --- a/libinterp/corefcn/graphics.cc +++ b/libinterp/corefcn/graphics.cc @@ -9787,6 +9787,7 @@ @end group\n\ @end example\n\ \n\ +@seealso{addproperty, hggroup}\n\ @end deftypefn") { gh_manager::auto_lock guard; @@ -9979,6 +9980,7 @@ @end group\n\ @end example\n\ \n\ +@seealso{addlistener, hggroup}\n\ @end deftypefn") { gh_manager::auto_lock guard; diff --git a/scripts/plot/hggroup.m b/scripts/plot/hggroup.m --- a/scripts/plot/hggroup.m +++ b/scripts/plot/hggroup.m @@ -37,6 +37,7 @@ ## collected into a single hggroup so that they can be made visible/invisible ## with a single command, @code{set (hg_handle, "visible", "off")}. ## +## @seealso{addproperty, addlistener} ## @end deftypefn ## Author: goffioul