Adds support for the JSDoc '@see' tag. - #205
Draft
Ron Buckton (rbuckton) wants to merge 5 commits into
Draft
Conversation
Ron Buckton (rbuckton)
force-pushed
the
seeTag
branch
from
December 19, 2019 23:19
21c79dc to
70614b4
Compare
# Conflicts: # tsdoc-config/src/TSDocConfigFile.ts
Ron Buckton (rbuckton)
force-pushed
the
seeTag
branch
from
February 3, 2020 23:44
70614b4 to
06624b2
Compare
# Conflicts: # tsdoc/src/__tests__/ParsingBasics.test.ts # tsdoc/src/__tests__/__snapshots__/ParsingBasics.test.ts.snap # tsdoc/src/parser/NodeParser.ts
Ron Buckton (rbuckton)
force-pushed
the
seeTag
branch
from
May 8, 2020 22:57
06624b2 to
d8f2540
Compare
Pete Gonzalez (octogonz)
added a commit
to octogonz/tsdoc
that referenced
this pull request
May 10, 2020
ChosenQuill (ChosenQuill)
added a commit
to ChosenQuill/tsdoc
that referenced
this pull request
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This depends on #204 and will remain in a Draft PR state until that PR is merged.
Fixes: #235