We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1232708 commit 31c1232Copy full SHA for 31c1232
autodoc.pl
@@ -534,7 +534,8 @@ ($$)
534
die "'u' flag must also have 'm' or 'y' flags' for $element_name"
535
if $flags =~ /u/ && $flags !~ /[my]/;
536
warn ("'$element_name' not \\w+ in '$proto_in_file' in $file")
537
- if $flags !~ /N/ && $element_name !~ / ^ [_[:alpha:]] \w* $ /x;
+ if $flags !~ /N/ &&
538
+ $element_name !~ / ^ (?:struct\s+)? [_[:alpha:]] \w* $ /x;
539
540
if ($flags =~ /#/) {
541
die "Return type must be empty for '$element_name'"
0 commit comments