# HG changeset patch # User Rik # Date 1386102853 28800 # Node ID aca545afdf25b19b04c72161008cb19626b68ad1 # Parent 46ca76f194cb58e9014de089cce7e601a2aea317 doc: Add seealso links to find_dir_in_path function. * utils.cc (Ffile_in_loadpath, Ffile_in_path, Ffind_dir_in_path): Add seealso links between these three functions. * variables.cc (Fexist): Add seealso link to find_dir_in_path. diff -r 46ca76f194cb -r aca545afdf25 libinterp/corefcn/utils.cc --- a/libinterp/corefcn/utils.cc Tue Dec 03 13:00:43 2013 -0500 +++ b/libinterp/corefcn/utils.cc Tue Dec 03 12:34:13 2013 -0800 @@ -303,7 +303,7 @@ If the second optional argument @qcode{\"all\"} is supplied, return\n\ a cell array containing the list of all files that have the same\n\ name in the path. If no files are found, return an empty cell array.\n\ -@seealso{file_in_path, path}\n\ +@seealso{file_in_path, find_dir_in_path, path}\n\ @end deftypefn") { octave_value retval; @@ -380,7 +380,7 @@ If the third optional argument @qcode{\"all\"} is supplied, return\n\ a cell array containing the list of all files that have the same\n\ name in the path. If no files are found, return an empty cell array.\n\ -@seealso{file_in_loadpath}\n\ +@seealso{file_in_loadpath, find_dir_in_path, path}\n\ @end deftypefn") { octave_value retval; @@ -905,6 +905,7 @@ \n\ The second argument is optional. If it is supplied, return a cell array\n\ containing all name matches rather than just the first.\n\ +@seealso{file_in_path, file_in_loadpath, path}\n\ @end deftypefn") { octave_value retval = std::string (); diff -r 46ca76f194cb -r aca545afdf25 libinterp/corefcn/variables.cc --- a/libinterp/corefcn/variables.cc Tue Dec 03 13:00:43 2013 -0500 +++ b/libinterp/corefcn/variables.cc Tue Dec 03 12:34:13 2013 -0800 @@ -548,7 +548,7 @@ Check only for directories.\n\ @end table\n\ \n\ -@seealso{file_in_loadpath, file_in_path, stat}\n\ +@seealso{file_in_loadpath, file_in_path, find_dir_in_path, stat}\n\ @end deftypefn") { octave_value retval = false;