Hi @neogeek , Jsdoc3's some comments are not supported in the doxdox,For example: ```js /** * @constant * @default */ const RED = 0xff0000; ``` doxdox only render `Methods`, but `Members` is not render !
Hi @neogeek , Jsdoc3's some comments are not supported in the doxdox,For example:
doxdox only render
Methods, butMembersis not render !