mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
4 lines
152 B
Bash
4 lines
152 B
Bash
![]() |
#!/bin/sh
|
||
|
typedoc --out generated/static/docs/ src --ignoreCompilerErrors
|
||
|
./scripts/commandline_injector.sh generated/static/docs/modules/_excmds_.html
|