diff scripts/general/isdir.m @ 11431:0d9640d755b1

Improve docstrings for all isXXX functions. Use 'return true' rather than 'return 1'. Improve the cross-referencing through seealso links.
author Rik <octave@nomad.inbox5.com>
date Fri, 31 Dec 2010 13:20:44 -0800
parents a1dbe9d80eee
children c776f063fefe
line wrap: on
line diff
--- a/scripts/general/isdir.m
+++ b/scripts/general/isdir.m
@@ -19,6 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} isdir (@var{f})
 ## Return true if @var{f} is a directory.
+## @seealso{is_absolute_filename, is_rooted_relative_filename}
 ## @end deftypefn
 
 function t = isdir (x)