better-docs
better-docs copied to clipboard
Beautiful toolbox for jsdoc generated documentation - with 'typescript', `category` and `component` plugins
Given this input: ``` /** * The encodings supported by the terminal. */ enum TerminalEncoding { /** * A terminal that does not support any colors. */ NONE, /** *...
There is a package ([react-native-web](https://github.com/necolas/react-native-web)), to display react native components to a browser. This would be a great feature
I had to add `-d=docs` to the command, since jsdoc would not run without it, but I'm still getting an error when I run `jsdoc -c jsdoc.json -d=docs`: ``` java...
When writing a class that has a static factory method which creates a new instance of the class itself, the class will be suffixed with _1 in the created docs....
added reactDocs resolver "findAllComponentDefinitions", to fix problem with multiple exported components in single file.
This is probably a windows issue. Trying to use the @component tag results in this in entry.js ``` import Wrapper from '..\node_modules\better-docs\lib\react-wrapper.js'; ``` That should be ``` import Wrapper from...
Hello, When running parcel I get the following error: >🚨 /Users/user/Documents/project/node_modules/rc-menu/es/SubMenu.js:23:24: Cannot resolve dependency 'mini-> store' > import CSSMotion from "rc-animate/es/CSSMotion"; > import classNames from 'classnames'; > import { connect...
Hi, it has two parcel error: jsdoc.conf.json ``` { "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "plugins": [ "node_modules/better-docs/typescript", "node_modules/better-docs/component", "plugins/markdown" ], "source": { "include": ["src"], "includePattern": "\\.(jsx|js|ts|tsx)$", "excludePattern":...
I'm trying to use better-docs for Vue files, but I always get the following: `TypeError: Cannot read property 'filePath' of undefined`. Here is a copy of my jsdoc.json: ```json {...
Trying to generate docs with typescript but I received an error.. > Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called...