Fixes documentation

This commit is contained in:
FlightControl 2018-09-26 20:59:21 +02:00
parent 98f51116bb
commit 1d5ddb3928
2 changed files with 5 additions and 3 deletions

View File

@ -325,7 +325,7 @@ do -- FSM
-- --
-- === -- ===
-- --
-- @field #FSM FSM -- @field #FSM
-- --
FSM = { FSM = {
ClassName = "FSM", ClassName = "FSM",

View File

@ -43,11 +43,13 @@
do -- DETECTION MANAGER do -- DETECTION MANAGER
--- DETECTION_MANAGER class. --- @type DETECTION_MANAGER
-- @type DETECTION_MANAGER
-- @field Core.Set#SET_GROUP SetGroup The groups to which the FAC will report to. -- @field Core.Set#SET_GROUP SetGroup The groups to which the FAC will report to.
-- @field Functional.Detection#DETECTION_BASE Detection The DETECTION_BASE object that is used to report the detected objects. -- @field Functional.Detection#DETECTION_BASE Detection The DETECTION_BASE object that is used to report the detected objects.
-- @extends Core.Fsm#FSM -- @extends Core.Fsm#FSM
--- DETECTION_MANAGER class.
-- @field #DETECTION_MANAGER
DETECTION_MANAGER = { DETECTION_MANAGER = {
ClassName = "DETECTION_MANAGER", ClassName = "DETECTION_MANAGER",
SetGroup = nil, SetGroup = nil,