I ran into this issue where @example tags on class docs get ignored if a description (tagless description or @description -- not @classdesc) is not included.
Based on this line the following tags on class docs are associated to the constructor:
- description
- params
- examples
- returns
- exceptions
However, on this line a constructor is only output if it has a description or params. Would it make sense to update this to check for examples, returns, and exceptions as well?