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
Describe the bug V2.0.1 missing comment terminator
To Reproduce Steps to reproduce the behavior:
const run = (a) => { console.log(a); }
jsDoc generate
Expected behavior Like v1.3.0, correct code comments
Screenshots v1.3.0 v2.0.1 Additional context
Environment used Typescript version: 5.3.3 VSC versione: 1.86.2 OS: Mac Darwin x64 23.2.0
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I'll look into it!
Sorry, something went wrong.
Fix V2.0.1 missing comment terminator #20
9fbcc17
This is fixed in v2.0.2, thanks again!
No branches or pull requests
Describe the bug
V2.0.1 missing comment terminator
To Reproduce
Steps to reproduce the behavior:
jsDoc generate
Expected behavior
Like v1.3.0, correct code comments
Screenshots


v1.3.0
v2.0.1
Additional context
Environment used
Typescript version: 5.3.3
VSC versione: 1.86.2
OS: Mac Darwin x64 23.2.0
The text was updated successfully, but these errors were encountered: