Kaydet (Commit) d64a40db authored tarafından Fred Drake's avatar Fred Drake

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

	actually uses this markup.
üst 9b134bf7
...@@ -662,6 +662,15 @@ sub do_env_methoddesc{ ...@@ -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{ sub do_env_methoddescni{
local($_) = @_; local($_) = @_;
next_optional_argument(); next_optional_argument();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment