Skip to content

Add @linkcode and @linkplain tags #44208

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

Merged
merged 4 commits into from
May 24, 2021
Merged

Conversation

sandersn
Copy link
Member

They are just like @link tags but request fixed-width and normal presentation, respectively. I considered storing the tag names as strings, but decided that a full parse is more future-proof, so they each get their own SyntaxKind and Node type.

Bonus: @linkcode reminds me lot of Lingcod.

Fixes #43935

sandersn added 3 commits May 21, 2021 16:35
They are just like @link tags but request fixed-width and normal
presentation, respectively.

Fixes #43935
@sandersn
Copy link
Member Author

@jessetrinity I added you because I heard you like parsing.

Copy link
Contributor

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this!

@sandersn sandersn merged commit c4c6a83 into master May 24, 2021
@sandersn sandersn deleted the add-linkcode-linkplain-tags branch May 24, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support jsdoc @ linkcode and @ linkplain variations of @ link
4 participants