bitovi / documentjs

The sophisticated documentation engine
https://documentjs.com/
MIT License
598 stars 382 forks source link

Support @hideconstructor #285

Open hekike opened 6 years ago

hekike commented 6 years ago

It would be useful to support @hideconstructor JSDoc to hide constructor of class. http://usejsdoc.org/tags-hideconstructor.html

This is useful when you have a factory method for the constructor. @private on a class hides all the class methods so it's not an option.