diff --git a/config.ld b/config.ld index 92f8231..43d3a05 100644 --- a/config.ld +++ b/config.ld @@ -1,7 +1,6 @@ project='Druid' title='Defold Druid UI Library' description='Documentation for Druid Library' -format='lunamark' file={"./druid"} dir='./docs' style='!pale' diff --git a/docs/index.html b/docs/index.html index 59a5bb7..e8b905e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,25 +31,26 @@
base.back_handler | +druid.back_handler | Component to handle back key (android, backspace) | |
base.blocker | +druid.blocker | Component to block input on specify zone (node) | |
base.button | +druid.button | Component to handle basic GUI button | |
base.checkbox | +druid.checkbox | Druid checkbox component | |
base.checkbox_group | +druid.checkbox_group | Checkboux group module | |
base.grid | +druid.grid | Component to handle placing components by row and columns. | |
base.progress | +druid.locale | +Component to handle all GUI texts + Good working with localization system | +|
druid.progress | Basic progress bar component | ||
base.checkbox_group | +druid.radio_group | Radio group module | |
base.scroll | +druid.scroll | Component to handle scroll content | |
base.slider | +druid.slider | Druid slider component | |
base.text | -Component to handle all GUI texts Good working with localization system | +druid.text | +Component to handle all GUI texts + Good working with localization system |
base.timer | +druid.timer | Component to handle GUI timers | |
constants | +const | Druid constants | |
helper | -Druid helper module | -||
helper.animate | -Druid helper module for animating GUI nodes | +Text node or icon node can be nil | |
helper.formats | Druid module with utils on string formats | ||
rich.progress_rich | +druid.progress_rich | Component for rich progress component | |
settings | -Druid settings file | +component | +Basic class for all Druid components. | +
druid_instance | +Druid main class. |