doxdox icon indicating copy to clipboard operation
doxdox copied to clipboard

Many comments are not supported

Open gongph opened this issue 7 years ago • 5 comments

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 !

gongph avatar May 09 '17 09:05 gongph

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.

neogeek avatar May 10 '17 21:05 neogeek

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

agauniyal avatar Aug 18 '17 13:08 agauniyal

Hi, any updates?

Elyx0 avatar Feb 26 '18 15:02 Elyx0

The tags of typedef or function are not supported either.

yunnysunny avatar Dec 11 '18 05:12 yunnysunny

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.

neogeek avatar Feb 08 '22 23:02 neogeek