react-docgen
react-docgen copied to clipboard
[Feature Request] Support document tags
Can react-docgen parse document tags as metadata instead of description? Like @since
, @see
, @deprecated
/**
* My Component
* @since 1.2.0
*/
export function MyComponent() {}
This would be really helpful for my team as well. We'd like to use @author
, @description
, and @tutorial