NatSpec: Disallow `@return` tag on events.
Ethereum events do not declare return parameters, unlike functions. The event branch of callable documentation incorrectly accepted the same tag set as functions, allowing misleading `@return` markup. Restrict event validation to `dev`, `notice`, and `param`, consistent with errors.
W
Weixie Cui committed
4e2e89750cf25b8ab96e44f8ec187de1d84ab87b
Parent: 9cdc2bc