diff libinterp/corefcn/variables.cc @ 18062:aca545afdf25 stable

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.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 12:34:13 -0800
parents 2ca3a2f46d93
children ff05d5b70411
line wrap: on
line diff
--- 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;