4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
cd ${0%/*}
|
|
node ../../bin/typedoc --module commonjs --out doc/ src/
|
#!/bin/sh
|
|
cd ${0%/*}
|
|
node ../../bin/typedoc --module commonjs --out doc/ src/
|