# HG changeset patch # User Rik # Date 1350417013 25200 # Node ID 95d7475a0a8962d32fca27332b80694e53a18078 # Parent 39fd2ad26fb7132988456d14a5f74d9bb2df9b95 doc: Add seealso links between uigetfile, uiputfile, uigetdir. * uigetdir.m, uigetfile.m, uiputfile.m: Add seealso links between these related functions. diff -r 39fd2ad26fb7 -r 95d7475a0a89 scripts/plot/uigetdir.m --- a/scripts/plot/uigetdir.m Tue Oct 16 12:37:43 2012 -0700 +++ b/scripts/plot/uigetdir.m Tue Oct 16 12:50:13 2012 -0700 @@ -23,7 +23,7 @@ ## Open a GUI dialog for selecting a directory. If @var{init_path} is not ## given the current working directory is used. @var{dialog_name} may be ## used to customize the dialog title. -## @seealso{uigetfile} +## @seealso{uigetfile, uiputfile} ## @end deftypefn ## Author: Kai Habel diff -r 39fd2ad26fb7 -r 95d7475a0a89 scripts/plot/uigetfile.m --- a/scripts/plot/uigetfile.m Tue Oct 16 12:37:43 2012 -0700 +++ b/scripts/plot/uigetfile.m Tue Oct 16 12:50:13 2012 -0700 @@ -58,6 +58,7 @@ ## and a 2-element vector containing the pixel coordinates. ## Two or more files can be selected when setting the "MultiSelect" key to "on". ## In that case @var{fname} is a cell array containing the files. +## @seealso{uiputfile, uigetdir} ## @end deftypefn ## Author: Kai Habel diff -r 39fd2ad26fb7 -r 95d7475a0a89 scripts/plot/uiputfile.m --- a/scripts/plot/uiputfile.m Tue Oct 16 12:37:43 2012 -0700 +++ b/scripts/plot/uiputfile.m Tue Oct 16 12:50:13 2012 -0700 @@ -49,6 +49,7 @@ ## @var{dialog_name} can be used to customize the dialog title. ## If @var{default_file} is given it is preselected in the GUI dialog. ## If, in addition, a path is given it is also used as current path. +## @seealso{uigetfile, uigetdir} ## @end deftypefn ## Author: Kai Habel