Skip to content

createDocs

createDocs(sourcePath, outputPath, repoUrl?, split?): void

Defined in: readme-tsdoc.js:684

Generate reference documentation for a TypeScript source file and write it to an output file.

string

Path to the TypeScript source file

string

Path to the output file (will be overwritten)

string

Optional repository URL for generating deep links

boolean

When true, split documentation into multiple files

void