Documentation Improvements

This commit is contained in:
FlightControl_Master
2018-05-27 08:57:44 +02:00
parent 11516228fa
commit 073bfbf9c9
43 changed files with 151 additions and 276 deletions

View File

@@ -11,6 +11,7 @@
-- ===
--
-- @module Core.Goal
-- @image Core_Goal.JPG
do -- Goal
@@ -18,9 +19,7 @@ do -- Goal
-- @extends Core.Fsm#FSM
--- # GOAL class, extends @{Core.Fsm#FSM}
--
-- GOAL models processes that have an objective with a defined achievement. Derived classes implement the ways how the achievements can be realized.
--- GOAL models processes that have an objective with a defined achievement. Derived classes implement the ways how the achievements can be realized.
--
-- ## 1. GOAL constructor
--