Skip to content

Commit

Permalink
Update WrenDocs.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
dollerama authored Sep 11, 2024
1 parent 2bd1bee commit d7cf1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/WrenDocs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sub create_doc {
my $class_name =
( $_ =~ /(?<=(class\s))(.*)(?=(\s[{]))/g )[1];
my $link = $mod."-"."-k".$#classes;
$header .= "### Foreign Class `` <a id='" . $class_name . "'></a> ``\n";
$header .= "### Foreign Class `` <a id='" . $link . "'></a> ``\n";
$header .= ">\n".$description . "\n";
push( @classes,
"> - [" . $class_name . "](#" . $link . ")" );
Expand Down

0 comments on commit d7cf1c9

Please sign in to comment.