Scott Doxey
Scott Doxey
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](https://github.com/tj/dox)). Might put together a comparison...
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...
Is it the final column? This is for the optional tag. I was looking into removing it completely if nothing was optional. Are you seeing a completely empty column? Example:...
I'll definitely look into this as I'd like to support more advanced JSDoc functionality going forward. For now the functionality of doxdox is tightly coupled to the limitations of [dox](https://github.com/tj/dox)....
This is something I'm looking into supporting in the latest release v4. I'll post more here when I've made progress.
@mcqua007 I've actually been working towards having options for all renderers, starting with this PR https://github.com/docsbydoxdox/doxdox/pull/168. Currently it only offers the ability to hide the generated timestamp. Hiding private methods...
Thats odd. I'll give that a try later. As of right now this library doesn't use browser detection. It worked consistently across all of the browsers I tested with when...
Thanks for the heads up! My automation tools were no longer working, so I'm updating the repo to use GitHub Actions. Might take a few more days to get it...
The tags currently supported by dox are as follows: - api - augments - borrows - define - enum - extends - implements - lends - memberOf - param -...