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} not being processed in method summary #110

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

{@link} not being processed in method summary #110

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

Comments

@andy-hanson
Copy link

Run this code in an empty directory:

echo '{"source": "./src", "destination": "./esdoc"}' > esdoc.json
mkdir src
echo -e '/** {@link func} is this. */\nexport function func() {}' > src/index.js
esdoc -c esdoc.json
cat esdoc/function/index.html

{@link func} will be processed for the detailed description of it but not for the summary.

esdoc/function/index.html line 61:

<div data-ice="description">{@link func} is this.</div>

esdoc/function/index.html line 92:

<div data-ice="description"><p><span><a href="function/index.html#static-function-func">func</a></span> is this.</p>
@h13i32maru
Copy link
Member

@andy-hanson Hi! Thanks for this issue.
I reproduced it. I will fix it to next version. Please wait a little.

@h13i32maru
Copy link
Member

I published v0.4.1 that fixed this issue.

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