Mercurial > hg > octave-lyh
diff scripts/strings/untabify.m @ 11150:564e998017f5
docstring fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Oct 2010 03:33:25 -0400 |
parents | 965766039d93 |
children | b1f4bdc276b6 |
line wrap: on
line diff
--- a/scripts/strings/untabify.m +++ b/scripts/strings/untabify.m @@ -17,9 +17,9 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function file} untabify (@var{t}) -## @deftypefnx {Function file} untabify (@var{t}, @var{tw}) -## @deftypefnx {Function file} untabify (@var{t}, @var{tw}, @var{deblank}) +## @deftypefn {Function file} {} untabify (@var{t}) +## @deftypefnx {Function file} {} untabify (@var{t}, @var{tw}) +## @deftypefnx {Function file} {} untabify (@var{t}, @var{tw}, @var{deblank}) ## Replace TAB characters in @var{t}, with spaces. ## The tab width is specified by @var{tw}, or defaults to eight. ## The input, @var{t}, may be either a 2D character array, or a cell