changeset 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 68919cd4cd45
children 87a61a4d8fd2
files scripts/general/methods.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/methods.m	Mon Dec 17 14:59:41 2012 -0800
+++ b/scripts/general/methods.m	Mon Dec 17 16:43:02 2012 -0800
@@ -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}.