diff --git a/README.md b/README.md index 1bfcaaa..0c73e0b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Parameters: - `params.inputFiles`: The list of files to scan and for which the documentation should be build. - `params.options`: Optional compiler options to generate the docs -[:link: Source](https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/lib/docs.ts#L271) +[:link: Source](https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/lib/docs.ts#L351) ### :gear: documentationToMarkdown @@ -161,7 +161,7 @@ Parameters: - `params.entries`: The entries of the documentation (functions, constants and classes). - `params.options`: Optional configuration to render the Markdown content. See `types.ts` for details. -[:link: Source](https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/lib/markdown.ts#L212) +[:link: Source](https://github.com/peterpeterparker/tsdoc-markdown/tree/main/src/lib/markdown.ts#L243) ### :gear: generateDocumentation