diff --git a/src/script/api/doxygen_filter.awk b/src/script/api/doxygen_filter.awk index 342d90abd5..daf8057425 100644 --- a/src/script/api/doxygen_filter.awk +++ b/src/script/api/doxygen_filter.awk @@ -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) {