doxdox
doxdox copied to clipboard
π JSDoc to Markdown, Bootstrap, and custom JavaScript template documentation generator.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Right now private methods are generated. It's necessary to add an option to not show those private methods. This is [the line](https://github.com/neogeek/doxdox-parser-dox/blob/a9f24453b8245c231f2c033292ca4ab2d8c2edcc/index.js#L59) that would need changing (I think): From ->...
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...
If you are having issues running doxdox on Windows due to permissions, see the following link for more information. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2 To get doxdox working, run the following command from Windows...
This repository is undergoing a massive rewrite. Things will be missing, broken, or incomplete as development continues.
How do I document curried functions like this? ```javascript const map = func => iterable => {} ```
I see extra column being generated in markdown tables filled with `| |`. What is the reasoning behind this and can this be disabled?
I found there are some properties I'd like to document that jsdoc does not have built in https://github.com/esdoc/esdoc/issues/347 http://stackoverflow.com/questions/25314979/documenting-side-effects-of-javascript-methods https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#nosideeffects-modifies-thisarguments
I am using the 4.0.0-preview.13 version, but its not working. ` (node:562824) UnhandledPromiseRejectionWarning: Error: node_modules directory was not found at file:///../node_modules/doxdox-cli/dist/src/index.js:65:15 (Use `node --trace-warnings ...` to show where the warning...