Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of working @extends? #192

Open
csprocket777 opened this issue Nov 17, 2021 · 0 comments
Open

Example of working @extends? #192

csprocket777 opened this issue Nov 17, 2021 · 0 comments

Comments

@csprocket777
Copy link

I have components that extend from a base component. I'd like them to inherit the documentation from the base component but when using @extends it doesn't seem to give me the result I'm looking for.

In my base class:

/**
 * The base component
 * 
 * @class BaseComponent
 * @interface BaseComponentArgs
 * @export default
 * @public
 */

In my extended components:

/**
 * Extended component
 *
 * @class ExtendedComponent
 * @extends BaseComponent
 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant