mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
13 lines
325 B
Batchfile
13 lines
325 B
Batchfile
@echo off
|
|
|
|
:: Generate Luadocumentor documentation
|
|
echo Generating LuaDocumentor Documentation
|
|
echo --------------------------------------
|
|
call luadocumentor.bat
|
|
|
|
:: Generate Slate documentation
|
|
echo Generating Slate Documentation
|
|
echo ------------------------------
|
|
cd "Slate Documentation Generator"
|
|
call Generate.bat
|
|
cd .. |