doc/check-docs (scansyms): Stop trying to parse at `Leaked slot names'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 21:24:13 +0000 (22:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Oct 2019 23:18:27 +0000 (00:18 +0100)
doc/check-docs

index fbeb367..c721da2 100755 (executable)
@@ -14,7 +14,7 @@ sub scansyms (\%$) {
     chomp;
     if (/^---/) { $st = NEWPKG; }
     elsif ($st eq NEWPKG && /^Package `[-\w]+'/) { $st = LIST; }
-    elsif ($st eq LIST && /^Classes:/) { $st = LIMBO; }
+    elsif ($st eq LIST && /^(Classes|Leaked slot names):/) { $st = LIMBO; }
     elsif ($st eq LIMBO && /^Methods:/) { $st = METHODS; }
     elsif (/^\s*$/) { }
     elsif ($st eq LIMBO) { }