mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
Codefix: [Script] incorrect end of class detection for doxygen (#13204)
This commit is contained in:
@@ -211,7 +211,7 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Maybe the end of the class, if so we can start with the Squirrel export pretty soon
|
# Maybe the end of the class, if so we can start with the Squirrel export pretty soon
|
||||||
/};/ {
|
/^[ ]*};/ {
|
||||||
comment_buffer = ""
|
comment_buffer = ""
|
||||||
cls_level--
|
cls_level--
|
||||||
if (cls_level != 0) {
|
if (cls_level != 0) {
|
||||||
|
Reference in New Issue
Block a user