An open API service indexing awesome lists of open source software.

https://github.com/bencoveney/ts-function-docs


https://github.com/bencoveney/ts-function-docs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ts-function-docs

Experimenting with generating documentation using the TypeScript compiler.

Look at `/input` and `/output` for examples.

Currently documents classes, their methods and parameters. Only methods with the `@docGenerate` method decorator have the documentation generated.
Parameters with the `@docIgnore` parameter decorator are excluded.