comparison build-aux/mk-opts.pl @ 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 d9ca869ca124
children 48b2ad5ee801
comparison
equal deleted inserted replaced
20894:e528d7ab1cad 20895:7697a3433e37
905 sub emit_options_function 905 sub emit_options_function
906 { 906 {
907 print <<"_END_EMIT_OPTIONS_FUNCTION_HDR_"; 907 print <<"_END_EMIT_OPTIONS_FUNCTION_HDR_";
908 DEFUN ($OPT_FCN_NAME, args, , 908 DEFUN ($OPT_FCN_NAME, args, ,
909 "-*- texinfo -*-\\n\\ 909 "-*- texinfo -*-\\n\\
910 \@deftypefn {Built-in Function} {} $OPT_FCN_NAME ()\\n\\ 910 \@deftypefn {} {} $OPT_FCN_NAME ()\\n\\
911 \@deftypefnx {Built-in Function} {val =} $OPT_FCN_NAME (\@var{opt})\\n\\ 911 \@deftypefnx {} {val =} $OPT_FCN_NAME (\@var{opt})\\n\\
912 \@deftypefnx {Built-in Function} {} $OPT_FCN_NAME (\@var{opt}, \@var{val})\\n\\ 912 \@deftypefnx {} {} $OPT_FCN_NAME (\@var{opt}, \@var{val})\\n\\
913 $DOC_STRING\\n\\ 913 $DOC_STRING\\n\\
914 \\n\\ 914 \\n\\
915 Options include\\n\\ 915 Options include\\n\\
916 \\n\\ 916 \\n\\
917 \@table \@code\\n\\ 917 \@table \@code\\n\\