Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/types' into feat/types
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 15, 2024
2 parents 69d720f + d20c52e commit feb6122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit feb6122

Please sign in to comment.