Skip to content

@template is not recognized as JSDoc token #9809

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

Closed
unional opened this issue Jul 19, 2016 · 0 comments · Fixed by #10671
Closed

@template is not recognized as JSDoc token #9809

unional opened this issue Jul 19, 2016 · 0 comments · Fixed by #10671
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@unional
Copy link
Contributor

unional commented Jul 19, 2016

tsc: 1.8.9, 2.0.0, and nightly

/**
 * Do some foo things
 * @template T A Foolish template
 */
function foo<T>(): void {
}

foo()

image

The @template should be recognized and not consider as part of summary/description.

Ref:
#1178

@mhegazy mhegazy added the Bug A bug in TypeScript label Jul 21, 2016
@mhegazy mhegazy assigned zhengbli and sandersn and unassigned zhengbli Jul 21, 2016
@mhegazy mhegazy added this to the TypeScript 2.1 milestone Jul 21, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Sep 15, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants