ember-learn / ember-learn/ember-cli-addon-docs-yuidoc
Example of working `@extends`?
Open
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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
*/
```
Contributor guide
Assessment
This issue has not been assessed yet.