Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@module tag does not appear in documentation #25

Open
klyngbaek opened this issue Sep 16, 2014 · 5 comments
Open

@module tag does not appear in documentation #25

klyngbaek opened this issue Sep 16, 2014 · 5 comments

Comments

@klyngbaek
Copy link

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.

@malps13
Copy link

malps13 commented Oct 21, 2014

The same here. It's worth noticing that the default template handle such case correctly.

@jmullo
Copy link

jmullo commented Oct 27, 2014

Yup, noticed this too. @module tag handling is needed for creating CommonJS documentation.

@DJWassink
Copy link

seems like the documents do get generated but they are not added in the menu on the left side.

@xorcus
Copy link

xorcus commented Aug 17, 2015

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.

@sabrehagen
Copy link

I'm also experiencing this. +1 for anybody who finds a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants