How to display Javascript methods in a 'group' in JSDOC?
问题 Is there are possibility to 'group' functions within a class (AMD/RequireJS Module) ? My classes have sometimes over 20+ functions which actually belong to a specific 'interface implementation' and sometimes they just need to be grouped for better readability. I checked the available jsDoc tags but none of them seem to provide this, in Doxygen there are number of tags... Any ideas? 回答1: this is one way to do it, your module shape may very, but this works with classes and modules: /** *