Skip to content

Conversation

@mnaoumov
Copy link
Contributor

Fixes #1426

@mnaoumov
Copy link
Contributor Author

I added the missing jsdoc but I wonder why do you use jsdoc instead of tsdoc.

@pjkaufman
Copy link
Collaborator

I added the missing jsdoc but I wonder why do you use jsdoc instead of tsdoc.

This is the first I have heard of tsdoc. So that is probably why I use jsdoc.

@pjkaufman
Copy link
Collaborator

Thanks for taking the time to create this PR, I will take a look at it later this week as I have time.

@mnaoumov
Copy link
Contributor Author

I added the missing jsdoc but I wonder why do you use jsdoc instead of tsdoc.

This is the first I have heard of tsdoc. So that is probably why I use jsdoc.

jsdoc doesn't really make sense in TypeScript project. tsdoc is the way to go. jsdoc, for example, duplicates parameter types, which makes sense only in JavaScript, but not in TypeScript

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: File Name Heading doesn't escape markdown special characters

2 participants