comparison src/utils.cc @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents 7a5aacf65f81
children 232a90612254
comparison
equal deleted inserted replaced
12545:e4a22302dc97 12546:39ca02387a32
767 767
768 DEFUN (make_absolute_filename, args, , 768 DEFUN (make_absolute_filename, args, ,
769 "-*- texinfo -*-\n\ 769 "-*- texinfo -*-\n\
770 @deftypefn {Built-in Function} {} make_absolute_filename (@var{file})\n\ 770 @deftypefn {Built-in Function} {} make_absolute_filename (@var{file})\n\
771 Return the full name of @var{file}, relative to the current directory.\n\ 771 Return the full name of @var{file}, relative to the current directory.\n\
772 @seealso{is_absolute_filename, is_rooted_relative_filename, isdir}\n\
772 @end deftypefn") 773 @end deftypefn")
773 { 774 {
774 octave_value retval = std::string (); 775 octave_value retval = std::string ();
775 776
776 if (args.length () == 1) 777 if (args.length () == 1)