X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d22b8a59995829bc14b4490b9bddd95346e0585d..210d172f0776d7144b26c46a061b1a9d6bca9599:/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];