Replies: 1 comment 1 reply
-
Yes, we manually add comments and the analyzer scrapes them into a manifest that we use to generate the site with. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand how you guys maintain such a great project. I came across your jsDoc comment for class is this added manually ? I want to adopt this but I can't really figure out how this is working. My assumption is that comments are added manually for properties and the class itself, and then you are using custom-elements-manifest/analyzer to get metadata and build docs based on that metadata. Please help.
/**
<sl-icon>
element.*/
export default class SlButton extends ShoelaceElement implements ShoelaceFormControl {
Beta Was this translation helpful? Give feedback.
All reactions