X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a4243347741f0f7079858e03bca8fc32990f525c..c076146f56b235db3757c6b075e4d3f0f000e0be:/scripts/macro-docs diff --git a/scripts/macro-docs b/scripts/macro-docs index 51586ea..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];