Skip to content
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

Adds support for the JSDoc '@see' tag. #205

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jan 15, 2020

  1. Add support for synonyms

    rbuckton committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    e605e3c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Merge branch 'master' into synonyms

    # Conflicts:
    #	tsdoc-config/src/TSDocConfigFile.ts
    rbuckton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d021a67 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge branch 'master' into synonyms

    # Conflicts:
    #	tsdoc/src/__tests__/ParsingBasics.test.ts
    #	tsdoc/src/__tests__/__snapshots__/ParsingBasics.test.ts.snap
    #	tsdoc/src/parser/NodeParser.ts
    rbuckton committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7f1fbd9 View commit details
    Browse the repository at this point in the history
  2. Add support for synonyms

    rbuckton committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7b10820 View commit details
    Browse the repository at this point in the history
  3. Adds the JSDoc 'see' tag

    rbuckton committed May 8, 2020
    Configuration menu
    Copy the full SHA
    d8f2540 View commit details
    Browse the repository at this point in the history