diff libinterp/parse-tree/lex.ll @ 20895:7697a3433e37

doc: Remove class of function from docstring from generated C++ files. * mk-opts.pl, lex.ll, oct-parse.in.yy: Remove class of function from @deftypefn.
author Rik <rik@octave.org>
date Mon, 14 Dec 2015 14:22:57 -0800
parents 14cd86258b3d
children 9db35d2042be
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Mon Dec 14 14:16:19 2015 -0800
+++ b/libinterp/parse-tree/lex.ll	Mon Dec 14 14:22:57 2015 -0800
@@ -1902,8 +1902,8 @@
 
 DEFUN (iskeyword, args, ,
   "-*- texinfo -*-\n\
-@deftypefn  {Built-in Function} {} iskeyword ()\n\
-@deftypefnx {Built-in Function} {} iskeyword (@var{name})\n\
+@deftypefn  {} {} iskeyword ()\n\
+@deftypefnx {} {} iskeyword (@var{name})\n\
 Return true if @var{name} is an Octave keyword.\n\
 \n\
 If @var{name} is omitted, return a list of keywords.\n\
@@ -1962,7 +1962,7 @@
 
 DEFUN (__display_tokens__, args, nargout,
   "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} __display_tokens__ ()\n\
+@deftypefn {} {} __display_tokens__ ()\n\
 Query or set the internal variable that determines whether Octave's\n\
 lexer displays tokens as they are read.\n\
 @seealso{__lexer_debug_flag__, __token_count__}\n\
@@ -1973,7 +1973,7 @@
 
 DEFUN (__token_count__, , ,
   "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} __token_count__ ()\n\
+@deftypefn {} {} __token_count__ ()\n\
 Return the number of language tokens processed since Octave startup.\n\
 @seealso{__lexer_debug_flag__, __display_tokens__}\n\
 @end deftypefn")
@@ -1983,8 +1983,8 @@
 
 DEFUN (__lexer_debug_flag__, args, nargout,
   "-*- texinfo -*-\n\
-@deftypefn  {Built-in Function} {@var{val} =} __lexer_debug_flag__ ()\n\
-@deftypefnx {Built-in Function} {@var{old_val} =} __lexer_debug_flag__ (@var{new_val})\n\
+@deftypefn  {} {@var{val} =} __lexer_debug_flag__ ()\n\
+@deftypefnx {} {@var{old_val} =} __lexer_debug_flag__ (@var{new_val})\n\
 Query or set the internal flag that determines whether Octave's lexer prints\n\
 debug information as it processes an expression.\n\
 @seealso{__display_tokens__, __token_count__, __parse_debug_flag__}\n\