diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-01 16:25:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 15:25:05 +0000 |
commit | 8ea2d926a9c75b0b13e7ad37e7181657d680560e (patch) | |
tree | 6a96beb4d9a877bf774dadb9f94cbf31134fe1fc /cli/tests/integration/shared_library_tests.rs | |
parent | f8f4e776325efe0d8dd50207beecb425f0875999 (diff) |
feat: deno doc --html (#21015)
This commit adds static documentation site generate to "deno doc"
subcommand.
Example:
```
$ deno doc --html --name="My library" ./mod.ts
# outputs to ./docs/
$ deno doc --html --name="My library" --output=./documentation/ ./mod.ts ./file2.js
# outputs to ./documentation/
$ deno doc --html --name="My library" ./**/mod.ts
# generate docs for all files with "mod.ts" name
```
Closes https://github.com/denoland/deno/issues/8233
Diffstat (limited to 'cli/tests/integration/shared_library_tests.rs')
0 files changed, 0 insertions, 0 deletions