chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b717d5d
)
doc/check-docs (scansyms): Stop trying to parse at `Leaked slot names'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Oct 2019 21:24:13 +0000
(22:24 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Oct 2019 23:18:27 +0000
(
00:18
+0100)
doc/check-docs
patch
|
blob
|
blame
|
history
diff --git
a/doc/check-docs
b/doc/check-docs
index fbeb367c16547f88b6eab0576b8f90212e4b52b1..c721da27597e17d3beef70d1bc9aeaa63b0001f2 100755
(executable)
--- a/
doc/check-docs
+++ b/
doc/check-docs
@@
-14,7
+14,7
@@
sub scansyms (\%$) {
chomp;
if (/^---/) { $st = NEWPKG; }
elsif ($st eq NEWPKG && /^Package `[-\w]+'/) { $st = LIST; }
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) { }
elsif ($st eq LIMBO && /^Methods:/) { $st = METHODS; }
elsif (/^\s*$/) { }
elsif ($st eq LIMBO) { }