jaguarjs-jsdoc
jaguarjs-jsdoc copied to clipboard
@module tag does not appear in documentation
If I have a CommonJS style module exporting different methods, it does not appear in the compiled documentation if I use the @module tag along with @function tags for each method.
The same here. It's worth noticing that the default template handle such case correctly.
Yup, noticed this too. @module tag handling is needed for creating CommonJS documentation.
seems like the documents do get generated but they are not added in the menu on the left side.
I have followed the instructions found here: http://usejsdoc.org/howto-commonjs-modules.html#values-assigned-to-module-exports- and module html was generated, but a link to it is not included in the index.html. Also, the search list on index.html does not include any of the exported symbols from the module.
I'm also experiencing this. +1 for anybody who finds a fix!