Open goodmind opened 5 years ago
Does this project have any JSDoc annotations, or /**
comments at least? Perusing the project, it doesn't look like it has any documentation markup.
Shouldn't it generate something at least from types?
I tried --document-exported
but it doesn't resolve babel-plugin-module-resolver
aliases
Full command
yarn documentation build --babel=./babel.config.js src/effector/index.js -f md -o api_docs --document-exported
@tmcw any advice?
Input code
Output docs