Integrate typedoc to generate code documentation. (#236)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 24 Feb 2021 21:59:22 +0000 (22:59 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Feb 2021 21:59:22 +0000 (22:59 +0100)
commit5ea2262889dc3886579289b0d7205632bfea4bf2
tree67838ceba788a85d7fbfc660bd148e9a9888de03
parente36cfb1358100da513cae995df83e7ebda6f8cfb
Integrate typedoc to generate code documentation. (#236)
30 files changed:
.eslintignore
.gitignore
.prettierignore
CHANGELOG.md
README.md
docs/assets/css/main.css [new file with mode: 0644]
docs/assets/images/icons.png [new file with mode: 0644]
docs/assets/images/icons@2x.png [new file with mode: 0644]
docs/assets/images/widgets.png [new file with mode: 0644]
docs/assets/images/widgets@2x.png [new file with mode: 0644]
docs/assets/js/main.js [new file with mode: 0644]
docs/assets/js/search.js [new file with mode: 0644]
docs/classes/abstractworker.html [new file with mode: 0644]
docs/classes/clusterworker.html [new file with mode: 0644]
docs/classes/dynamicclusterpool.html [new file with mode: 0644]
docs/classes/dynamicthreadpool.html [new file with mode: 0644]
docs/classes/fixedclusterpool.html [new file with mode: 0644]
docs/classes/fixedthreadpool.html [new file with mode: 0644]
docs/classes/threadworker.html [new file with mode: 0644]
docs/index.html [new file with mode: 0644]
docs/interfaces/clusterpooloptions.html [new file with mode: 0644]
docs/interfaces/ipool.html [new file with mode: 0644]
docs/interfaces/iworker.html [new file with mode: 0644]
docs/interfaces/pooloptions.html [new file with mode: 0644]
docs/interfaces/workeroptions.html [new file with mode: 0644]
images/logo.png [moved from docs/logo.png with 100% similarity]
package-lock.json
package.json
rollup.config.mjs
typedoc.json [new file with mode: 0644]