You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent the recognition of e.g. `sub` in:
```
my %SenderArgs = (
sendmail => [],
smtp => [],
sub => [],
);
```
as start of a subroutine (and giving in doxygen the warning:
```
warning: member with no name found.
```
the recognition of subroutines has been adjusted.
0 commit comments