comparison scripts/help/print_usage.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 30817aa3889a
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
1 ## Copyright (C) 2009 Søren Hauberg 1 ## Copyright (C) 2009 S�ren Hauberg
2 ## 2 ##
3 ## This program is free software; you can redistribute it and/or modify it 3 ## This program is free software; you can redistribute it and/or modify it
4 ## under the terms of the GNU General Public License as published by 4 ## under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 3 of the License, or (at 5 ## the Free Software Foundation; either version 3 of the License, or (at
6 ## your option) any later version. 6 ## your option) any later version.
13 ## You should have received a copy of the GNU General Public License 13 ## You should have received a copy of the GNU General Public License
14 ## along with this program; see the file COPYING. If not, see 14 ## along with this program; see the file COPYING. If not, see
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {} print_usage () 18 ## @deftypefn {Function File} {} print_usage ()
19 ## @deftypefnx{Function File} {} print_usage (@var{name}) 19 ## @deftypefnx {Function File} {} print_usage (@var{name})
20 ## Print the usage message for a function. When called with no input arguments 20 ## Print the usage message for a function. When called with no input arguments
21 ## the @code{print_usage} function displays the usage message of the currently 21 ## the @code{print_usage} function displays the usage message of the currently
22 ## executing function. 22 ## executing function.
23 ## @seealso{help} 23 ## @seealso{help}
24 ## @end deftypefn 24 ## @end deftypefn