Removed DCS luadoc, will be re-added as a submodule

This commit is contained in:
Birger Skogeng Pedersen
2016-12-22 12:41:45 +01:00
parent 0ab77d24b0
commit 6601f2217a
17 changed files with 0 additions and 1075 deletions

View File

@@ -1,15 +0,0 @@
--- @module DCSTask
--- A task descriptor (internal structure for DCS World)
-- @type Task
-- @field #string id
-- @field #Task.param param
--- @type Task.param
--- List of @{#Task}
-- @type TaskArray
-- @list <#Task>
env.info( "Task defined" )