do_cmd_methodlineni(): New function, needed because the ref. manual now

actually uses this markup.
This commit is contained in:
Fred Drake 1998-09-10 18:59:13 +00:00
parent 9b134bf716
commit d64a40dbc0

View file

@ -662,6 +662,15 @@ sub do_env_methoddesc{
}
sub do_cmd_methodlineni{
local($_) = @_;
next_optional_argument();
my $method = next_argument();
my $arg_list = next_argument();
return "<dt><b>$method</b> (<var>$arg_list</var>)\n<dd>"
. $_;
}
sub do_env_methoddescni{
local($_) = @_;
next_optional_argument();