react-docgen icon indicating copy to clipboard operation
react-docgen copied to clipboard

[Feature Request] Support document tags

Open guoyunhe opened this issue 3 years ago • 1 comments

Can react-docgen parse document tags as metadata instead of description? Like @since, @see, @deprecated

/**
 * My Component
 * @since 1.2.0
 */
export function MyComponent() {}

guoyunhe avatar Dec 03 '21 08:12 guoyunhe

This would be really helpful for my team as well. We'd like to use @author, @description, and @tutorial

matthewmatician avatar Feb 23 '24 23:02 matthewmatician