open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
227 stars 37 forks source link

Question: How do you generate descriptions? #122

Closed hasanirogers closed 2 years ago

hasanirogers commented 2 years ago

Got the tool to work with my project that uses LitElement components. I don't see anything that documents how to generate descriptions though. Can someone point me in the right direction here?

thepassle commented 2 years ago

You can use jsdoc to add descriptions, see example here