We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
{@link func}
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>
The text was updated successfully, but these errors were encountered:
@andy-hanson Hi! Thanks for this issue. I reproduced it. I will fix it to next version. Please wait a little.
Sorry, something went wrong.
fix: resolve link in summary.
0ab61c8
#110
I published v0.4.1 that fixed this issue.
No branches or pull requests
Run this code in an empty directory:
{@link func}
will be processed for the detailed description of it but not for the summary.esdoc/function/index.html line 61:
esdoc/function/index.html line 92:
The text was updated successfully, but these errors were encountered: