Merge remote-tracking branch 'origin/master' into develop

# Conflicts:
#	Moose Development/Moose/DCS.lua
This commit is contained in:
Applevangelist 2022-11-11 11:42:30 +01:00
commit 5ec8a4674c
8 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,7 @@
--- **DCS API** Prototypes. --- **DCS API** Prototypes.
-- --
-- ===
--
-- See the [Simulator Scripting Engine Documentation](https://wiki.hoggitworld.com/view/Simulator_Scripting_Engine_Documentation) on Hoggit for further explanation and examples. -- See the [Simulator Scripting Engine Documentation](https://wiki.hoggitworld.com/view/Simulator_Scripting_Engine_Documentation) on Hoggit for further explanation and examples.
-- --
-- @module DCS -- @module DCS

View File

@ -1,4 +1,4 @@
--- **Sound** - Simple Radio Standalone (SRS) Integration. --- **Sound** - Simple Radio Standalone (SRS) Integration and Text-to-Speech.
-- --
-- === -- ===
-- --

View File

@ -1,4 +1,4 @@
--- This module contains the TASK_MANAGER class and derived classes. --- **Tasking** - This module contains the TASK_MANAGER class and derived classes.
-- --
-- === -- ===
-- --

View File

@ -1,4 +1,4 @@
--- **UTILS** - ClassicFiFo Stack. --- **UTILS** - Classic FiFo Stack.
-- --
-- === -- ===
-- --

View File

@ -1,4 +1,4 @@
--- Various routines. --- **Utilities** - Various routines.
-- @module Utilities.Routines -- @module Utilities.Routines
-- @image MOOSE.JPG -- @image MOOSE.JPG
env.setErrorMessageBoxEnabled( false ) env.setErrorMessageBoxEnabled( false )

View File

@ -1,4 +1,4 @@
--- **Utilities** DCS Simple Text-To-Speech (STTS). --- **Utilities** - DCS Simple Text-To-Speech (STTS).
-- --
-- --
-- @module Utilities.STTS -- @module Utilities.STTS

View File

@ -1,4 +1,4 @@
--- **Utils** Templates. --- **Utilities** - Templates.
-- --
-- DCS unit templates -- DCS unit templates
-- --

View File

@ -1,4 +1,4 @@
--- This module contains derived utilities taken from the MIST framework, as well as a lot of added helpers from the MOOSE community. --- **Utilities** - Derived utilities taken from the MIST framework, added helpers from the MOOSE community.
-- --
-- ### Authors: -- ### Authors:
-- --