comparison src/input.cc @ 12211:11faa69c4eaa

Add S_ISBLK and family of functions to documentation. Improve docstrings for functions in System Utilities::File Utilities.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:28:38 -0800
parents 0947d399cff4
children 7a5aacf65f81
comparison
equal deleted inserted replaced
12210:cd6f7f4f53a3 12211:11faa69c4eaa
1504 return retval; 1504 return retval;
1505 } 1505 }
1506 1506
1507 DEFUN (filemarker, args, nargout, 1507 DEFUN (filemarker, args, nargout,
1508 "-*- texinfo -*-\n\ 1508 "-*- texinfo -*-\n\
1509 @deftypefn {Built-in Function} {} filemarker ()\n\ 1509 @deftypefn {Built-in Function} {@var{val} =} filemarker ()\n\
1510 @deftypefnx {Built-in Function} {} filemarker (@var{new_val})\n\
1510 Query or set the character used to separate filename from the\n\ 1511 Query or set the character used to separate filename from the\n\
1511 the subfunction names contained within the file. This can be used in\n\ 1512 the subfunction names contained within the file. This can be used in\n\
1512 a generic manner to interact with subfunctions. For example,\n\ 1513 a generic manner to interact with subfunctions. For example,\n\
1513 \n\ 1514 \n\
1514 @example\n\ 1515 @example\n\