documentation
documentation copied to clipboard
:book: documentation for modern JavaScript
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 4.1.1 to 5.0.0. Release notes Sourced from unist-util-visit's releases. 5.0.0 Change 4dcff31 Update @types/unist migrate: update too befc0b3 Change to require Node.js 16 migrate: update too b5f36de...
**If you're reporting a bug, please include _input code_, _output documentation_, a description of what you expected to happen, and what happened instead.** * What version of documentation.js are you...
I've been using DocumentationJS for years now. Just updated client to 14.0.2 on Windows, and seems like command line parameters for client such as: - `--project-name` - `--project-version` - `--project-homepage`...
**If you're reporting a bug, please include _input code_, _output documentation_, a description of what you expected to happen, and what happened instead.** When the output is markdown, don't you...
_Version 14.0.2_ Hi, I'm working with Typescript and I'm wondering which is the proper way to deal with type specifications. Let me propose an example to better explain myself. ###...
Issue: I have encountered a problem where documentation.js is not able to generate documentation for Vue components when using the script setup syntax. However, it works correctly for traditional Vue...
When running documentation on a project or single file, from powershell CLI or built in VSCode CLI, markdown and html formatting is messy. **Version:** `14.0.1` & `14.0.0` **Input code:** ```typescript...
When the input JSDoc includes @deprecated tag then line breaks are not working in output markdown. If input source file is ``` export class Aaa { /** * @deprecated */...
`documentation` works great on my JS code. However, I also want it to index some flow-typed files that are not code but Flow types with JSDoc attached. I get empty...