1
0
Fork 0

Fix #13520: [Script] doxygen ignored 'constexpr' constants (#13523)

pull/13528/head
Loïc Guilloux 2025-02-10 23:05:31 +01:00 committed by GitHub
parent 687829fa14
commit 7fbfaa1b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ BEGIN {
}
# Add a const (non-enum) value
/^[ ]*static const \w+ \w+ = [^;]+;/ {
/^[ ]*static const(expr)? \w+ \w+ = [^;]+;/ {
if (api_selected == "") api_selected = cls_in_api
if (api_selected == "false") {
api_selected = ""