changeset 15533:95d7475a0a89

doc: Add seealso links between uigetfile, uiputfile, uigetdir. * uigetdir.m, uigetfile.m, uiputfile.m: Add seealso links between these related functions.
author Rik <rik@octave.org>
date Tue, 16 Oct 2012 12:50:13 -0700
parents 39fd2ad26fb7
children 7d76290fb29b
files scripts/plot/uigetdir.m scripts/plot/uigetfile.m scripts/plot/uiputfile.m
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/uigetdir.m
+++ b/scripts/plot/uigetdir.m
@@ -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
--- a/scripts/plot/uigetfile.m
+++ b/scripts/plot/uigetfile.m
@@ -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
--- a/scripts/plot/uiputfile.m
+++ b/scripts/plot/uiputfile.m
@@ -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