Mercurial > hg > octave-nkf
diff scripts/general/methods.m @ 15809:cf3a18843a26
doc: Change function type to "Function File".
* scripts/general/methods.m: Change function type to "Function File".
author | Rik <rik@octave.org> |
---|---|
date | Mon, 17 Dec 2012 16:43:02 -0800 |
parents | 921912c92102 |
children | 59b6c6aee042 |
line wrap: on
line diff
--- a/scripts/general/methods.m +++ b/scripts/general/methods.m @@ -17,9 +17,9 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {} methods (@var{obj}) -## @deftypefnx {Built-in Function} {} methods ("@var{classname}") -## @deftypefnx {Built-in Function} {@var{mtds} =} methods (@dots{}) +## @deftypefn {Function File} {} methods (@var{obj}) +## @deftypefnx {Function File} {} methods ("@var{classname}") +## @deftypefnx {Function File} {@var{mtds} =} methods (@dots{}) ## ## Return a cell array containing the names of the methods for the ## object @var{obj} or the named class @var{classname}.