diff src/help.cc @ 15038:ab18578c2ade

doc: Update docstrings for built-in functions to not use "Loadable Function" as type. * data.cc, debug.cc, help.cc, ov-oncleanup.cc, sparse.cc: Update docstrings for built-in functions to use "Built-in Function" as type.
author Rik <rik@octave.org>
date Fri, 27 Jul 2012 14:37:37 -0700
parents 560317fd5977
children
line wrap: on
line diff
--- a/src/help.cc	Fri Jul 27 09:11:49 2012 -0700
+++ b/src/help.cc	Fri Jul 27 14:37:37 2012 -0700
@@ -954,7 +954,7 @@
 }
 
 DEFUN (get_help_text, args, , "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {[@var{text}, @var{format}] =} get_help_text (@var{name})\n\
+@deftypefn {Built-in Function} {[@var{text}, @var{format}] =} get_help_text (@var{name})\n\
 Return the raw help text of function @var{name}.\n\
 \n\
 The raw help text is returned in @var{text} and the format in @var{format}\n\
@@ -1023,7 +1023,7 @@
 
 DEFUN (get_help_text_from_file, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {[@var{text}, @var{format}] =} get_help_text_from_file (@var{fname})\n\
+@deftypefn {Built-in Function} {[@var{text}, @var{format}] =} get_help_text_from_file (@var{fname})\n\
 Return the raw help text from the file @var{fname}.\n\
 \n\
 The raw help text is returned in @var{text} and the format in @var{format}\n\