mirror of https://github.com/OpenTTD/OpenTTD
Codefix: [Script] incorrect end of class detection for doxygen (#13204)
parent
be33f29984
commit
d840152cb7
|
@ -211,7 +211,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
# Maybe the end of the class, if so we can start with the Squirrel export pretty soon
|
||||
/};/ {
|
||||
/^[ ]*};/ {
|
||||
comment_buffer = ""
|
||||
cls_level--
|
||||
if (cls_level != 0) {
|
||||
|
|
Loading…
Reference in New Issue