Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cce71 commit 2903d03Copy full SHA for 2903d03
1 file changed
Doc/perl/SynopsisTable.pm
@@ -42,7 +42,8 @@ sub tohtml{
42
my $name;
43
foreach $name (split /,/, $self->{names}) {
44
my($key,$type,$synopsis) = $self->get($name);
45
- $data .= "<dt><b><tt>$name</tt></b>\n<dd>$synopsis\n";
+ $data .= ("<dt><b><tt><a href=\"module-$key.html\">$name</a></tt></b>"
46
+ . "\n<dd>$synopsis\n");
47
}
48
$data .= "</dl>\n";
49
$data;
0 commit comments