X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3e1616b61e001867875f42e3f09edb1c53db8096..d51722011c4a1b3223ae65d67cc5a01ebe6b519a:/scripts/macro-docs diff --git a/scripts/macro-docs b/scripts/macro-docs index 84f1f42..265ee35 100755 --- a/scripts/macro-docs +++ b/scripts/macro-docs @@ -6,7 +6,7 @@ my $name; my $docs; while(defined($_ = <>)) { chomp; - if(!defined $name and m,^/\* (\@([a-z\-]+).*),) { + if(!defined $name and m,^/\*\$ (\@?([a-z\-]+).*),) { $name = $2; my $heading = $1; $docs = [$heading];