mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
13 lines
349 B
Batchfile
13 lines
349 B
Batchfile
@echo off
|
|
|
|
:: Generate Luadocumentor documentation
|
|
echo Generating LuaDocumentor Documentation
|
|
echo --------------------------------------
|
|
call luadocumentor.bat
|
|
|
|
rem :: Generate Slate documentation
|
|
rem echo Generating Slate Documentation
|
|
rem echo ------------------------------
|
|
rem cd "Slate Documentation Generator"
|
|
rem call Generate.bat
|
|
rem cd .. |