Files
protocol/examples/basic/run.bat
T
Sebastian Lenz 4a8e2eaadb Template bugfixes
2014-08-20 21:35:15 +02:00

7 lines
141 B
Batchfile

@echo off
set curr_dir=%cd%
chdir /D "%~dp0"
node ..\..\bin\typedoc --module commonjs --theme minimal --out doc\ src\
chdir /D "%curr_dir%"