Files
Alice c238ede622 chore(jsdoc): move comment on RadioGroup (#26558)
* chore(jsdoc): change JSDoc on RadioGroup to double slash (//) comment

This converts a multiline comment (like `/**...*/`) above the
`RadioGroup` component class to be a series of `//` comments instead.
This is done to prevent the comment from being accidentally recognized
as a JSDoc comment for the class when a Stencil version incorporating
this change is installed:
2e4b1fcdc0

* move down to the relevant line, keep as multi-line comment
2023-01-04 12:28:30 -05:00
..