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

extends @external types does not work #84

Closed
takase1121 opened this issue Jul 14, 2019 · 1 comment
Closed

extends @external types does not work #84

takase1121 opened this issue Jul 14, 2019 · 1 comment

Comments

@takase1121
Copy link

I have this code snippet

/**
 * @external EventEmitter
 * @see {@link https://nodejs.org/api/events.html}
 */

/**
 * Job manager for document generation.
 * @class Akizuki
 * @extends {external:EventEmitter}
 */
class Akizuki extends EventEmitter {
    ...
}

The results did not show a proper link for the extends part
image
Anyone has any ideas?

@onury
Copy link
Owner

onury commented Jul 14, 2019

Remove external:.

/**
 *  ...
 *  @extends EventEmitter
 */

@onury onury closed this as completed Jul 14, 2019
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

2 participants