1
0
Fork 0

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

pull/13523/head
glx22 2025-02-10 19:26:21 +01:00
parent faadf00a6a
commit 4eaac2602d
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ BEGIN {
} }
# Add a const (non-enum) value # 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 == "") api_selected = cls_in_api
if (api_selected == "false") { if (api_selected == "false") {
api_selected = "" api_selected = ""