Codefix: [Script] incorrect end of class detection for doxygen (#13204)

This commit is contained in:
Loïc Guilloux 2024-12-28 19:15:09 +01:00 committed by GitHub
parent be33f29984
commit d840152cb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {