TypeDoc 中文文档
  • 中文文档
  • 实例
  • API
  • GitHub
  • Overview
    • Installation
    • Options
      • Configuration
      • Input
      • Output
      • Comments
      • Organization
      • Validation
      • Other
    • Doc Comments
    • External Documents
    • Themes
    • Plugins
    • Declaration References
    • Development
    • Changelog
  • Tags
    • @alpha
    • @beta
    • @category
    • @categoryDescription
    • @defaultValue
    • @deprecated
    • @document
    • @enum
    • @event
    • @eventProperty
    • @example
    • @experimental
    • @group
    • @groupDescription
    • @hidden
    • @hideconstructor
    • @ignore
    • {@inheritDoc}
    • @interface
    • @internal
    • {@label}
    • {@link}
    • @module
    • @namespace
    • @overload
    • @override
    • @packageDocumentation
    • @param
    • @private
    • @privateRemarks
    • @property
    • @protected
    • @public
    • @readonly
    • @remarks
    • @returns
    • @satisfies
    • @sealed
    • @see
    • @template
    • @throws
    • @typeParam
    • @virtual

@see

Tag Kind
Block
TSDoc Reference
@see

The @see tag can be used to create a list of references for other resources related to this export.

Example

/**
* @see [Factorial - Wikipedia](https://en.wikipedia.org/wiki/Factorial)
* @see {@link semifactorial}
*/

export function factorial(n: number): number;
Theme
京ICP备15031610号-65 Edit on GitHub