dox
dox copied to clipboard
Add section for "Inherited Events"
Similar to "Inherited Variables" and "Inherited Methods", the end of each page should also include "Inherited Events" for the @event tag content from base classes. Basically, it'll be just as convenient as the others.
Mockup:

This is a bit of a strategic question... Haxe doesn't know what events are, and Dox being a Haxe documentation generation tool suggests to me that it shouldn't know what events are either.
My initial approach would be to allow configuration of how items are grouped, but this sounds like a more involved effort.
I really hope you won't remove support for @event from dox.
I'm not sure how we went from "please support it" to "please don't remove it", but no I don't plan to remove support for anything.
I'm not sure how we went from "please support it" to "please don't remove it"
Your previous comment:
Haxe doesn't know what events are, and Dox being a Haxe documentation generation tool suggests to me that it shouldn't know what events are either.
Dox already knows about events. With that in mind, the quote above makes it sound like you want to remove what already exists.
This feature request is to expand the existing @event feature. You already display events on a class in a nice table. I'd also like to see inherited events on subclasses of that class.