doxdox
doxdox copied to clipboard
Many comments are not supported
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 !
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.
yes please add constant and default and other jsdoc comments too 😸. I've high hopes with this documentation generator and I'm already it 👍
Hi, any updates?
The tags of typedef
or function
are not supported either.
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.