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

Link in param description ends up as literal HTML #130

Closed
andy-hanson opened this issue Oct 20, 2015 · 2 comments
Closed

Link in param description ends up as literal HTML #130

andy-hanson opened this issue Oct 20, 2015 · 2 comments

Comments

@andy-hanson
Copy link

I'm documenting this code:

/** @param {string} x The only parameter of {@link foo}. */
export function foo(x) {}

The resulting documentation looks like:

Name Type Attribute Description
x string The only parameter of foo.
@h13i32maru
Copy link
Member

@andy-hanson This is ESDoc bug. Thanks.

@h13i32maru
Copy link
Member

I fixed this issue at v0.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants