0.14.2 • Published 2 years ago

@microsoft/tsdoc v0.14.2

Weekly downloads
169,649
License
MIT
Repository
github
Last release
2 years ago

@microsoft/tsdoc

This library is the reference implementation of a parser for the TSDoc syntax. Using this library is an easy way to ensure that your tool is 100% compatible with the standard.

What is TSDoc?

TSDoc is a proposal to standardize the doc comments used in TypeScript source files. It allows different tools to extract content from comments without getting confused by each other's syntax. The TSDoc notation looks pretty familiar:

export class Statistics {
  /**
   * Returns the average of two numbers.
   *
   * @remarks
   * This method is part of the {@link core-library#Statistics | Statistics subsystem}.
   *
   * @param x - The first input number
   * @param y - The second input number
   * @returns The arithmetic mean of `x` and `y`
   *
   * @beta
   */
  public static getAverage(x: number, y: number): number {
    return (x + y) / 2.0;
  }
}

Give it a try!

Check out the TSDoc Playground for a cool live demo of our parser!

API Usage

The api-demo folder on GitHub illustrates how to invoke the TSDoc parser.

A separate NPM package @microsoft/tsdoc-config is used for loading the tsdoc.json file.

Get involved

The TSDoc project is actively evolving. Please visit the website for the latest documentation, instructions for building/debugging the projects, and other resources:

https://tsdoc.org/

@tsdoc-tagged-test/core@tsdoc-tagged-test/jest-reportertypeblox@everything-registry/sub-chunk-602@aliwind/api-documenter@alm1983/nestjs-swagger@bootcamp-project/typescript-configbkit-chatbot-client-test@code-to-json/comments@cirrusct/ts-reflectorcs-front-utilocsjsdocs-typescriptcapapult.jsceremium_backstage@danchenkov/api-documenterrocket-buildereethremark-typescript-toolsremark-typescript-tools-prettier-ignorerfp-lib@evoke-platform/plugin-scripts@greguintow/nestjs-swaggerethentialcodemirror-svelte-modulesckem-axios-forestcra-template-xzcomponents-to-markdowncomponent-library-codderextractinator@infinitebrahmanuniverse/nolb-_micros@elfsquad/tsdoc-parser@firebase/api-documenter@fluidframework/eslint-config-fluidreact-tsdoc@fp-tx/documenter@fluentui/api-docs@fluid-internal/eslint-plugin-fluid@fluid-tools/api-markdown-documenter@grafana/api-documenter@grafana/api-extractorremnote-custom-api-documenter@googleapis/api-documenterreact-api-documenter@easyops-cn/api-documenter@dylanvann/api-extractor@imaginary-dev/typescript-transformer@imaginary-dev/utileslint-plugin-tsdocsf-docs-basesimple-tsdoc@janghood/api-extractor@lsge/swagger@lukasbach/scriptsjest-python@princjef/api-documentervehicle-widget@qodly/cli@rafiqueacudjoe/rx-testvite-vanilla-ts-module@sanity/tsdoc@sanity/tsdoc-to-portable-textkhrome-pay@jsdocs-io/extractorfino-cli@iviva/react-tsdoc@josselinbuils/api-documenter@jetsam/tooling@microsoft/api-documenter@microsoft/api-extractor@microsoft/api-extractor-model@microsoft/tsdoc-config@mitech/onit-cli@ng-doc/builder@shopify/docs-toolslargest-packagetsdoc-to-markdownts-doc-webpack-loaderts-documentertsdoc-testifytsdoc-link-check@o3r/extractorstextlint-plugin-tsdoc@nestjs/swagger@mscharley/api-documenter-hugostandard-markdown-documenter@mattetti/custom-api-documenterhandlin@monoid-dev/split-pagests-module-docs@srclaunch/cli@stackadapt/pa-typescript-sdk@torbimusic/corexy-manual-tools@sosuisen/api-documentermaitea@updraft/climy-doc@tylerbu/api-documenter@tylerbu/custom-api-documenter
0.14.2

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.13.1

3 years ago

0.13.2

3 years ago

0.13.0

3 years ago

0.12.24

3 years ago

0.12.23

3 years ago

0.12.22

3 years ago

0.12.21

4 years ago

0.12.20

4 years ago

0.12.19

4 years ago

0.12.17

4 years ago

0.12.18

4 years ago

0.12.16

4 years ago

0.12.15

4 years ago

0.12.14

5 years ago

0.12.13

5 years ago

0.12.12

5 years ago

0.12.11

5 years ago

0.12.10

5 years ago

0.12.9

5 years ago

0.12.8

5 years ago

0.12.7

5 years ago

0.12.6

5 years ago

0.12.5

5 years ago

0.12.4

5 years ago

0.12.3

5 years ago

0.12.2

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.3

5 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago