Update annotations: back_handler and blocker

This commit is contained in:
Insality
2020-10-11 23:25:23 +03:00
parent 62cca31b28
commit 5ff6b69dd4
18 changed files with 57 additions and 34 deletions

View File

@@ -1,5 +1,7 @@
--- Druid checkbox component
-- @module druid.checkbox
-- @within BaseComponent
-- @alias druid.checkbox
--- Component events
-- @table Events

View File

@@ -1,5 +1,7 @@
--- Checkbox group module
-- @module druid.checkbox_group
-- @within BaseComponent
-- @alias druid.checkbox_group
--- Component events
-- @table Events

View File

@@ -1,5 +1,7 @@
--- Component to handle placing components in row
-- @module druid.dynamic_grid
-- @within BaseComponent
-- @alias druid.dynamic_grid
--- Component events
-- @table Events

View File

@@ -2,6 +2,8 @@
-- Carry on user text input
-- @author Part of code from Britzl gooey input component
-- @module druid.input
-- @within BaseComponent
-- @alias druid.input
--- Component events
-- @table Events

View File

@@ -1,6 +1,8 @@
--- Component to handle all GUI texts
-- Good working with localization system
-- @module druid.lang_text
-- @within BaseComponent
-- @alias druid.lang_text
--- Component events
-- @table Events

View File

@@ -1,6 +1,8 @@
--- Basic progress bar component.
-- For correct progress bar init it should be in max size from gui
-- @module druid.progress
-- @within BaseComponent
-- @alias druid.progress
--- Component events
-- @table Events

View File

@@ -1,5 +1,7 @@
--- Radio group module
-- @module druid.radio_group
-- @within BaseComponent
-- @alias druid.radio_group
--- Component events
-- @table Events

View File

@@ -1,5 +1,7 @@
--- Druid slider component
-- @module druid.slider
-- @within BaseComponent
-- @alias druid.slider
--- Component events
-- @table Events

View File

@@ -2,6 +2,8 @@
-- Timer updating by game delta time. If game is not focused -
-- timer will be not updated.
-- @module druid.timer
-- @within BaseComponent
-- @alias druid.timer
--- Component events
-- @table Events