Tag Kind: Block
Instructs TypeDoc to include the path specified in the tag content as a document within the generated site. See the External Documents guide for more details.
/**
* @document promise-tutorial.md
*/
export class Promise<T> {
// ...
}
projectDocuments
option