phenomejs / phenome

The ultimate cross-framework component compiler
http://phenomejs.org
MIT License
71 stars 8 forks source link

Automated documentation generation #12

Open bencompton opened 6 years ago

bencompton commented 6 years ago

It would be great to have the ability to annotate universal component props, methods, etc. with JSDoc and have the compiler convert the casing automatically. The JSDoc can then become the basis for auto-generated docs for a component library.

nolimits4web commented 6 years ago

didn't work with it, but sounds good, need give a try. I was also thinking about using https://docusaurus.io which is Facebook's platform too. And looks like React's website is done with this. Need to also check it