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

Many comments are not supported #42

Open
gongph opened this issue May 9, 2017 · 5 comments
Open

Many comments are not supported #42

gongph opened this issue May 9, 2017 · 5 comments

Comments

@gongph
Copy link

gongph commented May 9, 2017

Hi @neogeek , Jsdoc3's some comments are not supported in the doxdox,For example:

/**
 *  @constant
 *  @default
 */
const RED = 0xff0000;

doxdox only render Methods, but Members is not render !

@neogeek
Copy link
Member

neogeek commented May 10, 2017

This is good to keep in mind as I'm currently in the process of vetting other parsers for use with doxdox (currently shipping with dox). Might put together a comparison table before going all in with a new parser.

@agauniyal
Copy link

yes please add constant and default and other jsdoc comments too 😸. I've high hopes with this documentation generator and I'm already it 👍

@Elyx0
Copy link

Elyx0 commented Feb 26, 2018

Hi, any updates?

@yunnysunny
Copy link

The tags of typedef or function are not supported either.

@neogeek
Copy link
Member

neogeek commented Feb 8, 2022

With the complete rewrite of this package, we have switched to using the JSDoc parser, so this is now possible. I will update this ticket when I make progress on this.

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

5 participants